summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-09Version the build-depends on liblz4-dev to >= 0.0~r126Julian Andres Klode1-1/+1
2016-01-09Bump dpkg-dev and debhelper build-dep to make lintian happyJulian Andres Klode1-1/+1
2016-01-09Do not break apt-file (<< 3.0~exp1~), 2.X works fineJulian Andres Klode1-1/+1
2016-01-09NEWS: Refer to apt(8) instead of apt(1)Julian Andres Klode1-1/+1
2016-01-08Release 1.2~exp11.2_exp1Julian Andres Klode58-587/+857
2016-01-08Break apt-file (<< 3.0~exp1~)Julian Andres Klode1-1/+1
2016-01-08Install bash completion with correct nameJulian Andres Klode2-1/+1
2016-01-08libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)Julian Andres Klode1-1/+1
2016-01-08Store the size of strings in the cacheJulian Andres Klode4-6/+24
2016-01-08HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode1-6/+3
2016-01-08debListParser: Convert another ParseDepends to StringViewJulian Andres Klode2-3/+5
2016-01-08NEWS: Document recompression of indicesJulian Andres Klode1-1/+7
2016-01-08remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies2-8/+27
2016-01-08use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies2-14/+55
2016-01-08tests: limit autotest-functionname generation to sane charactersDavid Kalnischkies1-3/+3
2016-01-08support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies2-22/+22
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies14-128/+157
2016-01-08tests: try to pick up compressors from config automaticallyDavid Kalnischkies3-18/+20
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies5-193/+172
2016-01-08ensure compression cleanup even without lists-cleanupDavid Kalnischkies1-5/+32
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies4-54/+69
2016-01-08include all compressed Packages/Sources files in Release fileDavid Kalnischkies1-8/+2
2016-01-08fix typo in SrvRecords documentationDavid Kalnischkies1-1/+1
2016-01-08AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode1-2/+9
2016-01-08pkgCacheGenerator: CurMd5.Value() cannot be emptyJulian Andres Klode1-4/+0
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode1-1/+1
2016-01-08pkgCacheGenerator::hash: Do not call tolower_ascii()Julian Andres Klode1-1/+1
2016-01-08pkgCacheGenerator::StoreString: Get rid of std::stringJulian Andres Klode2-12/+34
2016-01-08Replace compare() == 0 checks with this == other checksJulian Andres Klode2-5/+5
2016-01-08pkgCacheGenerator: Use StringView for toStringJulian Andres Klode2-7/+12
2016-01-08pkgCacheGenerator::StoreString: Move the string into the mapJulian Andres Klode1-2/+2
2016-01-07StringView: rfind: pos should be end of substr, not startJulian Andres Klode1-1/+1
2016-01-07StringView: pos argument default should be nposJulian Andres Klode1-2/+2
2016-01-07StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode1-1/+1
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode14-111/+349
2016-01-07Introduce internal APT::StringView classJulian Andres Klode1-0/+112
2016-01-07rred: Run in parallelJulian Andres Klode1-1/+1
2016-01-07acquire: Allow parallelizing methods without hostsJulian Andres Klode1-2/+22
2016-01-07CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode1-7/+9
2016-01-07apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode2-3/+36
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode8-2/+183
2016-01-07travis: pull liblz4-dev from wilyJulian Andres Klode1-3/+3
2016-01-05Do not remove a not working SrvRecords server twiceMichael Vogt1-3/+1
2016-01-05Add documentation about the SrvRecords support in aptMichael Vogt1-0/+22
2016-01-05Document new APT::Keep-Downloaded-Packages option in NEWSMichael Vogt1-0/+18
2016-01-03test-apt-cache: Adjust for hashtable size changeJulian Andres Klode1-3/+3
2016-01-03Increase APT::Cache-HashTableSize default to 50503Julian Andres Klode1-1/+1
2016-01-03apt-cache: stats: Show a table utilization as percentageJulian Andres Klode2-2/+3
2016-01-03apt-cache: stats: Average is over used, not all, bucketsJulian Andres Klode1-1/+1
2016-01-03Allow building without libgtest-dev under <nocheck> build profileHelmut Grohne2-1/+6