summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark.cc
Commit message (Expand)AuthorAgeFilesLines
* apt-mark: don't lie about successful marksTris Emmy Wilson2020-01-091-9/+21
* apt-mark: Add hidden showheld alias for showholdJulian Andres Klode2019-05-101-2/+2
* apt-mark: Introduce minimize-manualJulian Andres Klode2019-01-101-0/+122
* apt-mark: showhold: typo-fix (package -> packages)Muhamed Huseinbašić2018-10-021-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-11/+11
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* fail instead of segfault on unreadable config filesDavid Kalnischkies2016-05-201-15/+12
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-291-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-211-3/+3
* revamp all tools help messagesDavid Kalnischkies2015-11-041-15/+4
* deal with --version more centrallyDavid Kalnischkies2015-11-041-12/+2
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-3/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-6/+9
* deduplicate main methodsDavid Kalnischkies2015-11-041-17/+5
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-36/+36
* allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies2015-11-041-37/+65
* provide public interface to hold/unhold packagesDavid Kalnischkies2015-11-041-146/+16
* switch 'apt-mark hold' from Pkg to Ver based operationDavid Kalnischkies2015-11-041-31/+18
* add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies2015-11-041-11/+7
* implement operator* for cacheset iteratorsDavid Kalnischkies2015-11-041-39/+38
* implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies2015-11-041-36/+1
* cleanup Container.erase API to look more like std::containersDavid Kalnischkies2015-08-101-1/+1
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
* (error) Same iterator is used with different containersDavid Kalnischkies2015-03-161-1/+1
* use dpkg --merge-avail only if needed in apt-markDavid Kalnischkies2014-11-191-45/+55
* allow uninstalled packages to be put on holdDavid Kalnischkies2014-11-091-6/+57
* use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-091-16/+2
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-20/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-9/+20
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-6/+6
* apt-mark help shows all commands nowMichael Vogt2014-01-241-0/+5
* do chdir("/") after chroot()Michael Vogt2013-08-221-2/+2
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-16/+5
* fix some coverity chroot() releated warningsMichael Vogt2013-07-261-2/+2
* * cmdline/apt-mark.cc:David Kalnischkies2012-07-041-2/+14
* fix two simple spelling issues found by Christian Perrier,David Kalnischkies2012-06-271-1/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* fix the hold-testcase as it has problems with 'foreign' operationsDavid Kalnischkies2012-02-111-2/+2
* correctly ignore already (un)hold packagesDavid Kalnischkies2012-02-111-3/+4
* * cmdline/apt-mark.cc:David Kalnischkies2012-02-101-17/+112
* g++ 4.7 fixesMichael Vogt2012-01-021-0/+1
|\
| * g++ 4.7 fixesMichael Vogt2012-01-021-0/+1
* | - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-8/+8
|/
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-3/+4
* provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies2011-04-261-0/+116
* * cmdline/apt-mark.cc:David Kalnischkies2011-04-211-0/+257