summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode1-1/+1
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode1-1/+1
2015-08-11ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode1-5/+19
2015-08-10change to libapt-pkg abi 5.0 with versioned symbolsDavid Kalnischkies1-2/+2
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2-10/+10
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-6/+0
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies4-6/+7
2015-08-10implement reverse_iterators for cachesetsDavid Kalnischkies1-0/+6
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies2-2/+20
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies2-0/+4
2015-08-10some CXXFLAGS housekeepingDavid Kalnischkies1-0/+8
2015-08-10make all d-pointer * const pointersDavid Kalnischkies4-34/+43
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies3-4/+4
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies2-4/+12
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies2-11/+4
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies2-3/+15
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies2-0/+19
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+2
2015-05-22Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt1-1/+1
2015-05-12implement VerifyFile as all-hashes checkDavid Kalnischkies1-7/+14
2015-05-11fix macro definition for very old GCC < 3David Kalnischkies1-1/+1
2015-04-28Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt1-1/+2
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies1-1/+1
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2-1/+31
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies2-19/+65
2015-04-19if we can, use gccs __builtin_swap methodsDavid Kalnischkies1-0/+9
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies2-86/+71
2015-04-07demote VectorizeString gcc attribute from const to pureDavid Kalnischkies1-1/+1
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies1-5/+5
2014-11-10allow options between command and -- on commandlineDavid Kalnischkies1-8/+11
2014-11-10add a simple container for HashStringsDavid Kalnischkies2-15/+187
2014-11-09streamline display of --help in all toolsDavid Kalnischkies2-0/+4