summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies
2014-06-18Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-06-11DropPrivs in the solvers (just to be on the safe side)Michael Vogt
2014-05-30without a filename we can't stat pipesDavid Kalnischkies
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies
2014-05-09add a simple container for HashStringsDavid Kalnischkies
2014-05-08Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt
2014-05-07apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt
2014-04-28add flAbsPath() as a wrapper to realpath()Michael Vogt
2014-04-28Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt
2014-04-28Implement Popen() execv helper to avoid popen()Michael Vogt
2014-04-28WIP local deb installMichael Vogt
2014-04-26fix FileFd::Size bitswap on big-endian architecturesAdam Conrad
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies
2014-04-10improve umask/fchmod code readabilityMichael Vogt
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt
2014-04-01Add new Debug::RunScripts optionMichael Vogt
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies
2014-03-21enable fvisibility=hidden for our private libraryDavid Kalnischkies
2014-03-21continue reading in xz even if it outputs nothingDavid Kalnischkies
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode
2014-03-14fix test/integration/test-apt-helperMichael Vogt
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies
2014-03-13no error for non-existing mountpoints in MountCdromDavid Kalnischkies
2014-03-13if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13move defines for version to macros.hDavid Kalnischkies
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies