| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -9/+20 |
| | | | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | ||||
| * | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
| | | | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | ||||
| * | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | 2014-03-13 | 1 | -6/+6 |
| | | | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | ||||
| * | apt-mark help shows all commands now | Michael Vogt | 2014-01-24 | 1 | -0/+5 |
| | | |||||
| * | do chdir("/") after chroot() | Michael Vogt | 2013-08-22 | 1 | -2/+2 |
| | | |||||
| * | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | 2013-08-12 | 1 | -16/+5 |
| | | | | | experimental | ||||
| * | fix some coverity chroot() releated warnings | Michael Vogt | 2013-07-26 | 1 | -2/+2 |
| | | |||||
| * | * cmdline/apt-mark.cc: | David Kalnischkies | 2012-07-04 | 1 | -2/+14 |
| | | | | | | | - arch:all packages are treated as arch:native packages, but dpkg expects pkg:all for selections, so use the arch of the installed version instead of the package structure if possible. Thanks to Stepan Golosunov for the report! (Closes: #680041) | ||||
| * | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies | 2012-06-27 | 1 | -1/+1 |
| | | | | | | updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge | ||||
| * | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | 2012-03-22 | 1 | -1/+1 |
| | | | | | to the more standard PACKAGE_VERSION and make it work in every file | ||||
| * | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies | 2012-02-11 | 1 | -2/+2 |
| | | |||||
| * | correctly ignore already (un)hold packages | David Kalnischkies | 2012-02-11 | 1 | -3/+4 |
| | | |||||
| * | * cmdline/apt-mark.cc: | David Kalnischkies | 2012-02-10 | 1 | -17/+112 |
| | | | | - detect if dpkg has multiarch support before calling --set-selections | ||||
| * | g++ 4.7 fixes | Michael Vogt | 2012-01-02 | 1 | -0/+1 |
| |\ | |||||
| | * | g++ 4.7 fixes | Michael Vogt | 2012-01-02 | 1 | -0/+1 |
| | | | |||||
| * | | - provide a {Package,Version}List similar to {Package,Version}Set | David Kalnischkies | 2011-11-11 | 1 | -8/+8 |
| |/ | | | | | * cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960) | ||||
| * | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -0/+1 |
| | | |||||
| * | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 2011-09-13 | 1 | -3/+4 |
| | | |||||
| * | provide a 'dpkg --set-selections' wrapper to set/release holds | David Kalnischkies | 2011-04-26 | 1 | -0/+116 |
| | | |||||
| * | * cmdline/apt-mark.cc: | David Kalnischkies | 2011-04-21 | 1 | -0/+257 |
| - reimplement apt-mark in c++ | |||||
