summaryrefslogtreecommitdiff
path: root/apt-pkg/indexcopy.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-1/+1
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies1-2/+2
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-4/+4
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt1-0/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-1/+0
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-8/+10
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-5/+5
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+0
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-0/+10
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies1-76/+49
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies1-1/+4
2014-10-13fix compile and tests errorDavid Kalnischkies1-1/+1
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies1-0/+2
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies1-3/+5
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