summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies2-0/+14
2014-11-08guard const-ification API changesDavid Kalnischkies1-0/+2
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-0/+1
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies3-28/+24
2014-11-08(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies1-4/+8
2014-11-05Bump ABI to 4.15Michael Vogt1-1/+1
2014-10-26rewrite ReadMessages()David Kalnischkies1-58/+66
2014-10-24promote filesize to a hashstringDavid Kalnischkies2-7/+29
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies1-2/+4
2014-10-15set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies1-6/+6
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-1/+6
2014-10-08Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt1-1/+1
2014-10-07set PR_SET_NO_NEW_PRIVS also if run as non-rootDavid Kalnischkies1-11/+16
2014-10-07fix foldmarkers in fileutl.ccDavid Kalnischkies1-21/+14
2014-10-07Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt5-18/+11
2014-10-07Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)Michael Vogt1-2/+3