summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies1-2/+2
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies3-4/+30
2014-03-12add hashsum support in apt-file download and add more testsMichael Vogt2-0/+12
2014-02-22Fix typos in documentation (codespell)Michael Vogt12-20/+20
2014-02-14simplify code some more to make reddit happyDavid Kalnischkies1-38/+29
2014-02-10simplify code to make compilers happyDavid Kalnischkies1-3/+9
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt5-15/+18
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies4-11/+8
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies2-4/+10
2014-01-05Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...Michael Vogt1-1/+1
2013-12-23add basic tests for GetTempDir()Michael Vogt1-1/+1
2013-12-22factor GetTempDir outMichael Vogt3-13/+21
2013-12-22apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold1-1/+6
2013-12-13allow ':' in GetListOfFilesInDirDavid Kalnischkies1-1/+1
2013-11-30truncating /dev/null to zero is always successfulDavid Kalnischkies1-0/+3
2013-11-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt4-5/+38
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2-0/+9
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt2-8/+19
2013-11-26add check when sources.list changedMichael Vogt2-5/+29
2013-11-01small documentation updates0.9.13_exp1Michael Vogt1-1/+2
2013-10-31add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2-14/+21
2013-10-18re-add missing APT::String::StripMichael Vogt2-1/+23
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt1-8/+8
2013-10-01change maxsplit default from "0" to maxintMichael Vogt2-3/+3
2013-10-01improve documentation for StringSplit()Michael Vogt2-6/+19
2013-09-07doc updateMichael Vogt2-8/+17
2013-09-07add maxsplit parameter to StringSplitMichael Vogt2-6/+14
2013-09-07implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2-0/+24
2013-08-31fix typo (mkostemp->mkstemp)Michael Vogt1-1/+1
2013-08-27use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies1-8/+4