]> git.saurik.com Git - apt.git/shortlog
apt.git
2016-01-07  Julian Andres... StringView::rfind(): Call rfind() instead of find(...
2016-01-07  Julian Andres... Switch performance critical code to use APT::StringView
2016-01-07  Julian Andres... Introduce internal APT::StringView class
2016-01-07  Julian Andres... rred: Run in parallel
2016-01-07  Julian Andres... acquire: Allow parallelizing methods without hosts
2016-01-07  Julian Andres... CopyFile: Use 64 * 1024 instead of 64000 as buffer...
2016-01-07  Julian Andres... apt-helper: cat-file: Add -C/--compress option
2016-01-07  Julian Andres... FileFd: (native) LZ4 support
2016-01-07  Julian Andres... travis: pull liblz4-dev from wily
2016-01-05  Michael VogtDo not remove a not working SrvRecords server twice
2016-01-05  Michael VogtAdd documentation about the SrvRecords support in apt
2016-01-05  Michael VogtDocument new APT::Keep-Downloaded-Packages option in...
2016-01-03  Julian Andres... test-apt-cache: Adjust for hashtable size change
2016-01-03  Julian Andres... Increase APT::Cache-HashTableSize default to 50503
2016-01-03  Julian Andres... apt-cache: stats: Show a table utilization as percentage
2016-01-03  Julian Andres... apt-cache: stats: Average is over used, not all, buckets
2016-01-03  Helmut GrohneAllow building without libgtest-dev under <nocheck...
2016-01-03  Julian Andres... Change compressor costs to be 100 apart
2016-01-03  Julian Andres... simple_compressor: Provide some accessors for end and...
2016-01-03  Julian Andres... simple_buffer: Allow buffer size to change
2016-01-03  Julian Andres... prepare-release: travis: Ignore build profiles in build...
2016-01-02  Michael VogtAdd new APT::Keep-Downloaded-Packages option
2016-01-02  Michael VogtAdd bash-completion support for the "apt" command
2016-01-02  Michael VogtAdd support for APT::Periodic::CleanInterval
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
2016-01-02  David Kalnischkiesfail installing build-deps if parsing them failed
2016-01-02  Beatrice TorraccaItalian manpages translation update
2015-12-29  Julian Andres... Release 1.1.10 1.1.10
2015-12-29  Julian Andres... Do not sync the cache file
2015-12-29  Julian Andres... Add support for calculating hashes over the entire...
2015-12-29  Julian Andres... pkgCacheGenerator: Allow passing down an already create...
2015-12-29  Julian Andres... pkgTagSection::Scan: Fix read of uninitialized value
2015-12-29  Julian Andres... strutl.cc: Add declarations for the compat _ascii(...
2015-12-29  Julian Andres... Fix test case that was broken by switch of hash function
2015-12-29  Julian Andres... Turn tolower_ascii() and isspace_ascii() into inline...
2015-12-29  Julian Andres... Switch to DJB hashing and use prime number as table...
2015-12-28  Julian Andres... BufferedFileFdPrivate: Make InternalFlush() save agains...
2015-12-28  Julian Andres... aptconfiguration: Set default compression level to 6
2015-12-28  Julian Andres... apt-helper: Use CopyFile() for concatenating the files
2015-12-28  Julian Andres... BufferedWriter: flushing: Check for written < size...
2015-12-27  Beatrice Torraccafix 3 typos/omissions in apt.conf(5)
2015-12-27  David Kalnischkiesdeal with empty values properly in deb822 parser
2015-12-27  Julian Andres... Release 1.1.9 1.1.9
2015-12-27  Julian Andres... doc/acquire-additional-files.txt: Mention apt-helper...
2015-12-27  David Kalnischkiesallow repositories to forbid arch:all for specific...
2015-12-27  Julian Andres... pkgcachegen.h: Hack around unordered_map not existing...
2015-12-27  Julian Andres... rred: Use buffered writes
2015-12-27  Julian Andres... FileFd: Add a buffered writing mode
2015-12-27  Julian Andres... FildFd: Introduce a Flush() function and call it from...
2015-12-27  Julian Andres... FileFdPrivate: Add getter and setter for fields
2015-12-27  Julian Andres... fileutl: simple_buffer: Add write() and full() methods
2015-12-27  Julian Andres... fileutl: simple_buffer: Mark accessors as const
2015-12-27  Julian Andres... FileFdPrivate: Extract SimpleBuffer and mark it as...
2015-12-27  Julian Andres... rred: Only call pkgInitConfig() in test mode
2015-12-27  Julian Andres... ParseDepends: Mark branches for build-dep parsing as...
2015-12-27  Julian Andres... debListParser: Do not validate Description-md5 for...
2015-12-27  Niels ThykierHex2Digit: Do not use isxdigit()
2015-12-27  Julian Andres... debListParser: ParseDepends: Only query native arch...
2015-12-27  Julian Andres... pkgcachegen: Use std::unordered_map instead of std...
2015-12-27  Julian Andres... Convert most callers of isspace() to isspace_ascii()
2015-12-26  Julian Andres... Introduce isspace_ascii() for use by parsers
2015-12-26  Julian Andres... Release 1.1.8 1.1.8
2015-12-26  Julian Andres... apt-helper: Check that we can open stdout
2015-12-26  Julian Andres... Refactor InternalReadLine to not unroll Size == 0 case
2015-12-26  Julian Andres... Change InternalReadLine to always use buffer.read(...
2015-12-26  Julian Andres... apt-helper: Add a cat-file command for concatening...
2015-12-26  Julian Andres... Release 1.1.7 1.1.7
2015-12-26  Julian Andres... Get rid of memmove() in our read buffering
2015-12-26  Julian Andres... rred: Allow passing files as arguments for compressor...
2015-12-26  Julian Andres... Use a hardcoded buffer size of 4096 to fix performance
2015-12-24  Julian Andres... Mark all FileFdPrivate classes as hidden 1.1.6
2015-12-24  Julian Andres... 1.1.6 Christmas release
2015-12-23  David Kalnischkiesfix new[] vs delete mismatch introduced by b3db9d81
2015-12-23  David Kalnischkiesensure we got a lock in clean operation
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  David Kalnischkiestests: support gpg2 properly in all testcases
2015-12-19  David Kalnischkiesavoid triggering gpg2 migration in apt-key
2015-12-19  David Kalnischkiesavoid evaluating shell in paths used in apt-key
2015-12-19  David Kalnischkiestests: support spaces in path and TMPDIR
2015-12-19  David Kalnischkiesbuildsystem: deal with spaces in path to source
2015-12-19  Julian Andres... Do not try to read in FileFd::Read() if Size is 0
2015-12-19  Julian Andres... Do 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-19  Pino ToscanoFix FileUtlTest.GetTempDir failure when run as root
2015-12-14  Julian Andres... Release 1.1.5 1.1.5
2015-12-14  Julian Andres... test-apt-download-progress: Run the https test multiple...
2015-12-14  Julian Andres... pkgcache: Make hash arch-independent using fixed size...
2015-12-14  Julian Andres... debian/apt.auto-removal.sh: Adjust -dbg exclusion for...
2015-12-14  Julian Andres... tagfile: Hardcode error message for out of range intege...
2015-12-14  Julian Andres... test framework: More noopchroot fixes
2015-12-14  Julian Andres... test framework: Unset no_proxy as well
2015-12-14  Julian Andres... test framework: Unset http proxy variables in setupenvi...
2015-12-14  Julian Andres... test framework: Correctly generate new paths in noopchroot
next