index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
string_view: Drop constexpr constructor for standard compatibility
Julian Andres Klode
1
-10
/
+4
2016-01-15
use APT::StringView for GrabWord
David Kalnischkies
2
-11
/
+13
2016-01-15
provide a constexpr char[] overload for APT::StringView
David Kalnischkies
1
-4
/
+10
2016-01-15
return correct position in APT::StringView::(r)find
David Kalnischkies
1
-8
/
+16
2016-01-15
revert file-hash based action-merging in acquire
David Kalnischkies
1
-2
/
+1
2016-01-14
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2
-4
/
+16
2016-01-11
Sort the list of sources to be built and linked
Mattia Rizzolo
1
-2
/
+2
2016-01-08
Store the size of strings in the cache
Julian Andres Klode
4
-6
/
+24
2016-01-08
HashSumValue::Set: Do not provide const char* overload
Julian Andres Klode
1
-6
/
+3
2016-01-08
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
2
-3
/
+5
2016-01-08
remove uncompressed leftover partial file before pdiff bootstrap
David Kalnischkies
1
-8
/
+21
2016-01-08
use filesize of compressed pdiffs for the limit if possible
David Kalnischkies
1
-12
/
+49
2016-01-08
keep compressed indexes in a low-cost format
David Kalnischkies
6
-108
/
+124
2016-01-08
allow pdiff bootstrap from all supported compressors
David Kalnischkies
2
-181
/
+141
2016-01-08
ensure compression cleanup even without lists-cleanup
David Kalnischkies
1
-5
/
+32
2016-01-08
use one 'store' method to rule all (de)compressors
David Kalnischkies
1
-15
/
+22
2016-01-08
AvailableDescriptionLanguages: Use one string for all iterations
Julian Andres Klode
1
-2
/
+9
2016-01-08
pkgCacheGenerator: CurMd5.Value() cannot be empty
Julian Andres Klode
1
-4
/
+0
2016-01-08
operator==(char*, StringView) use StringView.operator==
Julian Andres Klode
1
-1
/
+1
2016-01-08
pkgCacheGenerator::hash: Do not call tolower_ascii()
Julian Andres Klode
1
-1
/
+1
2016-01-08
pkgCacheGenerator::StoreString: Get rid of std::string
Julian Andres Klode
2
-12
/
+34
2016-01-08
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
2
-5
/
+5
2016-01-08
pkgCacheGenerator: Use StringView for toString
Julian Andres Klode
2
-7
/
+12
2016-01-08
pkgCacheGenerator::StoreString: Move the string into the map
Julian Andres Klode
1
-2
/
+2
2016-01-07
StringView: rfind: pos should be end of substr, not start
Julian Andres Klode
1
-1
/
+1
2016-01-07
StringView: pos argument default should be npos
Julian Andres Klode
1
-2
/
+2
2016-01-07
StringView::rfind(): Call rfind() instead of find() on subst
Julian Andres Klode
1
-1
/
+1
2016-01-07
Switch performance critical code to use APT::StringView
Julian Andres Klode
14
-111
/
+349
2016-01-07
Introduce internal APT::StringView class
Julian Andres Klode
1
-0
/
+112
2016-01-07
acquire: Allow parallelizing methods without hosts
Julian Andres Klode
1
-2
/
+22
2016-01-07
CopyFile: Use 64 * 1024 instead of 64000 as buffer size
Julian Andres Klode
1
-7
/
+9
2016-01-07
FileFd: (native) LZ4 support
Julian Andres Klode
4
-1
/
+171
2016-01-03
Increase APT::Cache-HashTableSize default to 50503
Julian Andres Klode
1
-1
/
+1
2016-01-03
apt-cache: stats: Show a table utilization as percentage
Julian Andres Klode
1
-2
/
+2
2016-01-03
Change compressor costs to be 100 apart
Julian Andres Klode
1
-9
/
+9
2016-01-03
simple_compressor: Provide some accessors for end and free
Julian Andres Klode
1
-0
/
+3
2016-01-03
simple_buffer: Allow buffer size to change
Julian Andres Klode
1
-2
/
+18
2016-01-02
properly parse comments in apt_preferences and deb822-style sources
David Kalnischkies
3
-7
/
+5
2016-01-02
support comments in debian/control parsing
David Kalnischkies
1
-4
/
+10
2016-01-02
add optional support for comments in pkgTagFile
David Kalnischkies
2
-43
/
+229
2015-12-29
Do not sync the cache file
Julian Andres Klode
1
-2
/
+0
2015-12-29
Add support for calculating hashes over the entire cache
Julian Andres Klode
3
-5
/
+43
2015-12-29
pkgCacheGenerator: Allow passing down an already created cache
Julian Andres Klode
3
-5
/
+19
2015-12-29
pkgTagSection::Scan: Fix read of uninitialized value
Julian Andres Klode
1
-1
/
+1
2015-12-29
strutl.cc: Add declarations for the compat _ascii() functions
Julian Andres Klode
1
-0
/
+2
2015-12-29
Turn tolower_ascii() and isspace_ascii() into inline functions
Julian Andres Klode
2
-11
/
+21
2015-12-29
Switch to DJB hashing and use prime number as table size
Julian Andres Klode
1
-7
/
+7
2015-12-28
BufferedFileFdPrivate: Make InternalFlush() save against errors
Julian Andres Klode
1
-8
/
+8
2015-12-28
aptconfiguration: Set default compression level to 6
Julian Andres Klode
1
-5
/
+5
2015-12-28
BufferedWriter: flushing: Check for written < size instead of <=
Julian Andres Klode
1
-3
/
+1
[next]