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