summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08Release 1.2~exp11.2_exp1Julian Andres Klode
2016-01-08Break apt-file (<< 3.0~exp1~)Julian Andres Klode
2016-01-08Install bash completion with correct nameJulian Andres Klode
2016-01-08libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)Julian Andres Klode
2016-01-08Store the size of strings in the cacheJulian Andres Klode
2016-01-08HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode
2016-01-08debListParser: Convert another ParseDepends to StringViewJulian Andres Klode
2016-01-08NEWS: Document recompression of indicesJulian Andres Klode
2016-01-08remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies
2016-01-08use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies
2016-01-08tests: limit autotest-functionname generation to sane charactersDavid Kalnischkies
2016-01-08support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2016-01-08tests: try to pick up compressors from config automaticallyDavid Kalnischkies
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies
2016-01-08ensure compression cleanup even without lists-cleanupDavid Kalnischkies
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies
2016-01-08include all compressed Packages/Sources files in Release fileDavid Kalnischkies
2016-01-08fix typo in SrvRecords documentationDavid Kalnischkies
2016-01-08AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode
2016-01-08pkgCacheGenerator: CurMd5.Value() cannot be emptyJulian Andres Klode
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode
2016-01-08pkgCacheGenerator::hash: Do not call tolower_ascii()Julian Andres Klode
2016-01-08pkgCacheGenerator::StoreString: Get rid of std::stringJulian Andres Klode
2016-01-08Replace compare() == 0 checks with this == other checksJulian Andres Klode
2016-01-08pkgCacheGenerator: Use StringView for toStringJulian Andres Klode
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