summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.21.2Julian Andres Klode2016-01-1557-71/+95
* string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode2016-01-152-18/+12
* use APT::StringView for GrabWordDavid Kalnischkies2016-01-152-11/+13
* provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies2016-01-152-4/+98
* return correct position in APT::StringView::(r)findDavid Kalnischkies2016-01-151-8/+16
* po: update simplified chinese programs translationZhou Mo2016-01-151-76/+83
* revert file-hash based action-merging in acquireDavid Kalnischkies2016-01-152-2/+1
* fix M-A:foreign provides creation for unknown archsDavid Kalnischkies2016-01-144-6/+26
* delay build-dep variable initialisation until neededDavid Kalnischkies2016-01-141-18/+20
* update symbols fileDavid Kalnischkies2016-01-141-0/+6
* evaluate sourceslist-list-format entity in vendors sources.listDavid Kalnischkies2016-01-145-9/+19
* change debian related entities to a more explicit nameDavid Kalnischkies2016-01-1419-916/+949
* ensure built en-manpages are ignored by gitDavid Kalnischkies2016-01-141-0/+1
* mark not-declared helper function for showsrc as staticDavid Kalnischkies2016-01-141-2/+2
* Do not show multiple identical apt-cache showsrc entriesMichael Vogt2016-01-142-3/+43
* test-apt-acquire-additional-files: Set file mode of touched filesJulian Andres Klode2016-01-121-0/+4
* Only enable pipelining if server is HTTP/1.1Julian Andres Klode2016-01-123-3/+13
* AUTHORS: Update: I am active, bubulle is notJulian Andres Klode2016-01-122-6/+6
* Sort the list of sources to be built and linkedMattia Rizzolo2016-01-113-6/+6
* search: Handle packages without descriptionJulian Andres Klode2016-01-111-2/+5
* Version the build-depends on liblz4-dev to >= 0.0~r126Julian Andres Klode2016-01-091-1/+1
* Bump dpkg-dev and debhelper build-dep to make lintian happyJulian Andres Klode2016-01-091-1/+1
* Do not break apt-file (<< 3.0~exp1~), 2.X works fineJulian Andres Klode2016-01-091-1/+1
* NEWS: Refer to apt(8) instead of apt(1)Julian Andres Klode2016-01-091-1/+1
* Release 1.2~exp11.2_exp1Julian Andres Klode2016-01-0858-587/+857
* Break apt-file (<< 3.0~exp1~)Julian Andres Klode2016-01-081-1/+1
* Install bash completion with correct nameJulian Andres Klode2016-01-082-1/+1
* libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)Julian Andres Klode2016-01-081-1/+1
* Store the size of strings in the cacheJulian Andres Klode2016-01-084-6/+24
* HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode2016-01-081-6/+3
* debListParser: Convert another ParseDepends to StringViewJulian Andres Klode2016-01-082-3/+5
* NEWS: Document recompression of indicesJulian Andres Klode2016-01-081-1/+7
* remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies2016-01-082-8/+27
* use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies2016-01-082-14/+55
* tests: limit autotest-functionname generation to sane charactersDavid Kalnischkies2016-01-081-3/+3
* 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