summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-082-0/+8
* Add new Base256ToNum long long overload functionGuillem Jover2014-07-082-1/+19
* Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-181-7/+14
|\
| * fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-7/+14
* | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2014-06-182-0/+22
|\ \
| * | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-112-0/+20
| |/
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-2/+4
|\|
| * without a filename we can't stat pipesDavid Kalnischkies2014-05-301-1/+2
| * use free() instead of delete() when realloc is usedMichael Vogt2014-05-271-1/+2
* | use HashStringList in the acquire systemDavid Kalnischkies2014-05-092-44/+137
* | add a simple container for HashStringsDavid Kalnischkies2014-05-092-16/+187
* | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-082-1/+3
|\|
| * Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-072-1/+3
| |\
| | * Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-042-1/+3
* | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-072-5/+5
* | | apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt2014-05-071-1/+1
* | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-072-1/+114
|\ \ \
| * \ \ Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-282-0/+20
| |\ \ \
| | * | | add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-282-0/+20
| * | | | Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt2014-04-282-0/+67
| |\ \ \ \
| | * | | | Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-282-0/+67
| | |/ / /
| * / / / WIP local deb installMichael Vogt2014-04-282-1/+27
| |/ / /
* | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0730-389/+743
|\ \ \ \ | | |/ / | |/| |
| * | | fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
| |/ /
| * | clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-161-1/+6
| * | deal with umask only if we really need to for mkstempDavid Kalnischkies2014-04-111-9/+9
| * | don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies2014-04-111-1/+0
| * | improve umask/fchmod code readabilityMichael Vogt2014-04-101-5/+8
| * | Rename FileFd::Open() Perms to AccessModeMichael Vogt2014-04-102-14/+14
| * | Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-101-2/+6
| * | Add new Debug::RunScripts optionMichael Vogt2014-04-011-1/+5
| |/
| * mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-3/+3
| * enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-211-0/+4
| * continue reading in xz even if it outputs nothingDavid Kalnischkies2014-03-211-0/+13
| * Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode2014-03-151-1/+1
| * fix test/integration/test-apt-helperMichael Vogt2014-03-1430-362/+680
| |\
| | * refactor FileFd to hide some #ifdefsDavid Kalnischkies2014-03-131-168/+131
| | * use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-35/+245
| | * refactor setup of file opening via zlib/bz2 libDavid Kalnischkies2014-03-131-37/+36
| | * move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies2014-03-131-21/+20
| | * support very long mtab entries in mountpoint discoveryDavid Kalnischkies2014-03-131-25/+23
| | * no error for non-existing mountpoints in MountCdromDavid Kalnischkies2014-03-131-8/+20
| | * if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies2014-03-131-2/+7
| | * follow method attribute suggestions by gccDavid Kalnischkies2014-03-138-30/+34
| | * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1327-91/+144
| | * move defines for version to macros.hDavid Kalnischkies2014-03-131-17/+67
| | * warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2014-03-131-1/+1
| | * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-134-5/+5
| | * warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-133-24/+24
| | * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-136-30/+29