summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce internal APT::StringView classJulian Andres Klode2016-01-071-0/+112
* rred: Run in parallelJulian Andres Klode2016-01-071-1/+1
* acquire: Allow parallelizing methods without hostsJulian Andres Klode2016-01-071-2/+22
* CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode2016-01-071-7/+9
* apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode2016-01-072-3/+36
* FileFd: (native) LZ4 supportJulian Andres Klode2016-01-078-2/+183
* travis: pull liblz4-dev from wilyJulian Andres Klode2016-01-071-3/+3
* Do not remove a not working SrvRecords server twiceMichael Vogt2016-01-051-3/+1
* Add documentation about the SrvRecords support in aptMichael Vogt2016-01-051-0/+22
* Document new APT::Keep-Downloaded-Packages option in NEWSMichael Vogt2016-01-051-0/+18
* test-apt-cache: Adjust for hashtable size changeJulian Andres Klode2016-01-031-3/+3
* Increase APT::Cache-HashTableSize default to 50503Julian Andres Klode2016-01-031-1/+1
* apt-cache: stats: Show a table utilization as percentageJulian Andres Klode2016-01-032-2/+3
* apt-cache: stats: Average is over used, not all, bucketsJulian Andres Klode2016-01-031-1/+1
* Allow building without libgtest-dev under <nocheck> build profileHelmut Grohne2016-01-032-1/+6
* Change compressor costs to be 100 apartJulian Andres Klode2016-01-031-9/+9
* simple_compressor: Provide some accessors for end and freeJulian Andres Klode2016-01-031-0/+3
* simple_buffer: Allow buffer size to changeJulian Andres Klode2016-01-031-2/+18
* prepare-release: travis: Ignore build profiles in build-dependsJulian Andres Klode2016-01-031-1/+1
* Add new APT::Keep-Downloaded-Packages optionMichael Vogt2016-01-023-0/+56
* Add bash-completion support for the "apt" commandMichael Vogt2016-01-024-1/+110
* Add support for APT::Periodic::CleanIntervalMichael Vogt2016-01-021-1/+21
* properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies2016-01-025-7/+32
* support comments in debian/control parsingDavid Kalnischkies2016-01-022-4/+45
* add optional support for comments in pkgTagFileDavid Kalnischkies2016-01-023-43/+290
* fail installing build-deps if parsing them failedDavid Kalnischkies2016-01-021-1/+1
* Italian manpages translation updateBeatrice Torracca2016-01-021-649/+706
* Release 1.1.101.1.10Julian Andres Klode2015-12-3057-251/+295
* Do not sync the cache fileJulian Andres Klode2015-12-291-2/+0
* Add support for calculating hashes over the entire cacheJulian Andres Klode2015-12-293-5/+43
* pkgCacheGenerator: Allow passing down an already created cacheJulian Andres Klode2015-12-293-5/+19
* pkgTagSection::Scan: Fix read of uninitialized valueJulian Andres Klode2015-12-291-1/+1
* strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode2015-12-291-0/+2
* Fix test case that was broken by switch of hash functionJulian Andres Klode2015-12-291-5/+5
* Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2015-12-292-11/+21
* Switch to DJB hashing and use prime number as table sizeJulian Andres Klode2015-12-291-7/+7
* BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode2015-12-281-8/+8
* aptconfiguration: Set default compression level to 6Julian Andres Klode2015-12-281-5/+5
* apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode2015-12-281-10/+2
* BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode2015-12-281-3/+1
* fix 3 typos/omissions in apt.conf(5)Beatrice Torracca2015-12-2711-144/+155
* deal with empty values properly in deb822 parserDavid Kalnischkies2015-12-272-2/+7
* Release 1.1.91.1.9Julian Andres Klode2015-12-2757-58/+305
* doc/acquire-additional-files.txt: Mention apt-helper cat-fileJulian Andres Klode2015-12-271-1/+2
* allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies2015-12-276-3/+70
* pkgcachegen.h: Hack around unordered_map not existing before C++11Julian Andres Klode2015-12-271-0/+5
* rred: Use buffered writesJulian Andres Klode2015-12-271-3/+7
* FileFd: Add a buffered writing modeJulian Andres Klode2015-12-272-0/+153
* FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode2015-12-272-0/+16
* FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode2015-12-271-9/+42