index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
pkgcachegen.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-25
Fix typo reported by codespell in code comments
David Kalnischkies
1
-1
/
+1
2018-05-07
Remove obsolete RCS keywords
Guillem Jover
1
-1
/
+0
2018-05-05
Fix various typos reported by spellcheckers
David Kalnischkies
1
-1
/
+1
2017-12-24
do not remap current files if nullptrs in cache generation
David Kalnischkies
1
-10
/
+11
2017-12-13
convert various c-style casts to C++-style
David Kalnischkies
1
-4
/
+4
2017-12-13
deprecate the single-line deprecation ignoring macro
David Kalnischkies
1
-1
/
+3
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-12
/
+12
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
1
-1
/
+0
2017-01-19
avoid validate/delete/load race in cache generation
David Kalnischkies
1
-28
/
+31
2016-11-22
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
1
-13
/
+13
2016-11-22
Compare size before data when ordering cache bucket entries
Julian Andres Klode
1
-2
/
+2
2016-07-01
do not treat same-version local debs as downgrade
David Kalnischkies
1
-2
/
+15
2016-03-06
Prevent double remapping of iterators and string views
Julian Andres Klode
1
-8
/
+22
2016-01-27
deal better with (very) small apt::cache-start values
David Kalnischkies
1
-16
/
+24
2016-01-26
convert Version() and Architecture() to APT::StringView
David Kalnischkies
1
-12
/
+15
2016-01-25
reimplement build-dep via apts normal resolver
David Kalnischkies
1
-1
/
+1
2016-01-25
use consistently the last : as name:arch separator
David Kalnischkies
1
-1
/
+1
2016-01-25
always create pkg at the time pkg:arch is created
David Kalnischkies
1
-16
/
+29
2016-01-23
Remap another (non-parameter) StringView
Julian Andres Klode
1
-1
/
+3
2016-01-23
Remap StringView instances pointing into the cache
Julian Andres Klode
1
-0
/
+19
2016-01-23
Pass the old map size to ReMap()
Julian Andres Klode
1
-4
/
+7
2016-01-14
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
1
-4
/
+12
2016-01-08
Store the size of strings in the cache
Julian Andres Klode
1
-1
/
+2
2016-01-08
pkgCacheGenerator: CurMd5.Value() cannot be empty
Julian Andres Klode
1
-4
/
+0
2016-01-08
pkgCacheGenerator::StoreString: Get rid of std::string
Julian Andres Klode
1
-7
/
+5
2016-01-08
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
1
-1
/
+1
2016-01-08
pkgCacheGenerator: Use StringView for toString
Julian Andres Klode
1
-5
/
+5
2016-01-08
pkgCacheGenerator::StoreString: Move the string into the map
Julian Andres Klode
1
-2
/
+2
2016-01-07
Switch performance critical code to use APT::StringView
Julian Andres Klode
1
-21
/
+22
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
1
-1
/
+7
2015-12-29
pkgCacheGenerator: Allow passing down an already created cache
Julian Andres Klode
1
-3
/
+13
2015-12-27
pkgcachegen: Use std::unordered_map instead of std::map
Julian Andres Klode
1
-2
/
+2
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
1
-2
/
+2
2015-11-20
do not segfault in cache generation on mmap failure
David Kalnischkies
1
-1
/
+9
2015-11-05
apply various suggestions made by cppcheck
David Kalnischkies
1
-1
/
+0
2015-09-14
do not ignore differently versioned self-provides
David Kalnischkies
1
-1
/
+2
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
1
-19
/
+32
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
1
-0
/
+31
2015-08-27
ignore AllowMem parameter in cache generation
David Kalnischkies
1
-11
/
+2
2015-08-27
Fix more instances of missing remapping handling
Julian Andres Klode
1
-7
/
+22
2015-08-27
pkgcachegen: Account for remapping when parsing depends from NewPackage
Julian Andres Klode
1
-2
/
+6
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
1
-2
/
+0
2015-08-13
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
1
-4
/
+4
2015-08-13
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
1
-14
/
+14
2015-08-11
Drop C++11 elements from headers
Julian Andres Klode
1
-1
/
+2
2015-08-10
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
1
-50
/
+0
2015-08-10
eliminate dead file-provides code in cache generation
David Kalnischkies
1
-89
/
+2
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
1
-9
/
+9
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-213
/
+188
[next]