Age | Commit message (Expand) | Author |
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-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-08-12 | Replace all "press enter" occurrences with "press [Enter]" | Luca Bruno |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-03-16 | stop displaying time of build in online help | Jérémy Bobbio |
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 | remove code duplication for Add & Ident in apt-cdrom | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | 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-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-02-12 | apt-cdrom should succeed if any drive succeeds | John Ogness |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt |
2013-08-12 | improve error message | Michael Vogt |
2013-08-08 | fix -Wall errors | Michael Vogt |
2013-07-02 | fix format string error | Michael Vogt |
2013-06-26 | "mount path"->"mount point" and also make the warning a error when no CD-ROM ... | Michael Vogt |
2013-06-22 | Improve the apt-cdrom output when no CD-ROM can be auto-detected | Michael Vogt |
2013-06-20 | try defaults if auto-detection failed in apt-cdrom | David Kalnischkies |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies |
2012-03-05 | fix "(style) The scope of the variable 'count' can be reduced" | 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 |
2010-06-26 | do not override the user set quiet setting even if the target is not a tty | David Kalnischkies |
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies |
2010-02-03 | * cmdline/apt-cdrom.cc: | Michael Vogt |
2010-01-27 | cmdline/apt-cdrom.cc: add help, fix duplicated option | Michael Vogt |
2010-01-26 | add Dir::Media::MountPath config option | Michael Vogt |
2010-01-26 | * cmdline/apt-cdrom.cc: | Michael Vogt |
2010-01-26 | cmdline/apt-cdrom.cc: add --auto-detect | Michael Vogt |
2009-09-26 | Fix some typos from #479997 | bubulle@debian.org |
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies |
2007-08-01 | * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong | Otavio Salvador |
2005-10-19 | apt-cdrom.cc:fix some missing gettext() calls (closes: #334539); doc/apt-cach... | Michael Vogt |
2005-02-05 | Merge with Matt and update French translation | Christian Perrier |
2005-02-05 | Fix compilation errors from apt--auth-cdrom--0 | Matt Zimmerman |
2005-02-04 | Move CD-ROM handling backend into libapt-pkg | Matt Zimmerman |
2005-01-20 | Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C... | Christian Perrier |
2004-09-20 | * Use isatty rather than ttyname for checking if stdin ... | Arch Librarian |
2004-09-20 | * Exclude subdirectories named 'debian-installer' from ... | Arch Librarian |
2004-09-20 | Change frozen to testing everywhere. | Arch Librarian |
2004-09-20 | Added locale.h for LC_ALL | Arch Librarian |