index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdline
/
apt-cache.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkgnames: Do not exclude virtual packages with --all-names
Julian Andres Klode
2020-10-26
1
-7
/
+3
*
pkgnames: Correctly set the default for AllNames to false
Julian Andres Klode
2020-10-26
1
-1
/
+1
*
Make map_pointer<T> typesafe
Julian Andres Klode
2020-02-24
1
-2
/
+2
*
Replace map_pointer_t with map_pointer<T>
Julian Andres Klode
2020-02-24
1
-4
/
+4
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-8
/
+7
*
cacheset: Remove simple cases of deprecated code
Julian Andres Klode
2019-05-06
1
-4
/
+4
*
sptr: Remove deprecated smart pointer classes
Julian Andres Klode
2019-02-26
1
-1
/
+0
*
Generalize %s does not take any arguments
Julian Andres Klode
2019-01-10
1
-1
/
+1
*
Support --with-source in show & search commands
David Kalnischkies
2018-05-11
1
-6
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-13
/
+13
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
avoid explicit types for pkg counts by auto
David Kalnischkies
2017-06-26
1
-13
/
+15
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-1
/
+1
*
look into the right textdomain for apt-utils again
David Kalnischkies
2016-05-28
1
-2
/
+0
*
apt-cache: stats: Show a table utilization as percentage
Julian Andres Klode
2016-01-03
1
-0
/
+1
*
apt-cache: stats: Average is over used, not all, buckets
Julian Andres Klode
2016-01-03
1
-1
/
+1
*
drop some needlessly public declarations in libapt-private
David Kalnischkies
2015-11-29
1
-2
/
+2
*
move 'unmet' handling into libapt-private
David Kalnischkies
2015-11-29
1
-103
/
+1
*
use function pointers instead of weak symbols for cmdline parsing
David Kalnischkies
2015-11-29
1
-1
/
+1
*
review of new/changed translatable program strings
Justin B Rye
2015-11-21
1
-4
/
+4
*
revamp all tools help messages
David Kalnischkies
2015-11-04
1
-15
/
+7
*
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies
2015-11-04
1
-321
/
+1
*
deal with --version more centrally
David Kalnischkies
2015-11-04
1
-14
/
+2
*
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
1
-3
/
+2
*
generate commands array after config is loaded
David Kalnischkies
2015-11-04
1
-6
/
+9
*
deduplicate main methods
David Kalnischkies
2015-11-04
1
-17
/
+5
*
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
1
-45
/
+35
*
move 'search' implementations as well
David Kalnischkies
2015-11-04
1
-200
/
+2
*
centralize 'show' implementation of apt and apt-cache
David Kalnischkies
2015-11-04
1
-140
/
+2
*
various changes to increase test-coverage
David Kalnischkies
2015-09-14
1
-3
/
+4
*
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
1
-3
/
+2
*
Add support for "apt-cache showsrc --only-source srcpkgname"
Michael Vogt
2015-08-18
1
-0
/
+4
*
Show full package records in apt-cache search -f
Kusanagi Kouichi
2015-08-16
1
-7
/
+4
*
When looking if Provides match, OR them with the normal patches
Julian Andres Klode
2015-08-16
1
-1
/
+1
*
apt-cache: Show an error if stats gets any arguments
Julian Andres Klode
2015-08-14
1
-1
/
+6
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
1
-3
/
+3
*
apt-cache: Improve translateability of the "with priority" thing
Julian Andres Klode
2015-08-12
1
-2
/
+2
*
apt-cache: Modify policy output to use per-version pins
Julian Andres Klode
2015-08-12
1
-13
/
+30
*
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
1
-2
/
+2
*
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
1
-3
/
+8
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-3
/
+1
*
split-up Dependency struct
David Kalnischkies
2015-08-10
1
-4
/
+5
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
1
-0
/
+1
*
apt-cache: Change version pin output to use per-version pins
Julian Andres Klode
2015-08-10
1
-1
/
+1
*
hide Translation-* in 'apt-cache policy' output
David Kalnischkies
2015-06-15
1
-0
/
+2
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-3
/
+8
*
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
2015-05-11
1
-9
/
+12
*
stop displaying time of build in online help
Jérémy Bobbio
2015-03-16
1
-3
/
+2
*
various small additional tests and testcases
David Kalnischkies
2014-11-18
1
-2
/
+2
[next]