Age | Commit message (Expand) | Author |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-12 | Drop cacheiterators.h include | Julian Andres Klode |
2016-05-28 | look into the right textdomain for apt-utils again | David Kalnischkies |
2016-05-20 | fail instead of segfault on unreadable config files | David Kalnischkies |
2015-11-29 | drop some needlessly public declarations in libapt-private | David Kalnischkies |
2015-11-29 | use function pointers instead of weak symbols for cmdline parsing | David Kalnischkies |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye |
2015-11-04 | revamp all tools help messages | David Kalnischkies |
2015-11-04 | deal with --version more centrally | David Kalnischkies |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies |
2015-11-04 | generate commands array after config is loaded | David Kalnischkies |
2015-11-04 | deduplicate main methods | David Kalnischkies |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies |
2015-11-04 | allow all dpkg selections to be set via apt-mark and libapt | David Kalnischkies |
2015-11-04 | provide public interface to hold/unhold packages | David Kalnischkies |
2015-11-04 | switch 'apt-mark hold' from Pkg to Ver based operation | David Kalnischkies |
2015-11-04 | add cacheset push_back wrapping for std::back_inserter | David Kalnischkies |
2015-11-04 | implement operator* for cacheset iterators | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::MultiArchSupported | David Kalnischkies |
2015-08-10 | cleanup Container.erase API to look more like std::containers | David Kalnischkies |
2015-03-16 | stop displaying time of build in online help | Jérémy Bobbio |
2015-03-16 | (error) Same iterator is used with different containers | David Kalnischkies |
2014-11-19 | use dpkg --merge-avail only if needed in apt-mark | David Kalnischkies |
2014-11-09 | allow uninstalled packages to be put on hold | David Kalnischkies |
2014-11-09 | use the same code to detect quiet setting in all tools | David Kalnischkies |
2014-11-09 | streamline display of --help in all tools | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-01-24 | apt-mark help shows all commands now | Michael Vogt |
2013-08-22 | do chdir("/") after chroot() | Michael Vogt |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt |
2013-07-26 | fix some coverity chroot() releated warnings | Michael Vogt |
2012-07-04 | * cmdline/apt-mark.cc: | David Kalnischkies |
2012-06-27 | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies |
2012-02-11 | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies |
2012-02-11 | correctly ignore already (un)hold packages | David Kalnischkies |
2012-02-10 | * cmdline/apt-mark.cc: | David Kalnischkies |
2012-01-02 | g++ 4.7 fixes | Michael Vogt |
2012-01-02 | g++ 4.7 fixes | Michael Vogt |
2011-11-11 | - provide a {Package,Version}List similar to {Package,Version}Set | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-04-26 | provide a 'dpkg --set-selections' wrapper to set/release holds | David Kalnischkies |
2011-04-21 | * cmdline/apt-mark.cc: | David Kalnischkies |