]> git.saurik.com Git - apt.git/history - apt-pkg
AUTHORS: Update: I am active, bubulle is not
[apt.git] / apt-pkg /
2016-01-11  Mattia RizzoloSort the list of sources to be built and linked
2016-01-08  Julian Andres KlodeStore the size of strings in the cache
2016-01-08  Julian Andres KlodeHashSumValue::Set: Do not provide const char* overload
2016-01-08  Julian Andres KlodedebListParser: Convert another ParseDepends to StringView
2016-01-08  David Kalnischkiesremove uncompressed leftover partial file before pdiff...
2016-01-08  David Kalnischkiesuse filesize of compressed pdiffs for the limit if...
2016-01-08  David Kalnischkieskeep compressed indexes in a low-cost format
2016-01-08  David Kalnischkiesallow pdiff bootstrap from all supported compressors
2016-01-08  David Kalnischkiesensure compression cleanup even without lists-cleanup
2016-01-08  David Kalnischkiesuse one 'store' method to rule all (de)compressors
2016-01-08  Julian Andres KlodeAvailableDescriptionLanguages: Use one string for all...
2016-01-08  Julian Andres KlodepkgCacheGenerator: CurMd5.Value() cannot be empty
2016-01-08  Julian Andres Klodeoperator==(char*, StringView) use StringView.operator==
2016-01-08  Julian Andres KlodepkgCacheGenerator::hash: Do not call tolower_ascii()
2016-01-08  Julian Andres KlodepkgCacheGenerator::StoreString: Get rid of std::string
2016-01-07  Julian Andres KlodeReplace compare() == 0 checks with this == other checks
2016-01-07  Julian Andres KlodepkgCacheGenerator: Use StringView for toString
2016-01-07  Julian Andres KlodepkgCacheGenerator::StoreString: Move the string into...
2016-01-07  Julian Andres KlodeStringView: rfind: pos should be end of substr, not...
2016-01-07  Julian Andres KlodeStringView: pos argument default should be npos
2016-01-07  Julian Andres KlodeStringView::rfind(): Call rfind() instead of find(...
2016-01-07  Julian Andres KlodeSwitch performance critical code to use APT::StringView
2016-01-07  Julian Andres KlodeIntroduce internal APT::StringView class
2016-01-07  Julian Andres Klodeacquire: Allow parallelizing methods without hosts
2016-01-07  Julian Andres KlodeCopyFile: Use 64 * 1024 instead of 64000 as buffer...
2016-01-07  Julian Andres KlodeFileFd: (native) LZ4 support
2016-01-03  Julian Andres KlodeIncrease APT::Cache-HashTableSize default to 50503
2016-01-03  Julian Andres Klodeapt-cache: stats: Show a table utilization as percentage
2016-01-03  Julian Andres KlodeChange compressor costs to be 100 apart
2016-01-03  Julian Andres Klodesimple_compressor: Provide some accessors for end and...
2016-01-03  Julian Andres Klodesimple_buffer: Allow buffer size to change
2016-01-02  David Kalnischkiesproperly parse comments in apt_preferences and deb822...
2016-01-02  David Kalnischkiessupport comments in debian/control parsing
2016-01-02  David Kalnischkiesadd optional support for comments in pkgTagFile
2015-12-29  Julian Andres KlodeDo not sync the cache file
2015-12-29  Julian Andres KlodeAdd support for calculating hashes over the entire...
2015-12-29  Julian Andres KlodepkgCacheGenerator: Allow passing down an already create...
2015-12-29  Julian Andres KlodepkgTagSection::Scan: Fix read of uninitialized value
2015-12-29  Julian Andres Klodestrutl.cc: Add declarations for the compat _ascii(...
2015-12-29  Julian Andres KlodeTurn tolower_ascii() and isspace_ascii() into inline...
2015-12-29  Julian Andres KlodeSwitch to DJB hashing and use prime number as table...
2015-12-28  Julian Andres KlodeBufferedFileFdPrivate: Make InternalFlush() save agains...
2015-12-28  Julian Andres Klodeaptconfiguration: Set default compression level to 6
2015-12-28  Julian Andres KlodeBufferedWriter: flushing: Check for written < size...
2015-12-27  David Kalnischkiesdeal with empty values properly in deb822 parser
2015-12-27  David Kalnischkiesallow repositories to forbid arch:all for specific...
2015-12-27  Julian Andres Klodepkgcachegen.h: Hack around unordered_map not existing...
2015-12-27  Julian Andres KlodeFileFd: Add a buffered writing mode
2015-12-27  Julian Andres KlodeFildFd: Introduce a Flush() function and call it from...
2015-12-27  Julian Andres KlodeFileFdPrivate: Add getter and setter for fields
2015-12-27  Julian Andres Klodefileutl: simple_buffer: Add write() and full() methods
2015-12-27  Julian Andres Klodefileutl: simple_buffer: Mark accessors as const
2015-12-27  Julian Andres KlodeFileFdPrivate: Extract SimpleBuffer and mark it as...
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  Niels ThykierHex2Digit: Do not use isxdigit()
2015-12-27  Julian Andres KlodedebListParser: ParseDepends: Only query native arch...
2015-12-27  Julian Andres Klodepkgcachegen: Use std::unordered_map instead of std...
2015-12-27  Julian Andres KlodeConvert most callers of isspace() to isspace_ascii()
2015-12-26  Julian Andres KlodeIntroduce isspace_ascii() for use by parsers
2015-12-26  Julian Andres KlodeRefactor InternalReadLine to not unroll Size == 0 case
2015-12-26  Julian Andres KlodeChange InternalReadLine to always use buffer.read(...
2015-12-26  Julian Andres KlodeGet rid of memmove() in our read buffering
2015-12-26  Julian Andres KlodeUse a hardcoded buffer size of 4096 to fix performance
2015-12-24  Julian Andres KlodeMark all FileFdPrivate classes as hidden 1.1.6
2015-12-23  David Kalnischkiesfix new[] vs delete mismatch introduced by b3db9d81
2015-12-23  David Kalnischkiesuse a dynamic buffer for ReadLine
2015-12-23  David Kalnischkiesimplement a buffer system for FileFd::ReadLine
2015-12-22  David Kalnischkiesparse xz-compression level from configuration
2015-12-22  David Kalnischkiesfollow dpkg and xz and use CRC64 for xz compression
2015-12-22  David Kalnischkiesshuffle compressor-specific code into private subclasses
2015-12-19  Julian Andres KlodeDo not try to read in FileFd::Read() if Size is 0
2015-12-19  Julian Andres KlodeDo nothing in FileFd::Write() if Size is 0
2015-12-19  Pino ToscanoCopyFile: avoid failing on EOF on some systems
2015-12-19  Pino ToscanoCopyFile: fix BufSize to a sane value
2015-12-14  Julian Andres Klodepkgcache: Make hash arch-independent using fixed size...
2015-12-14  Julian Andres Klodetagfile: Hardcode error message for out of range intege...
2015-12-14  David Kalnischkiesnon-existing directories don't need to be cleaned
2015-12-14  David Kalnischkiessupport regex and co in 'apt-cache policy $pkg' again
2015-12-14  David Kalnischkiesshow a more descriptive error for weak Release files
2015-12-13  David Kalnischkiesparse .diff/Index hashes in reverse order
2015-12-13  David Kalnischkiesfix typos and docs in GlobalError documentation
2015-12-11  Julian Andres Klodemmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
2015-12-11  Julian Andres KlodeBump cache minor version to 2 to trigger rebuilds
2015-12-11  Julian Andres KlodeConvert package names from Packages files to lower...
2015-12-10  Julian Andres KlodeDo not swap required and important in pkgCache::Priority()
2015-12-07  Julian Andres KlodeUse 0llu instead of 0ull in one place too
2015-12-07  Julian Andres KlodeAvoid overflow when summing up file sizes
2015-12-02  David Kalnischkiesuse @CHANGEPATH@ as placeholder in changelog URI templates
2015-12-01  David Kalnischkiesrequire explicit paths to dsc/control as we do for...
2015-11-29  David Kalnischkiesaccept ../ on the cmdline as start for a deb file as...
2015-11-29  David Kalnischkiestests: fix typos, correct helpmsgs and test tests
2015-11-29  David Kalnischkiesdoc: VerifyFile checks all hashes instead of best only
2015-11-28  Julian Andres KlodeRevert "Revert "appease adequate with some weak symbols...
2015-11-28  Julian Andres KlodeRevert "appease adequate with some weak symbols for...
2015-11-28  David Kalnischkiesdisable privilege-drop verification by default as faker...
2015-11-28  David Kalnischkiesshow the group we failed to drop via setgroups
2015-11-27  David Kalnischkiesignore deprecated method calls in deprecated method
2015-11-27  David Kalnischkiesoutsmart gcc -O3 over-optimization in pkgCdrom::FindPac...
2015-11-27  David Kalnischkiesadd messages to our deprecation warnings in libapt
next