summaryrefslogtreecommitdiff
path: root/apt-pkg/clean.cc
Commit message (Expand)AuthorAgeFilesLines
* clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode2019-02-261-18/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-5/+6
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-1/+1
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-7/+7
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* clean archives without changing directoryDavid Kalnischkies2017-06-261-23/+33
* non-existing directories don't need to be cleanedDavid Kalnischkies2015-12-141-0/+5
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-191-0/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+1
* store Release files data in the CacheDavid Kalnischkies2015-06-121-1/+1
* fix compile and tests errorDavid Kalnischkies2014-10-131-1/+1
* do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-0/+2
* Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2014-07-081-1/+4
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+4
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* * apt-pkg/clean.cc:David Kalnischkies2012-07-051-2/+3
* * apt-pkg/acquire-worker.cc:David Kalnischkies2012-03-201-4/+7
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-5/+5
* merge with debian/experimentalDavid Kalnischkies2011-09-131-2/+2
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-2/+2
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-231-3/+3
* add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-1/+0
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* Join with aliencodeArch Librarian2004-09-201-9/+19
* Added clean install codeArch Librarian2004-09-201-2/+6
* Various minor bug fixesArch Librarian2004-09-201-2/+1
* Clean supportArch Librarian2004-09-201-0/+111