summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark.cc
Commit message (Expand)AuthorAgeFilesLines
* 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