summaryrefslogtreecommitdiff
path: root/apt-pkg/indexcopy.cc
Commit message (Expand)AuthorAgeFilesLines
* indexcopy: Remove deprecated SigVerify::RunGPGV()Julian Andres Klode2019-02-261-10/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* indexcopy: Copy uncompressed indices from cdrom againJulian Andres Klode2018-02-191-2/+2
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-5/+5
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-8/+7
* cdrom: Don't hardcode "Files" field for copying source filesJulian Andres Klode2017-09-091-1/+15
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-5/+5
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-12/+12
* Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-261-3/+3
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-1/+1
* act on various suggestions from cppcheckDavid Kalnischkies2016-01-261-2/+2
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-4/+4
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-1/+0
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-8/+10
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-5/+5
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+0
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+10
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-76/+49
* ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-191-1/+4
* fix compile and tests errorDavid Kalnischkies2014-10-131-1/+1
* do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-0/+2
* use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-3/+5
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-4/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+3
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-6/+6
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-2/+2
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-4/+4
* fix resource leak when verification failsMichael Vogt2013-07-251-0/+1
* apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt2013-07-251-1/+1
* call fdopen() after FileFd was checkedMichael Vogt2013-07-251-1/+1
* fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2013-06-091-4/+2
* non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies2013-05-161-0/+12
* merged bundle from davidMichael Vogt2013-04-081-4/+2
|\
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-4/+2
* | * apt-pkg/indexcopy.cc:David Kalnischkies2013-03-151-120/+2
|/
* - do not create duplicated flat-archive CD-ROM sources for foreignDavid Kalnischkies2012-09-031-6/+9
* * apt-pkg/indexcopy.cc:David Kalnischkies2012-09-021-4/+7
* * apt-pkg/indexcopy.cc:David Kalnischkies2012-08-051-1/+6
* Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt2012-01-311-2/+2
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-91/+6
* * apt-pkg/cdrom.cc:David Kalnischkies2011-12-111-5/+21
* use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies2011-11-241-74/+72
* factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre2011-11-231-80/+94
* merge with debian/experimentalDavid Kalnischkies2011-09-131-11/+10
|\
| * fix a few more cppcheck performance and scope warningsDavid Kalnischkies2011-08-111-2/+1
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-9/+9
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-11/+12
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/