summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies2015-11-051-1/+1
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-042-4/+19
* ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies2015-11-041-6/+10
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-042-68/+5
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-1/+1
* deduplicate main methodsDavid Kalnischkies2015-11-042-2/+2
* split up help messages for simpler reuseDavid Kalnischkies2015-11-042-2/+71
* add binary-specific options via Binary scopeDavid Kalnischkies2015-11-042-0/+55
* srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode2015-10-302-4/+8
* GetSrvRecords: Make thread-safeJulian Andres Klode2015-10-301-2/+7
* 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