summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2015-12-14show a more descriptive error for weak Release filesDavid Kalnischkies
2015-12-11Convert package names from Packages files to lower caseJulian Andres Klode
2015-12-07Avoid overflow when summing up file sizesJulian Andres Klode
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05do not use read() returned value unconditionallyDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-11-04show progress info while 'downloading' a local .deb fileDavid Kalnischkies
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies
2015-11-04refactor dpkg execution in deb/debsystemDavid Kalnischkies
2015-11-04implement a public pkgSystem::ArchitecturesSupportedDavid Kalnischkies
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode
2015-10-30dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode
2015-10-23deblistparser: Make PrioList constJulian Andres Klode
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-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-09-14M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies
2015-09-14store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies
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