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