summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2015-12-24Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies
2015-12-23use a dynamic buffer for ReadLineDavid Kalnischkies
2015-12-23implement a buffer system for FileFd::ReadLineDavid Kalnischkies
2015-12-22parse xz-compression level from configurationDavid Kalnischkies
2015-12-22follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies
2015-12-22shuffle compressor-specific code into private subclassesDavid Kalnischkies
2015-12-19Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode
2015-12-19Do nothing in FileFd::Write() if Size is 0Julian Andres Klode
2015-12-19CopyFile: avoid failing on EOF on some systemsPino Toscano
2015-12-19CopyFile: fix BufSize to a sane valuePino Toscano
2015-12-13fix typos and docs in GlobalError documentationDavid Kalnischkies
2015-12-11mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode
2015-11-29doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies
2015-11-28Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode
2015-11-28Revert "appease adequate with some weak symbols for -private"Julian Andres Klode
2015-11-28disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies
2015-11-28show the group we failed to drop via setgroupsDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-27appease adequate with some weak symbols for -privateDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-20do not segfault in cache generation on mmap failureDavid Kalnischkies
2015-11-19support setting empty values (sanely) & removing support forDavid Kalnischkies
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies
2015-11-05encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies
2015-11-04deduplicate main methodsDavid Kalnischkies
2015-11-04split up help messages for simpler reuseDavid Kalnischkies
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode
2015-10-30GetSrvRecords: Make thread-safeJulian Andres Klode
2015-09-14srv test: do 100 pulls twice and compare listDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-09-14copy ReadWrite-error to the bottom to make clang happyDavid Kalnischkies
2015-09-14implement CopyFile without using FileFd::Size()David Kalnischkies
2015-09-02avoid triggering the c++11 erase api change on travisDavid Kalnischkies
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies
2015-09-01use unusable-for-security hashes for integrity checksDavid Kalnischkies
2015-09-01Consider md5sum no longer a usable hashMichael Vogt
2015-09-01improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies
2015-08-31ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies
2015-08-27Always close compressed files in FileFdJulian Andres Klode
2015-08-20Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt
2015-08-18apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()Michael Vogt
2015-08-18cleanupMichael Vogt
2015-08-18Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt