summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt2013-07-251-4/+2
|/
* fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies2013-06-241-6/+6
* trigger NODATA error for invalid InRelease filesDavid Kalnischkies2013-06-202-4/+13
* support \n and \r\n line endings in ReadMessagesDavid Kalnischkies2013-06-201-2/+3
* fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2013-06-091-1/+2
* OpenDescriptor should autoclose fd always on errorDavid Kalnischkies2013-06-091-4/+19
* set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2013-06-092-96/+75
* make the vprintf like _error->Insert publicDavid Kalnischkies2013-06-091-6/+35
* fix double free (closes: #711045)Michael Vogt2013-06-061-2/+5
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-4/+5
* merged bundle from davidMichael Vogt2013-04-084-15/+13
|\
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-104-15/+13
* | apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt2013-04-031-2/+2
* | merged lp:~mvo/apt/fix-inrelease5Michael Vogt2013-04-024-1/+475
|\ \ | |/ |/|
| * support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies2013-03-192-14/+12
| * use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2013-03-192-62/+53
| * * apt-pkg/deb/debindexfile.cc,David Kalnischkies2013-03-182-56/+2
| * - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2013-03-182-1/+76
| * ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies2013-03-161-5/+22
| * - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies2013-03-152-45/+298
| * split out a method to strip whitespaces only on the right sideMichael Vogt2013-03-152-1/+8
| * don't close stdout/stderr if it is also the statusfdDavid Kalnischkies2013-03-151-10/+11
| * * apt-pkg/contrib/gpgv.cc:David Kalnischkies2013-03-152-12/+36
| * * apt-pkg/indexcopy.cc:David Kalnischkies2013-03-152-0/+162
* | include two missing patches to really fix bug #696225, thanks toMichael Vogt2013-03-011-1/+1
* | * apt-pkg/contrib/progress.cc:Michael Vogt2013-01-091-2/+2
|/
* merge from lp:~donkult/apt/sidMichael Vogt2012-10-152-35/+36
|\
| * remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies2012-10-131-3/+5
| * * apt-pkg/contrib/netrc.cc:David Kalnischkies2012-10-131-16/+27
* | merged lp:~mvo/apt/mvoMichael Vogt2012-10-121-5/+16
|\ \ | |/ |/|
| * apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt2012-08-281-2/+2
| * make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt2012-08-131-5/+16
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-08-041-2/+0
* | move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard thereDavid Kalnischkies2012-08-041-1/+1
* | apt-pkg/contrib/mmap.cc:Pino Toscano2012-08-041-7/+7
* | for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies2012-07-241-0/+1
* | trigger the usage of the fallback code for kfreebsd also in theDavid Kalnischkies2012-07-241-1/+11
* | * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-07-201-1/+1
* | Fix previous commit: Do not call memset() if realloc() returned NULL.Julian Andres Klode2012-06-161-2/+3
* | Zero out the new memory allocated with realloc().Julian Andres Klode2012-06-161-0/+2