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