summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies
2015-08-30detect and deal with indextarget duplicatesDavid Kalnischkies
2015-08-30implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies
2015-08-29use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies
2015-08-27Do not parse Status fields from remote sourcesJulian Andres Klode
2015-08-27allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies
2015-08-27not all targets are deb-src targetsDavid Kalnischkies
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-12Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies
2015-08-10drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies
2015-08-10parse packages from all architectures into the cacheDavid Kalnischkies
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies
2015-08-10just-in-time creation for (explicit) negative depsDavid Kalnischkies
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies
2015-08-10detect and error out on conflicting Trusted settingsDavid Kalnischkies
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-06-15hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies
2015-06-15populate the Architecture field for PackageFilesDavid Kalnischkies
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid 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
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies
2015-06-10rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies
2015-06-10abstract the code to iterate over all targets a bitDavid Kalnischkies
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies