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