summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark.cc
AgeCommit message (Expand)AuthorFilesLines
2013-08-22do chdir("/") after chroot()Michael Vogt1-2/+2
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-16/+5
2013-07-26fix some coverity chroot() releated warningsMichael Vogt1-2/+2
2012-07-04* cmdline/apt-mark.cc:David Kalnischkies1-2/+14
2012-06-27fix two simple spelling issues found by Christian Perrier,David Kalnischkies1-1/+1
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-02-11fix the hold-testcase as it has problems with 'foreign' operationsDavid Kalnischkies1-2/+2
2012-02-11correctly ignore already (un)hold packagesDavid Kalnischkies1-3/+4
2012-02-10* cmdline/apt-mark.cc:David Kalnischkies1-17/+112
2012-01-02g++ 4.7 fixesMichael Vogt1-0/+1
2012-01-02g++ 4.7 fixesMichael Vogt1-0/+1
2011-11-11 - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies1-8/+8
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-3/+4
2011-04-26provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies1-0/+116
2011-04-21* cmdline/apt-mark.cc:David Kalnischkies1-0/+257