]> git.saurik.com Git - apt.git/history - apt-pkg
Merge changelog entries from sid-gcc5
[apt.git] / apt-pkg /
2015-08-11  Julian Andres KlodeExecFork: Use /proc/self/fd to determine which files...
2015-08-11  Julian Andres KlodeMake QItem a subclass of DescItem
2015-08-11  Julian Andres KlodeRe-introduce None as a deprecated alias for No
2015-08-11  Julian Andres KlodeDrop C++11 elements from headers
2015-08-11  Julian Andres KlodeFix an obscure warning from GCC
2015-08-11  Julian Andres KlodeSimply ignore cruft in the status files, do not treat...
2015-08-11  Julian Andres KlodeReplace INT_MIN with std::numeric_limits<int>::min
2015-08-10  David Kalnischkiesinitialize PinVers to a nullptr
2015-08-10  David Kalnischkiesmove manual-bit from 'oldlibs' pkg to its dependencies
2015-08-10  David Kalnischkiesmove APT::Never-MarkAuto-Sections handling to MarkDelete
2015-08-10  David Kalnischkiesno value for MultiArch field is 'no', not 'none'
2015-08-10  David Kalnischkieschange to libapt-pkg abi 5.0 with versioned symbols
2015-08-10  David Kalnischkiesmark again deps of pkgs in APT::Never-MarkAuto-Sections...
2015-08-10  David Kalnischkiesdrop extra newline in 'Failed to fetch' and 'GPG error...
2015-08-10  David Kalnischkiesenhance "hit paywall" error message to mention the...
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 Kalnischkieseliminate dead file-provides code in cache generation
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 Kalnischkiesuse a smaller type for flags storage in the cache
2015-08-10  David Kalnischkiesremove the compatibility markers for 4.13 abi
2015-08-10  David Kalnischkieslink DependencyData structs together
2015-08-10  David Kalnischkiessplit-up Dependency struct
2015-08-10  David Kalnischkiesbunch of micro-optimizations for depcache
2015-08-10  David Kalnischkiesavoid virtual in the iterators
2015-08-10  David Kalnischkiesshow or-groups in not-installed recommends and suggests...
2015-08-10  David Kalnischkiesimplement a more generic ShowList method
2015-08-10  David Kalnischkiesrename 'apt-get files' to 'apt-get indextargets'
2015-08-10  David Kalnischkieshandle site-changing redirects as mirror changes
2015-08-10  David Kalnischkiesskip .diff/Index acquire if Release file was a hit
2015-08-10  David Kalnischkiesadd c++11 override marker to overridden methods
2015-08-10  David Kalnischkiesimplement reverse_iterators for cachesets
2015-08-10  David Kalnischkiesprepare cachesets for -std=c++11
2015-08-10  David Kalnischkiesallow individual targets to be kept compressed
2015-08-10  David Kalnischkiesremove the longtime deprecated vendor{,list} stuff
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 Kalnischkiesbring back deb822 sources.list entries as .sources
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 Kalnischkiessome CXXFLAGS housekeeping
2015-08-10  David Kalnischkiessimplify Origin matchmaking for status files
2015-08-10  David Kalnischkiescleanup Container.erase API to look more like std:...
2015-08-10  David Kalnischkiesmake all d-pointer * const pointers
2015-08-10  David Kalnischkiesapply various style suggestions by cppcheck
2015-08-10  Julian Andres Klodepolicy: Fix the handling of config-files states
2015-08-10  Julian Andres Klodepolicy: Fix the new policy implementation to handle...
2015-08-10  Julian Andres KlodeDetermine the candidate based on per-version pins,...
2015-08-10  Julian Andres Klodepolicy: Return highest file pin if version pin == 0...
2015-08-10  Julian Andres Klodepolicy: Assign per-version pins
2015-08-10  Julian Andres Klodeversionmatch: Extract version match checking out of...
2015-08-10  Julian Andres KlodepkgPolicy: Introduce storage and helpers for per-versio...
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 Kalnischkiesallow ratelimiting progress reporting for testcases
2015-06-15  David Kalnischkiescondense parallel requests with the same hashes to one
2015-06-15  David Kalnischkiesshow item ID in Hit, Ign and Err lines as well
2015-06-15  David Kalnischkiescall URIStart in cdrom and file method
2015-06-15  David Kalnischkiesdeal better with acquiring the same URI multiple times
2015-06-15  David Kalnischkiesprovide a public interface for acquiring changelogs
2015-06-15  David Kalnischkieshide Translation-* in 'apt-cache policy' output
2015-06-15  David Kalnischkiespopulate the Architecture field for PackageFiles
2015-06-15  David Kalnischkiesimplement default apt-get file --release-info mode
2015-06-12  David Kalnischkiesstore Release files data in the Cache
2015-06-11  David Kalnischkiesimplement 'apt-get files' to access index targets
2015-06-11  David Kalnischkiesuse an enum instead of strings as IndexTarget::Option...
2015-06-11  David Kalnischkiesuse IndexTarget to get to IndexFile
2015-06-11  David Kalnischkiesshow URI.Path in all acquire item descriptions
2015-06-10  David Kalnischkiesrename Calculate- to GetIndexTargets and use it as...
2015-06-10  David Kalnischkiesstop using IndexTarget pointers which are never freed
2015-06-10  David Kalnischkiesstore all targets data in IndexTarget struct
2015-06-10  David Kalnischkiesabstract the code to iterate over all targets a bit
2015-06-09  David Kalnischkiesconfigureable acquire targets to download additional...
2015-06-09  David Kalnischkiesremove debianism file-content verification
2015-06-09  David Kalnischkiesdo not request files if we expect an IMS hit
2015-06-09  David Kalnischkiescleanup pdiff support detection decision
2015-06-09  David Kalnischkiessupport hashes for compressed pdiff files
2015-06-09  David Kalnischkiescheck patch hashes in rred worker instead of in the...
2015-06-09  David Kalnischkiesrework hashsum verification in the acquire system
2015-06-07  David Kalnischkiesdon't try other compressions on hashsum mismatch
2015-05-22  Michael VogtMerge branch 'debian/sid' into debian/experimental
2015-05-22  Michael VogtMerge remote-tracking branch 'upstream/debian/jessie...
2015-05-22  Helmut Grohneparse arch-qualified Provides correctly
2015-05-22  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2015-05-18  David Kalnischkiestreat older Release files than we already have as an...
2015-05-13  David Kalnischkiesdetect Releasefile IMS hits even if the server doesn't
2015-05-12  David Kalnischkiesimplement VerifyFile as all-hashes check
2015-05-11  David Kalnischkiesrewrite all TFRewrite instances to use the new pkgTagSe...
2015-05-11  David Kalnischkiesimplement a more c++-style TFRewrite alternative
2015-05-11  David Kalnischkiesstop depending on copy-on-write for std::string
2015-05-11  David Kalnischkiessync TFRewrite*Order arrays with dpkg and dak
2015-05-11  David Kalnischkiesfix macro definition for very old GCC < 3
2015-05-11  David Kalnischkiesshow non-matching m-a:same versions in debug message
2015-05-11  David Kalnischkiesremove unused and strange default-value for pins
next