summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2014-09-17merge 0.9.7.9+deb7u1 uploadMichael 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
2012-04-23/dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies
2012-04-23normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies
2012-04-22* apt-pkg/contrib/configuration.cc:David Kalnischkies
2012-04-21* apt-pkg/contrib/strutl.cc:David Kalnischkies
2012-04-20* apt-pkg/contrib/sha2_internal.cc:David Kalnischkies
2012-04-19* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies
2012-04-05 - add libbz2-dev as new build-dependencyDavid Kalnischkies
2012-04-05if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies
2012-04-05detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies
2012-03-06* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2012-03-05as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies
2012-02-11* apt-pkg/cachefile.cc:David Kalnischkies
2012-02-03rework previous patch to avoid changing the inline codeMichael Vogt
2012-02-03* apt-pkg/contrib/fileutl.h:Michael Vogt
2012-01-30* apt-pkg/contrib/configuration.cc:David Kalnischkies
2012-01-18* apt-pkg/contrib/fileutl.h:David Kalnischkies
2012-01-18improve error reporting in case of errors in combination with zlibDavid Kalnischkies
2012-01-16* apt-pkg/contrib/fileutils.h:Michael Vogt
2012-01-02g++ 4.7 fixesMichael Vogt
2012-01-02g++ 4.7 fixesMichael Vogt
2011-12-18usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies