summaryrefslogtreecommitdiff
path: root/apt-pkg/indexcopy.cc
AgeCommit message (Expand)Author
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2013-07-25fix resource leak when verification failsMichael Vogt
2013-07-25apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt
2013-07-25call fdopen() after FileFd was checkedMichael Vogt
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies
2013-05-16non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies
2013-04-08merged bundle from davidMichael Vogt
2013-03-15* apt-pkg/indexcopy.cc:David Kalnischkies
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2012-09-03 - do not create duplicated flat-archive CD-ROM sources for foreignDavid Kalnischkies
2012-09-02* apt-pkg/indexcopy.cc:David Kalnischkies
2012-08-05* apt-pkg/indexcopy.cc:David Kalnischkies
2012-01-31Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies
2011-12-11* apt-pkg/cdrom.cc:David Kalnischkies
2011-11-24use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies
2011-11-23factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-13fix from David Kalnischkies for the InRelease gpg verification 0.8.15.2Michael Vogt
2011-04-07* apt-pkg/indexcopy.cc:Julian Andres Klode
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies
2010-09-07* apt-pkg/indexcopy.cc:Michael Vogt
2010-09-07do not replace /dev/null when running in APT::CDROM::NoActMichael Vogt
2010-09-04* apt-pkg/indexcopy.cc:David Kalnischkies
2010-09-03apt-pkg/indexcopy.cc: include trustedFile (if it exists)Michael Vogt
2010-09-03* apt-pkg/indexcopy.cc:Michael Vogt
2010-08-19* apt-pkg/init.cc:David Kalnischkies
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-06-09enhance the split out of the gpgv commandline mangling by splitting outDavid Kalnischkies
2010-06-09* apt-pkg/indexcopy.cc:David Kalnischkies
2010-01-08* French manpage translation updateMichael Vogt
2009-12-02* apt-pkg/packagemanager.cc:Michael Vogt
2009-10-29* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt
2009-08-08[apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the ReleaseDavid Kalnischkies
2009-07-21The 'not dead yet' releaseMichael Vogt
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies
2008-10-28apt-pkg/indexcopy.cc: discard errors after Verify()Michael Vogt
2008-10-28fix various -Wall warningsMichael Vogt
2008-08-09* apt-pkg/indexcopy.cc:Michael Vogt
2008-08-05fix various -Wall warningsMichael Vogt
2007-07-26* implement sha256/sha1/md5 checking with proper backward compatibilityMichael Vogt