index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdline
/
apt-mark.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-10
apt-mark: Add hidden showheld alias for showhold
Julian Andres Klode
1
-2
/
+2
2019-01-10
apt-mark: Introduce minimize-manual
Julian Andres Klode
1
-0
/
+122
2018-10-02
apt-mark: showhold: typo-fix (package -> packages)
Muhamed Huseinbašić
1
-1
/
+1
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-11
/
+11
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
1
-1
/
+0
2016-05-28
look into the right textdomain for apt-utils again
David Kalnischkies
1
-2
/
+0
2016-05-20
fail instead of segfault on unreadable config files
David Kalnischkies
1
-15
/
+12
2015-11-29
drop some needlessly public declarations in libapt-private
David Kalnischkies
1
-2
/
+2
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
-3
/
+3
2015-11-04
revamp all tools help messages
David Kalnischkies
1
-15
/
+4
2015-11-04
deal with --version more centrally
David Kalnischkies
1
-12
/
+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
-36
/
+36
2015-11-04
allow all dpkg selections to be set via apt-mark and libapt
David Kalnischkies
1
-37
/
+65
2015-11-04
provide public interface to hold/unhold packages
David Kalnischkies
1
-146
/
+16
2015-11-04
switch 'apt-mark hold' from Pkg to Ver based operation
David Kalnischkies
1
-31
/
+18
2015-11-04
add cacheset push_back wrapping for std::back_inserter
David Kalnischkies
1
-11
/
+7
2015-11-04
implement operator* for cacheset iterators
David Kalnischkies
1
-39
/
+38
2015-11-04
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
1
-36
/
+1
2015-08-10
cleanup Container.erase API to look more like std::containers
David Kalnischkies
1
-1
/
+1
2015-03-16
stop displaying time of build in online help
Jérémy Bobbio
1
-2
/
+1
2015-03-16
(error) Same iterator is used with different containers
David Kalnischkies
1
-1
/
+1
2014-11-19
use dpkg --merge-avail only if needed in apt-mark
David Kalnischkies
1
-45
/
+55
2014-11-09
allow uninstalled packages to be put on hold
David Kalnischkies
1
-6
/
+57
2014-11-09
use the same code to detect quiet setting in all tools
David Kalnischkies
1
-16
/
+2
2014-11-09
streamline display of --help in all tools
David Kalnischkies
1
-20
/
+2
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-9
/
+20
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-1
/
+1
2014-03-13
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
1
-6
/
+6
2014-01-24
apt-mark help shows all commands now
Michael Vogt
1
-0
/
+5
2013-08-22
do chdir("/") after chroot()
Michael Vogt
1
-2
/
+2
2013-08-12
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt
1
-16
/
+5
2013-07-26
fix some coverity chroot() releated warnings
Michael Vogt
1
-2
/
+2
2012-07-04
* cmdline/apt-mark.cc:
David Kalnischkies
1
-2
/
+14
2012-06-27
fix two simple spelling issues found by Christian Perrier,
David Kalnischkies
1
-1
/
+1
2012-03-22
the previously used VERSION didn't work everywhere so we are switching
David Kalnischkies
1
-1
/
+1
2012-02-11
fix the hold-testcase as it has problems with 'foreign' operations
David Kalnischkies
1
-2
/
+2
2012-02-11
correctly ignore already (un)hold packages
David Kalnischkies
1
-3
/
+4
2012-02-10
* cmdline/apt-mark.cc:
David Kalnischkies
1
-17
/
+112
2012-01-02
g++ 4.7 fixes
Michael Vogt
1
-0
/
+1
2012-01-02
g++ 4.7 fixes
Michael Vogt
1
-0
/
+1
2011-11-11
- provide a {Package,Version}List similar to {Package,Version}Set
David Kalnischkies
1
-8
/
+8
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
1
-0
/
+1
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
1
-3
/
+4
2011-04-26
provide a 'dpkg --set-selections' wrapper to set/release holds
David Kalnischkies
1
-0
/
+116
2011-04-21
* cmdline/apt-mark.cc:
David Kalnischkies
1
-0
/
+257