summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* fix typos and docs in GlobalError documentationDavid Kalnischkies2015-12-131-10/+9
* mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode2015-12-111-1/+1
* doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies2015-11-291-1/+1
* Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode2015-11-281-0/+2
* Revert "appease adequate with some weak symbols for -private"Julian Andres Klode2015-11-281-2/+0
* disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies2015-11-281-42/+60
* show the group we failed to drop via setgroupsDavid Kalnischkies2015-11-281-6/+11
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-276-17/+20
* appease adequate with some weak symbols for -privateDavid Kalnischkies2015-11-271-0/+2
* review of new/changed translatable program stringsJustin B Rye2015-11-212-2/+2
* do not segfault in cache generation on mmap failureDavid Kalnischkies2015-11-201-5/+10
* support setting empty values (sanely) & removing support forDavid Kalnischkies2015-11-191-20/+5
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-191-1/+1
* 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