summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* srv test: do 100 pulls twice and compare listDavid Kalnischkies2015-09-141-0/+4
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-144-25/+23
* copy ReadWrite-error to the bottom to make clang happyDavid Kalnischkies2015-09-141-1/+4
* implement CopyFile without using FileFd::Size()David Kalnischkies2015-09-141-13/+7
* avoid triggering the c++11 erase api change on travisDavid Kalnischkies2015-09-021-2/+2
* use clock() as source for SRV randomnessDavid Kalnischkies2015-09-012-24/+18
* use unusable-for-security hashes for integrity checksDavid Kalnischkies2015-09-011-0/+1
* Consider md5sum no longer a usable hashMichael Vogt2015-09-012-4/+12
* improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies2015-09-011-4/+6
* ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies2015-08-312-3/+29
* Always close compressed files in FileFdJulian Andres Klode2015-08-271-6/+7
* Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-202-3/+61
* apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()Michael Vogt2015-08-181-0/+2
* cleanupMichael Vogt2015-08-182-6/+6
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt2015-08-1819-100/+197
|\
| * Also add 'in combination with the other options.' to another errorJulian Andres Klode2015-08-141-1/+1
| * Say "in combination with the other options" if an option is not understoodJulian Andres Klode2015-08-141-3/+3
| * Use setresuid() and setresgid() where availableJulian Andres Klode2015-08-131-3/+13
| * Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-132-4/+5
| * Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-131-1/+1
| * Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-111-1/+1
| * ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode2015-08-111-5/+19
| * change to libapt-pkg abi 5.0 with versioned symbolsDavid Kalnischkies2015-08-101-2/+2
| * elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-102-10/+10
| * remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-6/+0
| * add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-104-6/+7
| * implement reverse_iterators for cachesetsDavid Kalnischkies2015-08-101-0/+6
| * implement Signed-By option for sources.listDavid Kalnischkies2015-08-102-2/+20
| * fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-102-0/+4
| * some CXXFLAGS housekeepingDavid Kalnischkies2015-08-101-0/+8
| * make all d-pointer * const pointersDavid Kalnischkies2015-08-104-34/+43
| * apply various style suggestions by cppcheckDavid Kalnischkies2015-08-103-4/+4
| * show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-112-4/+12
| * configureable acquire targets to download additional filesDavid Kalnischkies2015-06-092-11/+4
| * support hashes for compressed pdiff filesDavid Kalnischkies2015-06-092-3/+15
| * rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-092-0/+19
* | Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-1818-328/+1080
|\|
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-221-1/+2
| |\
| | * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-221-1/+1
| | |\
| | * | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt2015-04-281-1/+2
| * | | implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-121-7/+14
| * | | fix macro definition for very old GCC < 3David Kalnischkies2015-05-111-1/+1
| * | | Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | demote VectorizeString gcc attribute from const to pureDavid Kalnischkies2015-04-071-1/+1
| | |/
| | * allow options between command and -- on commandlineDavid Kalnischkies2014-11-101-8/+11
| | * add a simple container for HashStringsDavid Kalnischkies2014-11-102-15/+187
| * | ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-192-1/+31
| * | calculate only expected hashes in methodsDavid Kalnischkies2015-04-192-19/+65
| * | if we can, use gccs __builtin_swap methodsDavid Kalnischkies2015-04-191-0/+9
| * | reimplement the last uses of sprintfDavid Kalnischkies2015-04-102-86/+71