summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-7/+14
* 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
* 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 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
| * make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-131-2/+2
| * add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-133-4/+30
* | add hashsum support in apt-file download and add more testsMichael Vogt2014-03-122-0/+12
|/
* Fix typos in documentation (codespell)Michael Vogt2014-02-2212-20/+20
* simplify code some more to make reddit happyDavid Kalnischkies2014-02-141-38/+29
* simplify code to make compilers happyDavid Kalnischkies2014-02-101-3/+9
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-265-15/+18
|\
| * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-164-11/+8
| * rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-162-4/+10
* | Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...Michael Vogt2014-01-051-1/+1
|\ \ | |/ |/|
| * allow ':' in GetListOfFilesInDirDavid Kalnischkies2013-12-131-1/+1
* | add basic tests for GetTempDir()Michael Vogt2013-12-231-1/+1
* | factor GetTempDir outMichael Vogt2013-12-223-13/+21
* | apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold2013-12-221-1/+6
|/
* truncating /dev/null to zero is always successfulDavid Kalnischkies2013-11-301-0/+3
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2013-11-294-5/+38
|\
| * add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-292-0/+9
| * add check when sources.list changedMichael Vogt2013-11-262-5/+29