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
*
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
*
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
1
-0
/
+31
*
ignore AllowMem parameter in cache generation
David Kalnischkies
2015-08-27
1
-11
/
+2
*
Fix more instances of missing remapping handling
Julian Andres Klode
2015-08-27
1
-7
/
+22
*
pkgcachegen: Account for remapping when parsing depends from NewPackage
Julian Andres Klode
2015-08-27
1
-2
/
+6
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-2
/
+0
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
1
-4
/
+4
*
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-13
1
-14
/
+14
*
Drop C++11 elements from headers
Julian Andres Klode
2015-08-11
1
-1
/
+2
*
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
2015-08-10
1
-50
/
+0
*
eliminate dead file-provides code in cache generation
David Kalnischkies
2015-08-10
1
-89
/
+2
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
1
-9
/
+9
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
1
-213
/
+188
*
just-in-time creation for (explicit) negative deps
David Kalnischkies
2015-08-10
1
-43
/
+69
*
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
1
-31
/
+92
*
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
1
-16
/
+16
*
link DependencyData structs together
David Kalnischkies
2015-08-10
1
-40
/
+37
*
split-up Dependency struct
David Kalnischkies
2015-08-10
1
-14
/
+69
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-2
/
+2
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-0
/
+3
*
populate the Architecture field for PackageFiles
David Kalnischkies
2015-06-15
1
-0
/
+10
*
implement default apt-get file --release-info mode
David Kalnischkies
2015-06-15
1
-2
/
+2
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-49
/
+177
*
guard pkg/grp hashtable creation changes
David Kalnischkies
2014-11-08
1
-9
/
+9
*
replace ignore-deprecated #pragma dance with _Pragma
David Kalnischkies
2014-11-08
1
-8
/
+1
*
rename StringType VERSION to VERSIONNUMBER
David Kalnischkies
2014-10-03
1
-3
/
+3
*
fix: Prefer prefix ++/-- operators for non-primitive types
David Kalnischkies
2014-09-27
1
-1
/
+1
*
de-duplicate version strings in the cache
David Kalnischkies
2014-09-27
1
-3
/
+3
*
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-27
1
-59
/
+22
*
deprecate Pkg->Name in favor of Grp->Name
David Kalnischkies
2014-09-27
1
-1
/
+8
*
correct 'apt-cache stats' to include more
David Kalnischkies
2014-06-18
1
-1
/
+1
*
cleanup datatypes mix used in binary cache
David Kalnischkies
2014-06-18
1
-82
/
+82
*
increase hashtable size for packages/groups by factor 5
David Kalnischkies
2014-06-18
1
-4
/
+9
*
Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimental
Michael Vogt
2014-06-18
1
-4
/
+4
|
\
|
*
[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::Next
Michael Vogt
2014-06-18
1
-4
/
+4
*
|
invalid cache if architecture set doesn't match
David Kalnischkies
2014-05-10
1
-2
/
+20
*
|
parse and retrieve multiple Descriptions in one record
David Kalnischkies
2014-05-09
1
-39
/
+38
|
/
*
abstract version hash comparison a bit
David Kalnischkies
2014-03-13
1
-4
/
+10
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-7
/
+13
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...
David Kalnischkies
2014-03-13
1
-2
/
+2
*
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
David Kalnischkies
2014-03-13
1
-7
/
+7
*
handle missing "Description" in apt-cache show
David Kalnischkies
2013-06-20
1
-1
/
+3
*
share version strings between same versions (of different architectures)
David Kalnischkies
2013-04-03
1
-6
/
+31
*
- sort group and package names in the hashtable on insert
David Kalnischkies
2013-04-03
1
-5
/
+11
*
equal comparisions are used mostly in same-source relations,
David Kalnischkies
2013-04-01
1
-6
/
+14
*
factor version string creation out of NewDepends, so we can easily reuse
David Kalnischkies
2013-03-13
1
-26
/
+31
*
handle language tags for descriptions are unique strings to be shared
David Kalnischkies
2013-03-12
1
-1
/
+1
*
* apt-pkg/pkgcachegen.cc:
David Kalnischkies
2013-03-12
1
-29
/
+32
[next]