summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
AgeCommit message (Expand)Author
2015-08-10just-in-time creation for (explicit) negative depsDavid Kalnischkies
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies
2015-08-10link DependencyData structs togetherDavid Kalnischkies
2015-08-10split-up Dependency structDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-06-15populate the Architecture field for PackageFilesDavid Kalnischkies
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies
2014-10-03rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies
2014-09-27de-duplicate version strings in the cacheDavid Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies
2014-06-18correct 'apt-cache stats' to include moreDavid Kalnischkies
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies
2014-06-18increase hashtable size for packages/groups by factor 5David Kalnischkies
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt
2014-06-18[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt
2014-05-10invalid cache if architecture set doesn't matchDavid Kalnischkies
2014-05-09parse and retrieve multiple Descriptions in one recordDavid Kalnischkies
2014-03-13abstract version hash comparison a bitDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies
2013-04-01equal comparisions are used mostly in same-source relations,David Kalnischkies
2013-03-13factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies
2013-03-12handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies
2013-03-12* apt-pkg/pkgcachegen.cc:David Kalnischkies
2012-10-15* apt-pkg/pkgcachegen.cc:Michael Vogt
2012-10-13write the native architecture as unique string into the cache headerDavid Kalnischkies
2012-10-13correct "3 missing" to "2 missing" remap registrations as the VersionDavid Kalnischkies
2012-09-19add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies
2012-09-19* apt-pkg/pkgcachegen.cc:David Kalnischkies
2012-09-09* apt-pkg/pkgcachegen.cc:David Kalnischkies
2012-09-09handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies
2012-06-14* apt-pkg/pkgcachegen.cc:Daniel Hartwig
2012-05-12* apt-pkg/pkgcachegen.cc:David Kalnischkies
2012-05-05check if we work on a valid description in IsDuplicateDescription asDavid Kalnischkies
2012-05-02* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies
2011-10-12use one string to construct the error message instead of using multipleDavid Kalnischkies