summaryrefslogtreecommitdiff
path: root/cmdline/apt-cdrom.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-8/+8
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies1-2/+0
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies1-2/+2
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-04revamp all tools help messagesDavid Kalnischkies1-18/+4
2015-11-04deal with --version more centrallyDavid Kalnischkies1-14/+2
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-3/+2
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-6/+9
2015-11-04deduplicate main methodsDavid Kalnischkies1-15/+5
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-18/+23
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno1-1/+1
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-4/+4
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-2/+2
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies1-4/+3
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-13/+2
2014-03-13remove code duplication for Add & Ident in apt-cdromDavid Kalnischkies1-121/+81
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-8/+1
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-4/+4
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-13/+13
2014-02-12apt-cdrom should succeed if any drive succeedsJohn Ogness1-17/+59
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-20/+10
2013-08-12improve error messageMichael Vogt1-1/+2
2013-08-08fix -Wall errorsMichael Vogt1-1/+2
2013-07-02fix format string errorMichael Vogt1-2/+2
2013-06-26"mount path"->"mount point" and also make the warning a error when no CD-ROM ...Michael Vogt1-5/+5
2013-06-22Improve the apt-cdrom output when no CD-ROM can be auto-detectedMichael Vogt1-6/+19
2013-06-20try defaults if auto-detection failed in apt-cdromDavid Kalnischkies1-9/+4
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-03-05fix "(style) The scope of the variable 'count' can be reduced"David Kalnischkies1-4/+3
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-4/+4
2010-06-26do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies1-1/+1
2010-06-25print all messages if the application is in an interactive runDavid Kalnischkies1-7/+5
2010-02-03* cmdline/apt-cdrom.cc:Michael Vogt1-1/+1
2010-01-27cmdline/apt-cdrom.cc: add help, fix duplicated optionMichael Vogt1-1/+2
2010-01-26add Dir::Media::MountPath config optionMichael Vogt1-3/+3
2010-01-26* cmdline/apt-cdrom.cc:Michael Vogt1-7/+10
2010-01-26cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt1-3/+64
2009-09-26Fix some typos from #479997bubulle@debian.org1-1/+1
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-7/+3
2007-08-01* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador1-2/+2
2005-10-19apt-cdrom.cc:fix some missing gettext() calls (closes: #334539); doc/apt-cach...Michael Vogt1-3/+3
2005-02-05Merge with Matt and update French translationChristian Perrier1-649/+56
2005-02-05Fix compilation errors from apt--auth-cdrom--0Matt Zimmerman1-3/+3
2005-02-04Move CD-ROM handling backend into libapt-pkgMatt Zimmerman1-648/+55
2005-01-20Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C...Christian Perrier1-1/+1