Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
[ntk/apt.git] / apt-pkg / contrib / fileutl.cc
2013-09-01 Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2013-08-31 Michael Vogtfix typo (mkostemp->mkstemp)
2013-08-28 Michael VogtMerge remote-tracking branch 'mvo/feature/install-progr...
2013-08-28 Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-with...
2013-08-28 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-08-27 David Kalnischkiesuse mkstemp instead of mkostemp in FileFd::Open()
2013-08-27 Angel Guzman Maesoreplace usage of potential dangerous mktemp with mkstemp
2013-08-22 Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2013-08-22 Ángel Guzmán Maesoapt-pkg:contrib Avoid compiler warning about sign-compare
2013-08-22 Michael VogtMerge remote-tracking branch 'mvo/bugfix/coverity'...
2013-08-22 Angel Guzman Maesofix compiler warning about sign-compare
2013-08-19 Michael VogtMerge pull request #3 from cbaines/debian/sid
2013-08-17 Michael VogtMerge remote-tracking branch 'mvo/feature/apt-binary2...
2013-08-17 Christian PERRIERMerge branch 'debian/sid' of git://git.debian.org/git...
2013-08-15 Michael Vogt* lp:~mvo/apt/add-glob-function:
2013-08-05 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-07-28 Michael VogtMerge remote-tracking branch 'mvo/bugfix/coverity'...
2013-07-26 David Kalnischkiesensure that FileFd::Size returns 0 in error cases
2013-07-25 Michael Vogtadd missing "free(buffer) for allocated buffer
2013-07-25 Michael Vogtfix resource leak (thanks coverity)
2013-07-25 Michael Vogtalways "delete d" in FileFd::~FileFd to coverity happy
2013-07-24 Michael VogtMerge remote-tracking branch 'upstream/debian/sid'
2013-07-02 Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-06-09 David Kalnischkiesfail in CopyFile if the FileFds have error flag set
2013-06-09 David KalnischkiesOpenDescriptor should autoclose fd always on error
2013-06-09 David Kalnischkiesset Fail flag in FileFd on all errors consistently
2013-06-06 Michael VogtMerge branch 'debian/sid' of https://github.com/ion1...
2013-06-06 Michael Vogtfix double free (closes: #711045)
2013-05-08 Michael Vogtmerged from the debian-wheezy branch
2013-04-08 Michael Vogtmerged bundle from david
2013-03-10 David Kalnischkiesvarious simple changes to fix cppcheck warnings
2012-10-12 Michael Vogtmerged lp:~mvo/apt/mvo
2012-08-06 Michael Vogtmerged from david
2012-08-04 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-05-24 Michael Vogtmerged from David
2012-05-22 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-05-21 bubulle@debian.orgMerge my tree and the remote tree (no change, I guess)
2012-05-21 Michael Vogtmerged from David, uncommited the previous i18n commit...
2012-05-16 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-05-11 Michael Vogtmerged from david
2012-05-10 David Kalnischkiesensure that d is set before accessing it
2012-05-09 David Kalnischkiesensure that in error conditions the Fail flag is set
2012-05-09 David Kalnischkiescollect zombie (de)compressor processes on reopen
2012-05-09 David Kalnischkiesensure that we do init d only once and especially not...
2012-05-09 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-04-20 Michael Vogtmerged from lp:~donkult/apt/sid
2012-04-20 Michael Vogtmerge from the lp:~mvo/apt/mvo branch
2012-04-19 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-04-16 Michael Vogtmerge from the expermental2 branch
2012-04-11 Michael Vogtmerged from donkults experimental branch
2012-04-11 David Kalnischkiesuse a static FileFd::Write overload to reduce duplicati...
2012-04-05 David Kalnischkies - add libbz2-dev as new build-dependency
2012-04-05 David Kalnischkiesif we have zlib builtin insert add a dummy gzip compres...
2012-04-05 David Kalnischkiesdetect zlib correctly. We still don't allow to build...
2012-03-22 David KalnischkiesMerge ... debian-sid (some version screw going on here)
2012-03-13 Michael Vogtmerged from debian-experimental2
2012-03-06 Michael Vogtmerged from lp:~donkult/apt/experimental
2012-03-06 David Kalnischkiesmerge with apt/experimental
2012-03-06 Michael Vogt* apt-pkg/packagemanager.cc:
2012-03-06 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-02-11 David Kalnischkies* apt-pkg/cachefile.cc:
2012-02-03 Michael Vogtrework previous patch to avoid changing the inline...
2012-01-30 Michael Vogtmerged from donkult
2012-01-18 Michael Vogt* apt-pkg/contrib/fileutl.h:
2012-01-18 Michael Vogt* apt-pkg/aptconfiguration.cc:
2012-01-17 David Kalnischkies* apt-pkg/contrib/fileutl.h:
2012-01-17 David Kalnischkiesimprove error reporting in case of errors in combinatio...
2012-01-16 Michael Vogtmerged from debian-experimental2
2012-01-02 Michael Vogtg++ 4.7 fixes
2011-12-20 Michael Vogtmerged from lp:~donkult/apt/sid/
2011-12-19 Michael Vogtmerged from debian-sid
2011-12-19 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-12-19 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-12-18 David Kalnischkiesusage of Skipping in pipes can't work, so we ignore...
2011-12-17 David Kalnischkieskeep track of where we are in a filedescriptor so we...
2011-12-15 David Kalnischkiestry seeking on fds opened with OpenDescriptor before...
2011-12-15 David Kalnischkiesrefactor compressor calling so that we don't (need...
2011-12-14 David Kalnischkiesuse FileFd instead of forking the compression childs...
2011-12-13 David Kalnischkiesallow Open() and OpenDescriptor() to be called with...
2011-12-13 David Kalnischkiesnote to myself: In case you rename something, make...
2011-12-12 David KalnischkiesAllow the FileFd to use an external Compressor to uncom...
2011-12-11 David Kalnischkies - add a ReadLine method
2011-12-10 David Kalnischkies* apt-pkg/contrib/fileutl.{h,cc}:
2011-12-10 David Kalnischkiesenable FileFd to guess the compressor based on the...
2011-11-29 David Kalnischkiessplit up the OpenMode into OpenMode and CompressionMode and
2011-11-10 Michael Vogtmerged from bzr.debian.org/bzr/apt/apt/debian-experimental2
2011-10-30 David Kalnischkiesmerge with my debian-sid branch
2011-10-05 Michael Vogt* apt-pkg/contrib/configuration.cc:
2011-09-14 David Kalnischkiesenable APT in unpack/configure ordering to handle loops...
2011-09-14 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-09-13 David Kalnischkiesmerge with debian/sid
2011-09-13 David Kalnischkiesmerge with debian/experimental
2011-09-13 David KalnischkiesSupport large files in the complete toolset. Indexes...
2011-09-13 David Kalnischkiesreorder includes: add <config.h> if needed and include...
2011-08-01 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-07-29 Michael Vogtmerged from debian-sid
2011-07-28 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-07-28 Michael Vogt* apt-pkg/contrib/fileutl.{cc,h}:
2011-07-05 Michael Vogtmerge lp:~mvo/apt/sha512-template to get fixes for the
2011-06-08 Michael Vogt* [ABI-Break] Implement EDSP in libapt-pkg so that...
next