summaryrefslogtreecommitdiff
path: root/cmdline/apt-cdrom.cc
Commit message (Expand)AuthorAgeFilesLines
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-261-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-8/+8
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-291-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* revamp all tools help messagesDavid Kalnischkies2015-11-041-18/+4
* deal with --version more centrallyDavid Kalnischkies2015-11-041-14/+2
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-3/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-6/+9
* deduplicate main methodsDavid Kalnischkies2015-11-041-15/+5
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-18/+23
* Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-4/+4
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+2
* use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-091-4/+3
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-13/+2
* remove code duplication for Add & Ident in apt-cdromDavid Kalnischkies2014-03-131-121/+81
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-8/+1
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-4/+4
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-13/+13
* apt-cdrom should succeed if any drive succeedsJohn Ogness2014-02-121-17/+59
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-20/+10
* improve error messageMichael Vogt2013-08-121-1/+2
* fix -Wall errorsMichael Vogt2013-08-081-1/+2
* fix format string errorMichael Vogt2013-07-021-2/+2
* "mount path"->"mount point" and also make the warning a error when no CD-ROM ...Michael Vogt2013-06-261-5/+5
* Improve the apt-cdrom output when no CD-ROM can be auto-detectedMichael Vogt2013-06-221-6/+19
* try defaults if auto-detection failed in apt-cdromDavid Kalnischkies2013-06-201-9/+4
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* fix "(style) The scope of the variable 'count' can be reduced"David Kalnischkies2012-03-051-4/+3
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-4/+4
* do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies2010-06-261-1/+1
* print all messages if the application is in an interactive runDavid Kalnischkies2010-06-251-7/+5
* * cmdline/apt-cdrom.cc:Michael Vogt2010-02-031-1/+1
* cmdline/apt-cdrom.cc: add help, fix duplicated optionMichael Vogt2010-01-271-1/+2
* add Dir::Media::MountPath config optionMichael Vogt2010-01-261-3/+3
* * cmdline/apt-cdrom.cc:Michael Vogt2010-01-261-7/+10
* cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-261-3/+64
* Fix some typos from #479997bubulle@debian.org2009-09-261-1/+1
* add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-7/+3
* * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador2007-08-011-2/+2
* apt-cdrom.cc:fix some missing gettext() calls (closes: #334539); doc/apt-cach...Michael Vogt2005-10-191-3/+3
* Merge with Matt and update French translationChristian Perrier2005-02-051-649/+56
|\
| * Fix compilation errors from apt--auth-cdrom--0Matt Zimmerman2005-02-051-3/+3
| * Move CD-ROM handling backend into libapt-pkgMatt Zimmerman2005-02-041-648/+55