summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies
2015-11-04travis: move 'make' into the install targetDavid Kalnischkies
2015-11-04Turkish program translation updateMert Dirik
2015-11-03configure.ac: Only require autoconf 2.68Julian Andres Klode
2015-11-03configure.ac: Run autoupdateJulian Andres Klode
2015-10-30thread-safety tests: Adjust path to listsJulian Andres Klode
2015-10-30Provide tests for thread-safetyJulian Andres Klode
2015-10-30orderlist: Replace qsort() by thread-safe std::sort()Julian Andres Klode
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode
2015-10-30cacheset: Fix compilation on new GCC in C++98 modeJulian Andres Klode
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode
2015-10-30dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode
2015-10-30aptconfiguration: Convert strtok() to strtok_r()Julian Andres Klode
2015-10-30GetSrvRecords: Make thread-safeJulian Andres Klode
2015-10-23deblistparser: Make PrioList constJulian Andres Klode
2015-10-20releasing 1.1~exp141.1_exp14Michael Vogt
2015-10-20Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode
2015-10-11.travis.yml: Add pinned vivid for gettext and clean up a bitJulian Andres Klode
2015-10-11Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquireJulian Andres Klode
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