summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies2016-01-082-22/+22
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-0814-128/+157
* tests: try to pick up compressors from config automaticallyDavid Kalnischkies2016-01-083-18/+20
* allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2016-01-085-193/+172
* ensure compression cleanup even without lists-cleanupDavid Kalnischkies2016-01-081-5/+32
* use one 'store' method to rule all (de)compressorsDavid Kalnischkies2016-01-084-54/+69
* include all compressed Packages/Sources files in Release fileDavid Kalnischkies2016-01-081-8/+2
* fix typo in SrvRecords documentationDavid Kalnischkies2016-01-081-1/+1
* AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode2016-01-081-2/+9
* pkgCacheGenerator: CurMd5.Value() cannot be emptyJulian Andres Klode2016-01-081-4/+0
* operator==(char*, StringView) use StringView.operator==Julian Andres Klode2016-01-081-1/+1
* pkgCacheGenerator::hash: Do not call tolower_ascii()Julian Andres Klode2016-01-081-1/+1
* pkgCacheGenerator::StoreString: Get rid of std::stringJulian Andres Klode2016-01-082-12/+34
* Replace compare() == 0 checks with this == other checksJulian Andres Klode2016-01-082-5/+5
* pkgCacheGenerator: Use StringView for toStringJulian Andres Klode2016-01-082-7/+12
* pkgCacheGenerator::StoreString: Move the string into the mapJulian Andres Klode2016-01-081-2/+2
* StringView: rfind: pos should be end of substr, not startJulian Andres Klode2016-01-071-1/+1
* StringView: pos argument default should be nposJulian Andres Klode2016-01-071-2/+2
* StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode2016-01-071-1/+1
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-0714-111/+349
* 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