summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08pkgCacheGenerator::StoreString: Move the string into the mapJulian Andres Klode
2016-01-07StringView: rfind: pos should be end of substr, not startJulian Andres Klode
2016-01-07StringView: pos argument default should be nposJulian Andres Klode
2016-01-07StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode
2016-01-07Introduce internal APT::StringView classJulian Andres Klode
2016-01-07rred: Run in parallelJulian Andres Klode
2016-01-07acquire: Allow parallelizing methods without hostsJulian Andres Klode
2016-01-07CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode
2016-01-07apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode
2016-01-07travis: pull liblz4-dev from wilyJulian Andres Klode
2016-01-05Do not remove a not working SrvRecords server twiceMichael Vogt
2016-01-05Add documentation about the SrvRecords support in aptMichael Vogt
2016-01-05Document new APT::Keep-Downloaded-Packages option in NEWSMichael Vogt
2016-01-03test-apt-cache: Adjust for hashtable size changeJulian Andres Klode
2016-01-03Increase APT::Cache-HashTableSize default to 50503Julian Andres Klode
2016-01-03apt-cache: stats: Show a table utilization as percentageJulian Andres Klode
2016-01-03apt-cache: stats: Average is over used, not all, bucketsJulian Andres Klode
2016-01-03Allow building without libgtest-dev under <nocheck> build profileHelmut Grohne
2016-01-03Change compressor costs to be 100 apartJulian Andres Klode
2016-01-03simple_compressor: Provide some accessors for end and freeJulian Andres Klode
2016-01-03simple_buffer: Allow buffer size to changeJulian Andres Klode
2016-01-03prepare-release: travis: Ignore build profiles in build-dependsJulian Andres Klode
2016-01-02Add new APT::Keep-Downloaded-Packages optionMichael Vogt
2016-01-02Add bash-completion support for the "apt" commandMichael Vogt
2016-01-02Add support for APT::Periodic::CleanIntervalMichael Vogt
2016-01-02properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies
2016-01-02support comments in debian/control parsingDavid Kalnischkies
2016-01-02add optional support for comments in pkgTagFileDavid Kalnischkies
2016-01-02fail installing build-deps if parsing them failedDavid Kalnischkies
2016-01-02Italian manpages translation updateBeatrice Torracca
2015-12-30Release 1.1.101.1.10Julian Andres Klode
2015-12-29Do not sync the cache fileJulian Andres Klode
2015-12-29Add support for calculating hashes over the entire cacheJulian Andres Klode
2015-12-29pkgCacheGenerator: Allow passing down an already created cacheJulian Andres Klode
2015-12-29pkgTagSection::Scan: Fix read of uninitialized valueJulian Andres Klode
2015-12-29strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode
2015-12-29Fix test case that was broken by switch of hash functionJulian Andres Klode
2015-12-29Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode
2015-12-29Switch to DJB hashing and use prime number as table sizeJulian Andres Klode
2015-12-28BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode
2015-12-28aptconfiguration: Set default compression level to 6Julian Andres Klode
2015-12-28apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode
2015-12-28BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode
2015-12-27fix 3 typos/omissions in apt.conf(5)Beatrice Torracca
2015-12-27deal with empty values properly in deb822 parserDavid Kalnischkies
2015-12-27Release 1.1.91.1.9Julian Andres Klode
2015-12-27doc/acquire-additional-files.txt: Mention apt-helper cat-fileJulian Andres Klode
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies