Age | Commit message (Expand) | Author | Files | Lines |
2015-11-29 | drop some needlessly public declarations in libapt-private | David Kalnischkies | 1 | -2/+2 |
2015-11-29 | move 'unmet' handling into libapt-private | David Kalnischkies | 1 | -103/+1 |
2015-11-29 | use function pointers instead of weak symbols for cmdline parsing | David Kalnischkies | 1 | -1/+1 |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye | 1 | -4/+4 |
2015-11-04 | revamp all tools help messages | David Kalnischkies | 1 | -15/+7 |
2015-11-04 | hidden support more apt-get/apt-cache commands in apt | David Kalnischkies | 1 | -321/+1 |
2015-11-04 | deal with --version more centrally | David Kalnischkies | 1 | -14/+2 |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies | 1 | -3/+2 |
2015-11-04 | generate commands array after config is loaded | David Kalnischkies | 1 | -6/+9 |
2015-11-04 | deduplicate main methods | David Kalnischkies | 1 | -17/+5 |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies | 1 | -45/+35 |
2015-11-04 | move 'search' implementations as well | David Kalnischkies | 1 | -200/+2 |
2015-11-04 | centralize 'show' implementation of apt and apt-cache | David Kalnischkies | 1 | -140/+2 |
2015-09-14 | various changes to increase test-coverage | David Kalnischkies | 1 | -3/+4 |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies | 1 | -3/+2 |
2015-08-18 | Add support for "apt-cache showsrc --only-source srcpkgname" | Michael Vogt | 1 | -0/+4 |
2015-08-16 | Show full package records in apt-cache search -f | Kusanagi Kouichi | 1 | -7/+4 |
2015-08-16 | When looking if Provides match, OR them with the normal patches | Julian Andres Klode | 1 | -1/+1 |
2015-08-14 | apt-cache: Show an error if stats gets any arguments | Julian Andres Klode | 1 | -1/+6 |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode | 1 | -3/+3 |
2015-08-12 | apt-cache: Improve translateability of the "with priority" thing | Julian Andres Klode | 1 | -2/+2 |
2015-08-12 | apt-cache: Modify policy output to use per-version pins | Julian Andres Klode | 1 | -13/+30 |
2015-08-10 | just-in-time creation for (implicit) Provides | David Kalnischkies | 1 | -2/+2 |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies | 1 | -3/+8 |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies | 1 | -3/+1 |
2015-08-10 | split-up Dependency struct | David Kalnischkies | 1 | -4/+5 |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies | 1 | -0/+1 |
2015-08-10 | apt-cache: Change version pin output to use per-version pins | Julian Andres Klode | 1 | -1/+1 |
2015-06-15 | hide Translation-* in 'apt-cache policy' output | David Kalnischkies | 1 | -0/+2 |
2015-06-12 | store Release files data in the Cache | David Kalnischkies | 1 | -3/+8 |
2015-05-11 | rewrite all TFRewrite instances to use the new pkgTagSection::Write | David Kalnischkies | 1 | -9/+12 |
2015-03-16 | stop displaying time of build in online help | Jérémy Bobbio | 1 | -3/+2 |
2014-11-18 | various small additional tests and testcases | David Kalnischkies | 1 | -2/+2 |
2014-11-09 | use the same code to detect quiet setting in all tools | David Kalnischkies | 1 | -3/+1 |
2014-11-09 | streamline display of --help in all tools | David Kalnischkies | 1 | -16/+2 |
2014-11-08 | guard pkg/grp hashtable creation changes | David Kalnischkies | 1 | -5/+8 |
2014-11-08 | guard ABI changes for SourcePkg/Ver in pkgCache | David Kalnischkies | 1 | -0/+2 |
2014-09-27 | store source name and version in binary cache | David Kalnischkies | 1 | -0/+2 |
2014-09-27 | adapt to the new CacheSetHelper API | David Kalnischkies | 1 | -6/+6 |
2014-09-27 | rework cachesets API to allow future extension | David Kalnischkies | 1 | -6/+6 |
2014-09-27 | count strings more accurately for stats | David Kalnischkies | 1 | -14/+39 |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | 1 | -2/+3 |
2014-09-02 | Use heap to allocate PatternMatch to avoid potential stack overflow | Michael Vogt | 1 | -2/+3 |
2014-06-18 | correct 'apt-cache stats' to include more | David Kalnischkies | 1 | -24/+32 |
2014-06-18 | cleanup datatypes mix used in binary cache | David Kalnischkies | 1 | -1/+1 |
2014-06-18 | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimental | Michael Vogt | 1 | -1/+45 |
2014-06-18 | Provide ShowHashTableStats function | Michael Vogt | 1 | -55/+43 |
2014-06-18 | improve formating of the hash stats | Michael Vogt | 1 | -15/+15 |
2014-06-10 | support Acquire::GzipIndexes in dumpavail | David Kalnischkies | 1 | -1/+1 |
2014-05-29 | add hashtable stats | Michael Vogt | 1 | -1/+57 |