summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt2013-11-282-8/+19
|/
* small documentation updatesMichael Vogt2013-11-011-1/+2
* add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-312-14/+21
* re-add missing APT::String::StripMichael Vogt2013-10-182-1/+23
* fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-071-8/+8
* change maxsplit default from "0" to maxintMichael Vogt2013-10-012-3/+3
* improve documentation for StringSplit()Michael Vogt2013-10-012-6/+19
* doc updateMichael Vogt2013-09-072-8/+17
* add maxsplit parameter to StringSplitMichael Vogt2013-09-072-6/+14
* implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-072-0/+24
* fix typo (mkostemp->mkstemp)Michael Vogt2013-08-311-1/+1
* use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies2013-08-271-8/+4
* replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso2013-08-271-5/+19
* apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso2013-08-221-1/+2
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-08-222-0/+3
|\
| * some more coverity fixesMichael Vogt2013-08-122-0/+3
* | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-174-0/+70
|\ \
| * | squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-124-0/+70
| |/
* | * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-152-0/+34
* | * lp:~mvo/apt/config-clear:Michael Vogt2013-08-152-0/+13
|/
* Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt2013-08-052-9/+24
|\
| * Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-284-13/+15
| |\
| * | ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies2013-07-261-5/+18
| * | proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies2013-07-261-4/+6
* | | fix some unitialized data membersMichael Vogt2013-08-051-1/+3
| |/ |/|
* | fix another missing va_end()Michael Vogt2013-07-261-3/+3
* | add missing "free(buffer) for allocated bufferMichael Vogt2013-07-251-1/+0
* | fix resource leak (thanks coverity)Michael Vogt2013-07-251-4/+8
* | rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt2013-07-251-1/+2
* | fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt2013-07-251-1/+1