summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-04travis: move 'make' into the install targetDavid Kalnischkies1-1/+1
2015-11-04Turkish program translation updateMert Dirik1-84/+102
2015-11-03configure.ac: Only require autoconf 2.68Julian Andres Klode1-1/+1
2015-11-03configure.ac: Run autoupdateJulian Andres Klode1-6/+9
2015-10-30thread-safety tests: Adjust path to listsJulian Andres Klode1-3/+3
2015-10-30Provide tests for thread-safetyJulian Andres Klode3-0/+101
2015-10-30orderlist: Replace qsort() by thread-safe std::sort()Julian Andres Klode3-25/+20
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode3-40/+45
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode1-2/+4
2015-10-30cacheset: Fix compilation on new GCC in C++98 modeJulian Andres Klode2-3/+29
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode2-4/+8
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode3-0/+11
2015-10-30dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode1-1/+2
2015-10-30aptconfiguration: Convert strtok() to strtok_r()Julian Andres Klode1-2/+3
2015-10-30GetSrvRecords: Make thread-safeJulian Andres Klode1-2/+7
2015-10-23deblistparser: Make PrioList constJulian Andres Klode2-3/+3
2015-10-20releasing 1.1~exp141.1_exp14Michael Vogt12-12/+21
2015-10-20Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode1-2/+2
2015-10-11.travis.yml: Add pinned vivid for gettext and clean up a bitJulian Andres Klode1-2/+4
2015-10-11Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquireJulian Andres Klode1-1/+1
2015-10-05releasing package apt version 1.1~exp131.1.exp13Michael Vogt2-1/+29
2015-10-05Run "./prepare-release pre-export"Michael Vogt54-103389/+102157
2015-09-30Fix select timeout to be 50msec instead of 0.5msecMichael Vogt2-2/+2
2015-09-22Use --add-location=file for po/ and doc/poMichael Vogt2-2/+6
2015-09-15tests: add a -j $jobs mode to test runner for parallel executionDavid Kalnischkies2-15/+75
2015-09-15tests: don't use hardcoded port for http and httpsDavid Kalnischkies29-228/+277
2015-09-14fallback to well-known URI if by-hash failsDavid Kalnischkies2-47/+65
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies10-27/+90
2015-09-14tests: try to support spaces in TMPDIRDavid Kalnischkies21-386/+392
2015-09-14deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies2-50/+69
2015-09-14tests: use SHA1 checksum only by default in testsDavid Kalnischkies9-42/+52
2015-09-14add --sha512 option + documentation for apt-ftparchiveDavid Kalnischkies2-4/+9
2015-09-14use APT::FTPArchive hash settings as default for APT::FPArchive::$filetypeDavid Kalnischkies1-1/+1
2015-09-14do not generate bogus hashes if hash is disabled in apt-ftparchiveDavid Kalnischkies1-4/+9
2015-09-14do not ignore differently versioned self-providesDavid Kalnischkies2-1/+53
2015-09-14various changes to increase test-coverageDavid Kalnischkies12-82/+115
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies46-113/+101
2015-09-14dereference redirect in Vcs-Browser URI to cgitDavid Kalnischkies1-1/+1
2015-09-14srv test: do 100 pulls twice and compare listDavid Kalnischkies2-27/+65
2015-09-14fix alloc-dealloc-mismatch (operator new [] vs operator delete)David Kalnischkies1-4/+4
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies7-24/+30
2015-09-14use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies2-21/+26
2015-09-14do not report deprecate warnings for the None declarationDavid Kalnischkies1-0/+2
2015-09-14move std=c++11 from CXXFLAGS to CXXDavid Kalnischkies1-2/+2
2015-09-14fix 'Dead assignment' by dropping unneeded booleanDavid Kalnischkies1-3/+1
2015-09-14tests: use more 'native' instead of 'amd64' if possibleDavid Kalnischkies3-17/+11
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies22-88/+111
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies4-6/+10
2015-09-14include debug information in the autoremove-kernels fileDavid Kalnischkies1-3/+23
2015-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies3-8/+13