summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-27replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso1-5/+19
2013-08-22apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso1-1/+2
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2-0/+3
2013-08-17Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt4-0/+70
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt2-0/+34
2013-08-15* lp:~mvo/apt/config-clear:Michael Vogt2-0/+13
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt4-0/+70
2013-08-12some more coverity fixesMichael Vogt2-0/+3
2013-08-05Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt2-9/+24
2013-08-05fix some unitialized data membersMichael Vogt1-1/+3
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt4-13/+15
2013-07-26fix another missing va_end()Michael Vogt1-3/+3
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies1-5/+18
2013-07-26proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies1-4/+6
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt1-1/+0
2013-07-25fix resource leak (thanks coverity)Michael Vogt1-4/+8
2013-07-25rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt1-1/+2
2013-07-25fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt1-1/+1
2013-07-25always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt1-4/+2
2013-06-24fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies1-6/+6
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies2-4/+13
2013-06-20support \n and \r\n line endings in ReadMessagesDavid Kalnischkies1-2/+3
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies1-1/+2
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies1-4/+19
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2-96/+75
2013-06-09make the vprintf like _error->Insert publicDavid Kalnischkies1-6/+35
2013-06-06fix double free (closes: #711045)Michael Vogt1-2/+5
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-4/+5
2013-04-08merged bundle from davidMichael Vogt4-15/+13
2013-04-03apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt1-2/+2
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt4-1/+475
2013-03-19support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies2-14/+12
2013-03-19use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2-62/+53
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies2-56/+2
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2-1/+76
2013-03-16ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies1-5/+22
2013-03-15 - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies2-45/+298
2013-03-15split out a method to strip whitespaces only on the right sideMichael Vogt2-1/+8
2013-03-15don't close stdout/stderr if it is also the statusfdDavid Kalnischkies1-10/+11
2013-03-15* apt-pkg/contrib/gpgv.cc:David Kalnischkies2-12/+36
2013-03-15* apt-pkg/indexcopy.cc:David Kalnischkies2-0/+162