summaryrefslogtreecommitdiff
path: root/apt-pkg/indexfile.cc
Commit message (Expand)AuthorAgeFilesLines
* indexfile: Remove deprecated translation functionsJulian Andres Klode2019-02-261-26/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* Introduce inrelease-path option for sources.listJulian Andres Klode2018-01-171-0/+1
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-3/+3
* implement fallback to alternative URIs for all itemsDavid Kalnischkies2017-12-131-0/+4
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-3/+3
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-8/+8
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-261-8/+2
* add --with-source option and Packages/Sources supportDavid Kalnischkies2016-08-171-1/+7
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-1/+4
* implement Identifier field for IndexTargetsDavid Kalnischkies2016-05-081-0/+1
* implement Fallback-Of for IndexTargetsDavid Kalnischkies2016-05-081-0/+1
* detect compressed status files on extension againDavid Kalnischkies2016-04-131-1/+1
* don't leak on error in listparser creationDavid Kalnischkies2016-04-031-2/+8
* reimplement build-dep via apts normal resolverDavid Kalnischkies2016-01-251-1/+3
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-0/+1
* ignore deprecated method calls in deprecated methodDavid Kalnischkies2015-11-271-0/+2
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-13/+2
* show progress info while 'downloading' a local .deb fileDavid Kalnischkies2015-11-041-2/+6
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-141-0/+1
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-0/+1
* use a less generic special trigger filename for stdinDavid Kalnischkies2015-09-141-2/+6
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-301-0/+1
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-291-0/+1
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-2/+4
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-271-0/+6
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-101-1/+1
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-11/+164
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-2/+3
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+3
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-0/+12
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-1/+17
* use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies2015-06-111-2/+16
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-111-6/+81
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+8
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-3/+3
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-5/+5
* merge with debian/experimentalDavid Kalnischkies2011-09-131-1/+2
|\
| * fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies2011-08-111-1/+2
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
|/
* [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-43/+18
* add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-1/+0
* * Fix compilation warnings:Otavio Salvador2007-10-021-2/+2
* * make apt build with g++ 4.3Michael Vogt2007-09-101-0/+1
* * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-081-4/+0
|\
| * * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0