Age | Commit message (Expand) | Author |
2016-03-06 | Prevent double remapping of iterators and string views | Julian Andres Klode |
2016-01-27 | deal better with (very) small apt::cache-start values | David Kalnischkies |
2016-01-26 | convert Version() and Architecture() to APT::StringView | David Kalnischkies |
2016-01-25 | reimplement build-dep via apts normal resolver | David Kalnischkies |
2016-01-25 | use consistently the last : as name:arch separator | David Kalnischkies |
2016-01-25 | always create pkg at the time pkg:arch is created | David Kalnischkies |
2016-01-23 | Remap another (non-parameter) StringView | Julian Andres Klode |
2016-01-23 | Remap StringView instances pointing into the cache | Julian Andres Klode |
2016-01-23 | Pass the old map size to ReMap() | Julian Andres Klode |
2016-01-14 | fix M-A:foreign provides creation for unknown archs | David Kalnischkies |
2016-01-08 | Store the size of strings in the cache | Julian Andres Klode |
2016-01-08 | pkgCacheGenerator: CurMd5.Value() cannot be empty | Julian Andres Klode |
2016-01-08 | pkgCacheGenerator::StoreString: Get rid of std::string | Julian Andres Klode |
2016-01-08 | Replace compare() == 0 checks with this == other checks | Julian Andres Klode |
2016-01-08 | pkgCacheGenerator: Use StringView for toString | Julian Andres Klode |
2016-01-08 | pkgCacheGenerator::StoreString: Move the string into the map | Julian Andres Klode |
2016-01-07 | Switch performance critical code to use APT::StringView | Julian Andres Klode |
2015-12-29 | Do not sync the cache file | Julian Andres Klode |
2015-12-29 | Add support for calculating hashes over the entire cache | Julian Andres Klode |
2015-12-29 | pkgCacheGenerator: Allow passing down an already created cache | Julian Andres Klode |
2015-12-27 | pkgcachegen: Use std::unordered_map instead of std::map | Julian Andres Klode |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-20 | do not segfault in cache generation on mmap failure | David Kalnischkies |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-09-14 | do not ignore differently versioned self-provides | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-08-27 | ignore AllowMem parameter in cache generation | David Kalnischkies |
2015-08-27 | Fix more instances of missing remapping handling | Julian Andres Klode |
2015-08-27 | pkgcachegen: Account for remapping when parsing depends from NewPackage | Julian Andres Klode |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode |
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode |
2015-08-11 | Drop C++11 elements from headers | Julian Andres Klode |
2015-08-10 | drop obsolete explicit :none handling in pkgCacheGen | David Kalnischkies |
2015-08-10 | eliminate dead file-provides code in cache generation | David Kalnischkies |
2015-08-10 | elimate duplicated code in pkgIndexFile subclasses | David Kalnischkies |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | just-in-time creation for (explicit) negative deps | David Kalnischkies |
2015-08-10 | just-in-time creation for (implicit) Provides | David Kalnischkies |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies |
2015-08-10 | link DependencyData structs together | David Kalnischkies |
2015-08-10 | split-up Dependency struct | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2015-06-15 | populate the Architecture field for PackageFiles | David Kalnischkies |
2015-06-15 | implement default apt-get file --release-info mode | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2014-11-08 | guard pkg/grp hashtable creation changes | David Kalnischkies |
2014-11-08 | replace ignore-deprecated #pragma dance with _Pragma | David Kalnischkies |