summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode2016-01-151-10/+4
* use APT::StringView for GrabWordDavid Kalnischkies2016-01-152-11/+13
* provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies2016-01-151-4/+10
* return correct position in APT::StringView::(r)findDavid Kalnischkies2016-01-151-8/+16
* revert file-hash based action-merging in acquireDavid Kalnischkies2016-01-151-2/+1
* fix M-A:foreign provides creation for unknown archsDavid Kalnischkies2016-01-142-4/+16
* Sort the list of sources to be built and linkedMattia Rizzolo2016-01-111-2/+2
* 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
* remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies2016-01-081-8/+21
* use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies2016-01-081-12/+49
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-086-108/+124
* allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2016-01-082-181/+141
* ensure compression cleanup even without lists-cleanupDavid Kalnischkies2016-01-081-5/+32
* use one 'store' method to rule all (de)compressorsDavid Kalnischkies2016-01-081-15/+22
* 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
* 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
* FileFd: (native) LZ4 supportJulian Andres Klode2016-01-074-1/+171
* 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-031-2/+2
* 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
* properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies2016-01-023-7/+5
* support comments in debian/control parsingDavid Kalnischkies2016-01-021-4/+10
* add optional support for comments in pkgTagFileDavid Kalnischkies2016-01-022-43/+229
* 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
* pkgCacheGenerator: Allow passing down an already created cacheJulian Andres Klode2015-12-293-5/+19
* pkgTagSection::Scan: Fix read of uninitialized valueJulian Andres Klode2015-12-291-1/+1
* strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode2015-12-291-0/+2
* Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2015-12-292-11/+21
* Switch to DJB hashing and use prime number as table sizeJulian Andres Klode2015-12-291-7/+7
* BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode2015-12-281-8/+8
* aptconfiguration: Set default compression level to 6Julian Andres Klode2015-12-281-5/+5
* BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode2015-12-281-3/+1