Age | Commit message (Expand) | Author |
2018-12-26 | Merge nitotv apt fixes into 1.4.81.4.8+nitotv | Sam Bingner |
2017-02-01 | Tags should use StoreString, not WriteStringInMap. | Jay Freeman (saurik) |
2017-01-31 | Port TagIterator to correctly support ReMap (doh). | Jay Freeman (saurik) |
2017-01-29 | The entire concept of PendingError() is flawed :/. | Jay Freeman (saurik) |
2017-01-19 | avoid validate/delete/load race in cache generation | David Kalnischkies |
2016-12-30 | It is just so absolutely critical that this works. | Jay Freeman (saurik) |
2016-11-29 | Avoid wedging the entire system if recoverable :/. | Jay Freeman (saurik) |
2016-11-29 | Store tags in the cache (they are very useful :/). | Jay Freeman (saurik) |
2016-11-22 | Do not use MD5SumValue for Description_md5() | Julian Andres Klode |
2016-11-22 | Compare size before data when ordering cache bucket entries | Julian Andres Klode |
2016-07-01 | do not treat same-version local debs as downgrade | David Kalnischkies |
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 |