summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-05releasing package apt version 1.1~exp131.1.exp13Michael Vogt
2015-10-05Run "./prepare-release pre-export"Michael Vogt
2015-09-30Fix select timeout to be 50msec instead of 0.5msecMichael Vogt
2015-09-22Use --add-location=file for po/ and doc/poMichael Vogt
2015-09-15tests: add a -j $jobs mode to test runner for parallel executionDavid Kalnischkies
2015-09-15tests: don't use hardcoded port for http and httpsDavid Kalnischkies
2015-09-14fallback to well-known URI if by-hash failsDavid Kalnischkies
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies
2015-09-14tests: try to support spaces in TMPDIRDavid Kalnischkies
2015-09-14deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies
2015-09-14tests: use SHA1 checksum only by default in testsDavid Kalnischkies
2015-09-14add --sha512 option + documentation for apt-ftparchiveDavid Kalnischkies
2015-09-14use APT::FTPArchive hash settings as default for APT::FPArchive::$filetypeDavid Kalnischkies
2015-09-14do not generate bogus hashes if hash is disabled in apt-ftparchiveDavid Kalnischkies
2015-09-14do not ignore differently versioned self-providesDavid Kalnischkies
2015-09-14various changes to increase test-coverageDavid Kalnischkies
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies
2015-09-14dereference redirect in Vcs-Browser URI to cgitDavid Kalnischkies
2015-09-14srv test: do 100 pulls twice and compare listDavid Kalnischkies
2015-09-14fix alloc-dealloc-mismatch (operator new [] vs operator delete)David Kalnischkies
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies
2015-09-14use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies
2015-09-14do not report deprecate warnings for the None declarationDavid Kalnischkies
2015-09-14move std=c++11 from CXXFLAGS to CXXDavid Kalnischkies
2015-09-14fix 'Dead assignment' by dropping unneeded booleanDavid Kalnischkies
2015-09-14tests: use more 'native' instead of 'amd64' if possibleDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies
2015-09-14include debug information in the autoremove-kernels fileDavid Kalnischkies
2015-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies
2015-09-14implement autobit and pinning in EDSP solver 'apt'David Kalnischkies
2015-09-14remove incorrect optimization branchesDavid Kalnischkies
2015-09-14select kernels to protect from autoremove based on Debian versionDavid Kalnischkies
2015-09-14copy ReadWrite-error to the bottom to make clang happyDavid Kalnischkies
2015-09-14fix insecure use of /tmp in EDSP solver 'dump'David Kalnischkies
2015-09-14implement CopyFile without using FileFd::Size()David Kalnischkies
2015-09-14add Source-Version field for EDSPDavid Kalnischkies
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-09-14tests: allow to run (selfbuilt) dpkg under gdbDavid Kalnischkies
2015-09-14M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies
2015-09-14store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies
2015-09-14tests: refactor printing of the quiet failure headerDavid Kalnischkies
2015-09-14tests: store msgmsg message for display in fail as wellDavid Kalnischkies
2015-09-14tests: -y is the default on travis, but not on other ci'sDavid Kalnischkies
2015-09-14po: Sort domainsJulian Andres Klode
2015-09-12Sort pot input filesMichael Vogt
2015-09-12Use xgettext --no-location in make update-potMichael Vogt
2015-09-11releasing package apt version 1.1~exp121.1.exp12Michael Vogt
2015-09-11apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failuresJulian Andres Klode
2015-09-07Set APT::FTPArchive::DoByHash to false by defaultMichael Vogt