]> git.saurik.com Git - apt.git/history - apt-pkg
use c++11 algorithms to avoid strange compiler warnings
[apt.git] / apt-pkg /
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  Julian Andres KlodeAlways close compressed files in FileFd
2015-08-27  Julian Andres Klodecacheset: Prefer the depcache over the policy again
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-27  David Kalnischkiesuse always priv-dropping for changelog download as...
2015-08-27  David Kalnischkiesfix various typos reported by codespell
2015-08-27  David Kalnischkiesignore AllowMem parameter in cache generation
2015-08-27  David Kalnischkiescorrect 'apt update' download summary line
2015-08-27  David Kalnischkiesjust-in-time removal of broken essential packages
2015-08-27  Julian Andres KlodeFix more instances of missing remapping handling
2015-08-27  Julian Andres Klodepkgcachegen: Account for remapping when parsing depends...
2015-08-20  Julian Andres KlodeRe-indent GetCandidateVerNew() and make ConsiderFiles...
2015-08-20  Michael VogtMerge remote-tracking branch 'mvo/feature/srv-records...
2015-08-20  Michael VogtAdd basic (non weight adjusted) shuffling for SrvRecord...
2015-08-19  Julian Andres KlodeSupport tabs in sources.list files
2015-08-18  Michael Vogtapt-pkg/contrib/srvrec.cc: res_query() should not gener...
2015-08-18  Michael Vogtcleanup
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  Julian Andres KlodeRe-add support for G++ 4.8 and configure travis to...
2015-08-17  Michael VogtReally fix all iwyu issues
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-16  Julian Andres KlodeMake pkgCache::Priority() static, it does not need...
2015-08-16  James McCoyUse terminfo's typical save_cursor/restore_cursor sequences
2015-08-15  Julian Andres KlodeAdd GetPriority(VerIterator) to pkgDepCache::Policy
2015-08-15  Julian Andres Klodecachefile.cc: Do not ignore return value of pkgDepCache...
2015-08-14  Julian Andres KlodeAlso add 'in combination with the other options.' to...
2015-08-14  Julian Andres KlodeSet Acquire::Changelogs::URI::Origin::Tanglu for Tanglu...
2015-08-14  Michael VogtMake apt compile with clang++ again
2015-08-14  Julian Andres KlodeSay "in combination with the other options" if an optio...
2015-08-14  Julian Andres KlodeMerge branch 'debian/experimental' of https://github...
2015-08-13  Julian Andres KlodeUse setresuid() and setresgid() where available
2015-08-13  Julian Andres KlodeDeprecate SPtrArray<T> and convert everyone to unique_p...
2015-08-13  Julian Andres KlodeMark SPtr as deprecated, and convert users to std:...
2015-08-13  Julian Andres KlodeC++11: Switch from auto_ptr to unique_ptr
2015-08-12  Julian Andres KlodeDrop the Section field from pkgCache::Package again
2015-08-12  Julian Andres Klodepolicy: Be more strict about parsing pin files, and...
2015-08-12  Julian Andres KlodeOnly make Upgradable() return true for packages with...
2015-08-12  Julian Andres KlodeAdd a parameter ConsiderFiles to GetPriority(VerIterator)
2015-08-12  Guillem JoverDo not set unhonored DPKG_NO_TSTP variable for dpkg
2015-08-12  Luca BrunoReplace all "press enter" occurrences with "press ...
2015-08-11  Julian Andres KlodeAnnotate more methods with APT_OVERRIDE
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
next