summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2013-06-24fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies
2013-06-20support \n and \r\n line endings in ReadMessagesDavid Kalnischkies
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies
2013-06-09make the vprintf like _error->Insert publicDavid Kalnischkies
2013-06-06fix double free (closes: #711045)Michael Vogt
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt
2013-04-08merged bundle from davidMichael Vogt
2013-04-03apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt
2013-03-19support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies
2013-03-19use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies
2013-03-16ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies
2013-03-15 - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies
2013-03-15split out a method to strip whitespaces only on the right sideMichael Vogt
2013-03-15don't close stdout/stderr if it is also the statusfdDavid Kalnischkies
2013-03-15* apt-pkg/contrib/gpgv.cc:David Kalnischkies
2013-03-15* apt-pkg/indexcopy.cc:David Kalnischkies
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2013-03-01include two missing patches to really fix bug #696225, thanks toMichael Vogt
2013-01-09* apt-pkg/contrib/progress.cc:Michael Vogt
2012-10-15merge from lp:~donkult/apt/sidMichael Vogt
2012-10-13remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies
2012-10-13* apt-pkg/contrib/netrc.cc:David Kalnischkies
2012-10-12merged lp:~mvo/apt/mvoMichael Vogt
2012-08-28apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt
2012-08-13make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt
2012-08-04* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-08-04move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard thereDavid Kalnischkies
2012-08-04apt-pkg/contrib/mmap.cc:Pino Toscano
2012-07-24for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies
2012-07-24trigger the usage of the fallback code for kfreebsd also in theDavid Kalnischkies
2012-07-20* apt-pkg/contrib/mmap.cc:David Kalnischkies
2012-06-16Fix previous commit: Do not call memset() if realloc() returned NULL.Julian Andres Klode
2012-06-16Zero out the new memory allocated with realloc().Julian Andres Klode
2012-06-16* apt-pkg/contrib/mmap.cc:Julian Andres Klode
2012-06-09fix segfault with empty LongOpt in --no-* branchDavid Kalnischkies
2012-06-09* apt-pkg/contrib/cmdline.cc:Daniel Hartwig
2012-05-22* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-05-21* apt-pkg/contrib/mmap.cc:David Kalnischkies
2012-05-16* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-05-10ensure that d is set before accessing itDavid Kalnischkies
2012-05-10ensure that in error conditions the Fail flag is setDavid Kalnischkies
2012-05-10collect zombie (de)compressor processes on reopenDavid Kalnischkies
2012-05-09ensure that we do init d only once and especially not with its ownDavid Kalnischkies
2012-05-09* apt-pkg/contrib/fileutl.cc:David Kalnischkies