summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark.cc
AgeCommit message (Expand)Author
2019-01-10apt-mark: Introduce minimize-manualJulian Andres Klode
2018-10-02apt-mark: showhold: typo-fix (package -> packages)Muhamed Huseinbašić
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies
2016-05-20fail instead of segfault on unreadable config filesDavid Kalnischkies
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04deal with --version more centrallyDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04generate commands array after config is loadedDavid Kalnischkies
2015-11-04deduplicate main methodsDavid Kalnischkies
2015-11-04split up help messages for simpler reuseDavid Kalnischkies
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies
2015-11-04switch 'apt-mark hold' from Pkg to Ver based operationDavid Kalnischkies
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies
2015-08-10cleanup Container.erase API to look more like std::containersDavid Kalnischkies
2015-03-16stop displaying time of build in online helpJérémy Bobbio
2015-03-16(error) Same iterator is used with different containersDavid Kalnischkies
2014-11-19use dpkg --merge-avail only if needed in apt-markDavid Kalnischkies
2014-11-09allow uninstalled packages to be put on holdDavid Kalnischkies
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies
2014-11-09streamline display of --help in all toolsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-01-24apt-mark help shows all commands nowMichael Vogt
2013-08-22do chdir("/") after chroot()Michael Vogt
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt
2013-07-26fix some coverity chroot() releated warningsMichael Vogt
2012-07-04* cmdline/apt-mark.cc:David Kalnischkies
2012-06-27fix two simple spelling issues found by Christian Perrier,David Kalnischkies
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies
2012-02-11fix the hold-testcase as it has problems with 'foreign' operationsDavid Kalnischkies
2012-02-11correctly ignore already (un)hold packagesDavid Kalnischkies
2012-02-10* cmdline/apt-mark.cc:David Kalnischkies
2012-01-02g++ 4.7 fixesMichael Vogt
2012-01-02g++ 4.7 fixesMichael Vogt
2011-11-11 - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-04-26provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies
2011-04-21* cmdline/apt-mark.cc:David Kalnischkies