index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
3
-20
/
+10
*
drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN
David Kalnischkies
2016-01-26
1
-0
/
+4
*
Delete copy constructor and operator= for Dynamic
Julian Andres Klode
2016-01-26
1
-0
/
+5
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
6
-2
/
+114
*
use consistently the last : as name:arch separator
David Kalnischkies
2016-01-25
2
-2
/
+2
*
prefer upgrading installed provides satisfier
David Kalnischkies
2016-01-25
1
-0
/
+2
*
treat an empty dependency field just like it doesn't exist
David Kalnischkies
2016-01-25
1
-1
/
+1
*
always create pkg at the time pkg:arch is created
David Kalnischkies
2016-01-25
1
-16
/
+29
*
Use c++11 for loop in AptHistoryRequestingUser
Michael Vogt
2016-01-25
1
-6
/
+4
*
Store "Requested-By" user in history.log in a simpler format
Michael Vogt
2016-01-25
1
-7
/
+20
*
Log calling SUDO_USER or PKEXEC_UID in history.log
Michael Vogt
2016-01-25
1
-0
/
+18
*
Remap another (non-parameter) StringView
Julian Andres Klode
2016-01-23
1
-1
/
+3
*
Remap StringView instances pointing into the cache
Julian Andres Klode
2016-01-23
1
-0
/
+19
*
Pass the old map size to ReMap()
Julian Andres Klode
2016-01-23
2
-5
/
+8
*
string_view: Drop constexpr constructor for standard compatibility
Julian Andres Klode
2016-01-15
1
-10
/
+4
*
use APT::StringView for GrabWord
David Kalnischkies
2016-01-15
2
-11
/
+13
*
provide a constexpr char[] overload for APT::StringView
David Kalnischkies
2016-01-15
1
-4
/
+10
*
return correct position in APT::StringView::(r)find
David Kalnischkies
2016-01-15
1
-8
/
+16
*
revert file-hash based action-merging in acquire
David Kalnischkies
2016-01-15
1
-2
/
+1
*
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2016-01-14
2
-4
/
+16
*
Sort the list of sources to be built and linked
Mattia Rizzolo
2016-01-11
1
-2
/
+2
*
Store the size of strings in the cache
Julian Andres Klode
2016-01-08
4
-6
/
+24
*
HashSumValue::Set: Do not provide const char* overload
Julian Andres Klode
2016-01-08
1
-6
/
+3
*
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
2016-01-08
2
-3
/
+5
*
remove uncompressed leftover partial file before pdiff bootstrap
David Kalnischkies
2016-01-08
1
-8
/
+21
*
use filesize of compressed pdiffs for the limit if possible
David Kalnischkies
2016-01-08
1
-12
/
+49
*
keep compressed indexes in a low-cost format
David Kalnischkies
2016-01-08
6
-108
/
+124
*
allow pdiff bootstrap from all supported compressors
David Kalnischkies
2016-01-08
2
-181
/
+141
*
ensure compression cleanup even without lists-cleanup
David Kalnischkies
2016-01-08
1
-5
/
+32
*
use one 'store' method to rule all (de)compressors
David Kalnischkies
2016-01-08
1
-15
/
+22
*
AvailableDescriptionLanguages: Use one string for all iterations
Julian Andres Klode
2016-01-08
1
-2
/
+9
*
pkgCacheGenerator: CurMd5.Value() cannot be empty
Julian Andres Klode
2016-01-08
1
-4
/
+0
*
operator==(char*, StringView) use StringView.operator==
Julian Andres Klode
2016-01-08
1
-1
/
+1
*
pkgCacheGenerator::hash: Do not call tolower_ascii()
Julian Andres Klode
2016-01-08
1
-1
/
+1
*
pkgCacheGenerator::StoreString: Get rid of std::string
Julian Andres Klode
2016-01-08
2
-12
/
+34
*
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
2016-01-08
2
-5
/
+5
*
pkgCacheGenerator: Use StringView for toString
Julian Andres Klode
2016-01-08
2
-7
/
+12
*
pkgCacheGenerator::StoreString: Move the string into the map
Julian Andres Klode
2016-01-08
1
-2
/
+2
*
StringView: rfind: pos should be end of substr, not start
Julian Andres Klode
2016-01-07
1
-1
/
+1
*
StringView: pos argument default should be npos
Julian Andres Klode
2016-01-07
1
-2
/
+2
*
StringView::rfind(): Call rfind() instead of find() on subst
Julian Andres Klode
2016-01-07
1
-1
/
+1
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
14
-111
/
+349
*
Introduce internal APT::StringView class
Julian Andres Klode
2016-01-07
1
-0
/
+112
*
acquire: Allow parallelizing methods without hosts
Julian Andres Klode
2016-01-07
1
-2
/
+22
*
CopyFile: Use 64 * 1024 instead of 64000 as buffer size
Julian Andres Klode
2016-01-07
1
-7
/
+9
*
FileFd: (native) LZ4 support
Julian Andres Klode
2016-01-07
4
-1
/
+171
*
Increase APT::Cache-HashTableSize default to 50503
Julian Andres Klode
2016-01-03
1
-1
/
+1
*
apt-cache: stats: Show a table utilization as percentage
Julian Andres Klode
2016-01-03
1
-2
/
+2
*
Change compressor costs to be 100 apart
Julian Andres Klode
2016-01-03
1
-9
/
+9
*
simple_compressor: Provide some accessors for end and free
Julian Andres Klode
2016-01-03
1
-0
/
+3
[next]