summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2-0/+22
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-2/+4
2014-06-11DropPrivs in the solvers (just to be on the safe side)Michael Vogt2-0/+20
2014-05-30without a filename we can't stat pipesDavid Kalnischkies1-1/+2
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt1-1/+2
2014-05-23WIP start randomizingMichael Vogt2-2/+34
2014-05-22WIP make connect use GetSrvRecordsMichael Vogt2-0/+20
2014-05-20add sorting by priorityMichael Vogt2-2/+10
2014-05-20add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt2-0/+123
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies2-44/+137
2014-05-09add a simple container for HashStringsDavid Kalnischkies2-16/+187
2014-05-08Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2-1/+3
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2-5/+5
2014-05-07apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt1-1/+1
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2-1/+114
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2-1/+3
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt30-389/+743
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2-0/+20
2014-04-28add flAbsPath() as a wrapper to realpath()Michael Vogt2-0/+20
2014-04-28Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt2-0/+67
2014-04-28Implement Popen() execv helper to avoid popen()Michael Vogt2-0/+67
2014-04-28WIP local deb installMichael Vogt2-1/+27
2014-04-26fix FileFd::Size bitswap on big-endian architecturesAdam Conrad1-13/+4
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies1-1/+6
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies1-9/+9
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies1-1/+0
2014-04-10improve umask/fchmod code readabilityMichael Vogt1-5/+8
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt2-14/+14
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt1-2/+6
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2-1/+3
2014-04-01Add new Debug::RunScripts optionMichael Vogt1-1/+5
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies1-3/+3
2014-03-21enable fvisibility=hidden for our private libraryDavid Kalnischkies1-0/+4
2014-03-21continue reading in xz even if it outputs nothingDavid Kalnischkies1-0/+13
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode1-1/+1
2014-03-14fix test/integration/test-apt-helperMichael Vogt30-362/+680
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies1-168/+131
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies1-35/+245
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies1-37/+36
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies1-21/+20
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies1-25/+23
2014-03-13no error for non-existing mountpoints in MountCdromDavid Kalnischkies1-8/+20
2014-03-13if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies1-2/+7
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies8-30/+34
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies27-91/+144
2014-03-13move defines for version to macros.hDavid Kalnischkies1-17/+67
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies1-1/+1
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies4-5/+5
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies3-24/+24
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies6-30/+29