summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* review of new/changed translatable program stringsJustin B Rye2015-11-211-6/+6
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* do not use read() returned value unconditionallyDavid Kalnischkies2015-11-051-24/+17
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2015-11-041-4/+13
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-042-1/+28
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-2/+2
* show progress info while 'downloading' a local .deb fileDavid Kalnischkies2015-11-042-1/+11
* provide public interface to hold/unhold packagesDavid Kalnischkies2015-11-042-5/+6
* refactor dpkg execution in deb/debsystemDavid Kalnischkies2015-11-041-47/+61
* implement a public pkgSystem::ArchitecturesSupportedDavid Kalnischkies2015-11-042-1/+62
* implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies2015-11-043-82/+108
* dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode2015-10-301-2/+4
* dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode2015-10-301-0/+5
* dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode2015-10-301-1/+2
* deblistparser: Make PrioList constJulian Andres Klode2015-10-232-3/+3
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-142-4/+19
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-142-6/+5
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-16/+60
* M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies2015-09-141-8/+12
* store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies2015-09-141-2/+7
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-2/+2
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-302-3/+61
* implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies2015-08-301-0/+5
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-291-5/+11
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-291-34/+29
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-17/+36
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-272-4/+19
* Do not parse Status fields from remote sourcesJulian Andres Klode2015-08-274-1/+26
* allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies2015-08-271-1/+16
* not all targets are deb-src targetsDavid Kalnischkies2015-08-271-1/+1
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-175-18/+1
* Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-121-3/+0
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-112-11/+11
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-101-3/+3
* drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies2015-08-101-1/+2
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-102-41/+7
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-104-362/+147
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-105-94/+21
* just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-101-25/+5
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-102-17/+4
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-4/+4
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-103-16/+0
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-102-31/+27
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-5/+5
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-1010-114/+114
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-2/+5
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-102-0/+36
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-102-39/+98