]> git.saurik.com Git - apt.git/history - apt-pkg/deb
let DPKG_COLORS default to our APT::Color setting
[apt.git] / apt-pkg / deb /
2016-05-03  David Kalnischkieslet DPKG_COLORS default to our APT::Color setting
2016-05-01  David Kalnischkiessupport Signed-By in Release files as a sort of HPKP
2016-05-01  David Kalnischkiessupport multiple fingerprints in signed-by
2016-04-03  David Kalnischkiesdon't leak on error in listparser creation
2016-03-25  David Kalnischkiesdrop confusing comma from no strong hash message
2016-03-14  David Kalnischkiesenforce verify of filesize in 'apt-get source'
2016-03-14  David Kalnischkiesstreamline dpkgpm cleanup-handling
2016-03-06  Veres LajosFix several typos
2016-03-06  David Kalnischkiesget group again after potential remap in Source: parse
2016-02-26  Julian Andres KlodeAdd missing numeric includes in files using std::accumu...
2016-01-27  David Kalnischkiesonly warn about missing/invalid Date field for now
2016-01-26  David Kalnischkiesconvert Version() and Architecture() to APT::StringView
2016-01-26  David Kalnischkiesremove unused Description methods in listparsers
2016-01-26  David Kalnischkiesparse version correctly from binary Source field
2016-01-25  David Kalnischkiesreimplement build-dep via apts normal resolver
2016-01-25  David Kalnischkiestreat an empty dependency field just like it doesn...
2016-01-25  Michael VogtUse c++11 for loop in AptHistoryRequestingUser
2016-01-25  Michael VogtStore "Requested-By" user in history.log in a simpler...
2016-01-25  Michael VogtLog calling SUDO_USER or PKEXEC_UID in history.log
2016-01-15  David Kalnischkiesuse APT::StringView for GrabWord
2016-01-14  David Kalnischkiesfix M-A:foreign provides creation for unknown archs
2016-01-08  Julian Andres KlodedebListParser: Convert another ParseDepends to StringView
2016-01-08  David Kalnischkieskeep compressed indexes in a low-cost format
2016-01-08  Julian Andres KlodeAvailableDescriptionLanguages: Use one string for all...
2016-01-07  Julian Andres KlodeReplace compare() == 0 checks with this == other checks
2016-01-07  Julian Andres KlodeSwitch performance critical code to use APT::StringView
2016-01-02  David Kalnischkiessupport comments in debian/control parsing
2015-12-27  David Kalnischkiesallow repositories to forbid arch:all for specific...
2015-12-27  Julian Andres KlodeParseDepends: Mark branches for build-dep parsing as...
2015-12-27  Julian Andres KlodedebListParser: Do not validate Description-md5 for...
2015-12-27  Julian Andres KlodedebListParser: ParseDepends: Only query native arch...
2015-12-27  Julian Andres KlodeConvert most callers of isspace() to isspace_ascii()
2015-12-14  David Kalnischkiesshow a more descriptive error for weak Release files
2015-12-11  Julian Andres KlodeConvert package names from Packages files to lower...
2015-12-07  Julian Andres KlodeAvoid overflow when summing up file sizes
2015-12-01  David Kalnischkiesrequire explicit paths to dsc/control as we do for...
2015-11-27  David Kalnischkiesadd messages to our deprecation warnings in libapt
2015-11-21  Justin B Ryereview of new/changed translatable program strings
2015-11-05  David Kalnischkiesapply various suggestions made by cppcheck
2015-11-05  David Kalnischkiesdo not use read() returned value unconditionally
2015-11-04  David Kalnischkieswrap every unlink call to check for != /dev/null
2015-11-04  David Kalnischkiesignore newlines in dpkg-deb control output for installi...
2015-11-04  David Kalnischkiessupport arch:all data e.g. in separate Packages file
2015-11-04  David Kalnischkiessanify API to get 'the' candidate version
2015-11-04  David Kalnischkiesshow progress info while 'downloading' a local .deb...
2015-11-04  David Kalnischkiesprovide public interface to hold/unhold packages
2015-11-04  David Kalnischkiesrefactor dpkg execution in deb/debsystem
2015-11-04  David Kalnischkiesimplement a public pkgSystem::ArchitecturesSupported
2015-11-04  David Kalnischkiesimplement a public pkgSystem::MultiArchSupported
2015-10-30  Julian Andres Klodedpkgpm: Convert users of localtime() to localtime_r()
2015-10-30  Julian Andres Klodedpkgpm: Use ptsname_r() instead of ptsname() to be...
2015-10-30  Julian Andres Klodedpkgpm: Convert ctime() call to ctime_r()
2015-10-23  Julian Andres Klodedeblistparser: Make PrioList const
2015-09-14  David Kalnischkiesadd by-hash sources.list option and document all of...
2015-09-14  David Kalnischkiesavoid using global PendingError to avoid failing too...
2015-09-14  David Kalnischkiesimplement dpkgs vision of interpreting pkg:<arch> depen...
2015-09-14  David KalnischkiesM-A: allowed pkgs of unconfigured archs do not statisfy...
2015-09-14  David Kalnischkiesstore ':any' pseudo-packages with 'any' as architecture
2015-08-31  David Kalnischkiesfix some unused parameter/variable warnings
2015-08-30  David Kalnischkiesdetect and deal with indextarget duplicates
2015-08-30  David Kalnischkiesimplement $(NATIVE_ARCHITECTURE) substvar for indextargets
2015-08-29  David Kalnischkiesimplement indextargets option 'DefaultEnabled'
2015-08-29  David Kalnischkiesuse c++11 algorithms to avoid strange compiler warnings
2015-08-28  David Kalnischkiesimplement PDiff patching for compressed files
2015-08-27  David Kalnischkiessources.list and indextargets option for pdiffs
2015-08-27  Julian Andres KlodeDo not parse Status fields from remote sources
2015-08-27  Julian Andres KlodeMerge branch 'feature/extractar-filefd' into debian...
2015-08-27  David Kalnischkiesallow explicit dis/enable of IndexTargets in sources...
2015-08-27  David Kalnischkiesnot all targets are deb-src targets
2015-08-18  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2015-08-18  Michael VogtMerge branch 'debian/experimental' into feature/srv...
2015-08-17  Michael VogtFix all the wrong removals of includes that iwyu got...
2015-08-17  Michael VogtCleanup includes after running iwyu
2015-08-14  Julian Andres KlodeMerge branch 'debian/experimental' of https://github...
2015-08-12  Guillem JoverDo not set unhonored DPKG_NO_TSTP variable for dpkg
2015-08-11  Julian Andres KlodeAnnotate more methods with APT_OVERRIDE
2015-08-10  David Kalnischkiesno value for MultiArch field is 'no', not 'none'
2015-08-10  David Kalnischkiesdrop obsolete explicit :none handling in pkgCacheGen
2015-08-10  David Kalnischkiesparse packages from all architectures into the cache
2015-08-10  David Kalnischkieselimate duplicated code in pkgIndexFile subclasses
2015-08-10  David Kalnischkiesadd volatile sources support in libapt-pkg
2015-08-10  David Kalnischkiesjust-in-time creation for (explicit) negative deps
2015-08-10  David Kalnischkiesjust-in-time creation for (implicit) Provides
2015-08-10  David Kalnischkieshide implicit deps in apt-cache again by default
2015-08-10  David Kalnischkiesremove the compatibility markers for 4.13 abi
2015-08-10  David Kalnischkiesbunch of micro-optimizations for depcache
2015-08-10  David Kalnischkiesrename 'apt-get files' to 'apt-get indextargets'
2015-08-10  David Kalnischkiesadd c++11 override marker to overridden methods
2015-08-10  David Kalnischkiesallow individual targets to be kept compressed
2015-08-10  David Kalnischkiesimplement Signed-By option for sources.list
2015-08-10  David Kalnischkiesadd sources.list Check-Valid-Until and Valid-Until...
2015-08-10  David Kalnischkiesmerge indexRecords into metaIndex
2015-08-10  David Kalnischkiesdetect and error out on conflicting Trusted settings
2015-08-10  David Kalnischkiessupport lang= and target= sources.list options
2015-08-10  David Kalnischkiesfix memory leaks reported by -fsanitize
2015-08-10  David Kalnischkiesmake all d-pointer * const pointers
2015-08-10  David Kalnischkiesapply various style suggestions by cppcheck
2015-06-23  Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
2015-06-16  David Kalnischkiesadd d-pointer, virtual destructors and de-inline de...
2015-06-15  David Kalnischkieshide Translation-* in 'apt-cache policy' output
next