summaryrefslogtreecommitdiff
path: root/apt-pkg/indexcopy.cc
AgeCommit message (Expand)Author
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-02-19indexcopy: Copy uncompressed indices from cdrom againJulian Andres Klode
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-09-09cdrom: Don't hardcode "Files" field for copying source filesJulian Andres Klode
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies
2014-10-13fix compile and tests errorDavid Kalnischkies
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies
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