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
/
pkgcachegen.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
apt-pkg: default visibility to hidden
Julian Andres Klode
2020-02-26
1
-1
/
+0
*
Silence narrow conversion warnings, add error checks
Julian Andres Klode
2020-02-25
1
-7
/
+20
*
Make map_pointer<T> typesafe
Julian Andres Klode
2020-02-24
1
-21
/
+22
*
Wrap AllocateInMap with a templated version
Julian Andres Klode
2020-02-24
1
-14
/
+16
*
Replace map_pointer_t with map_pointer<T>
Julian Andres Klode
2020-02-24
1
-36
/
+36
*
Use a 32-bit djb VersionHash instead of CRC-16
Julian Andres Klode
2020-02-18
1
-3
/
+3
*
NewGroup: Create GrpIterator after allocation (fix segfault)
Julian Andres Klode
2020-01-27
1
-1
/
+2
*
NewProvidesAllArch: Check if group is empty before using it
Julian Andres Klode
2020-01-16
1
-1
/
+1
*
Remove includes of (md5|sha1|sha2).h headers
Julian Andres Klode
2020-01-14
1
-1
/
+0
*
Avoid extra out-of-cache hash table deduplication for package names
Julian Andres Klode
2020-01-08
1
-2
/
+1
*
pkgcachegen: Remove deprecated functions
Julian Andres Klode
2019-02-26
1
-5
/
+0
*
pkgcache: Remove deprecated bits
Julian Andres Klode
2019-02-26
1
-3
/
+0
*
Fix typo reported by codespell in code comments
David Kalnischkies
2018-11-25
1
-1
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Fix various typos reported by spellcheckers
David Kalnischkies
2018-05-05
1
-1
/
+1
*
do not remap current files if nullptrs in cache generation
David Kalnischkies
2017-12-24
1
-10
/
+11
*
convert various c-style casts to C++-style
David Kalnischkies
2017-12-13
1
-4
/
+4
*
deprecate the single-line deprecation ignoring macro
David Kalnischkies
2017-12-13
1
-1
/
+3
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-12
/
+12
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
avoid validate/delete/load race in cache generation
David Kalnischkies
2017-01-19
1
-28
/
+31
*
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-11-22
1
-13
/
+13
*
Compare size before data when ordering cache bucket entries
Julian Andres Klode
2016-11-22
1
-2
/
+2
*
do not treat same-version local debs as downgrade
David Kalnischkies
2016-07-01
1
-2
/
+15
*
Prevent double remapping of iterators and string views
Julian Andres Klode
2016-03-06
1
-8
/
+22
*
deal better with (very) small apt::cache-start values
David Kalnischkies
2016-01-27
1
-16
/
+24
*
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
1
-12
/
+15
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
1
-1
/
+1
*
use consistently the last : as name:arch separator
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
*
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
1
-4
/
+7
*
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2016-01-14
1
-4
/
+12
*
Store the size of strings in the cache
Julian Andres Klode
2016-01-08
1
-1
/
+2
*
pkgCacheGenerator: CurMd5.Value() cannot be empty
Julian Andres Klode
2016-01-08
1
-4
/
+0
*
pkgCacheGenerator::StoreString: Get rid of std::string
Julian Andres Klode
2016-01-08
1
-7
/
+5
*
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
2016-01-08
1
-1
/
+1
*
pkgCacheGenerator: Use StringView for toString
Julian Andres Klode
2016-01-08
1
-5
/
+5
*
pkgCacheGenerator::StoreString: Move the string into the map
Julian Andres Klode
2016-01-08
1
-2
/
+2
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
1
-21
/
+22
*
Do not sync the cache file
Julian Andres Klode
2015-12-29
1
-2
/
+0
*
Add support for calculating hashes over the entire cache
Julian Andres Klode
2015-12-29
1
-1
/
+7
*
pkgCacheGenerator: Allow passing down an already created cache
Julian Andres Klode
2015-12-29
1
-3
/
+13
*
pkgcachegen: Use std::unordered_map instead of std::map
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-11-27
1
-2
/
+2
*
do not segfault in cache generation on mmap failure
David Kalnischkies
2015-11-20
1
-1
/
+9
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+0
*
do not ignore differently versioned self-provides
David Kalnischkies
2015-09-14
1
-1
/
+2
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-19
/
+32
[next]