summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15Release 1.21.2Julian Andres Klode
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode
2016-01-15use APT::StringView for GrabWordDavid Kalnischkies
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies
2016-01-15po: update simplified chinese programs translationZhou Mo
2016-01-15revert file-hash based action-merging in acquireDavid Kalnischkies
2016-01-14fix M-A:foreign provides creation for unknown archsDavid Kalnischkies
2016-01-14delay build-dep variable initialisation until neededDavid Kalnischkies
2016-01-14update symbols fileDavid Kalnischkies
2016-01-14evaluate sourceslist-list-format entity in vendors sources.listDavid Kalnischkies
2016-01-14change debian related entities to a more explicit nameDavid Kalnischkies
2016-01-14ensure built en-manpages are ignored by gitDavid Kalnischkies
2016-01-14mark not-declared helper function for showsrc as staticDavid Kalnischkies
2016-01-14Do not show multiple identical apt-cache showsrc entriesMichael Vogt
2016-01-12test-apt-acquire-additional-files: Set file mode of touched filesJulian Andres Klode
2016-01-12Only enable pipelining if server is HTTP/1.1Julian Andres Klode
2016-01-12AUTHORS: Update: I am active, bubulle is notJulian Andres Klode
2016-01-11Sort the list of sources to be built and linkedMattia Rizzolo
2016-01-11search: Handle packages without descriptionJulian Andres Klode
2016-01-09Version the build-depends on liblz4-dev to >= 0.0~r126Julian Andres Klode
2016-01-09Bump dpkg-dev and debhelper build-dep to make lintian happyJulian Andres Klode
2016-01-09Do not break apt-file (<< 3.0~exp1~), 2.X works fineJulian Andres Klode
2016-01-09NEWS: Refer to apt(8) instead of apt(1)Julian Andres Klode
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