summaryrefslogtreecommitdiff
path: root/methods/cdrom.cc
Commit message (Expand)AuthorAgeFilesLines
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-261-1/+0
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-2/+2
* apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-301-1/+1
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* use a more standard approach to disable security for cdrom methodDavid Kalnischkies2018-02-191-2/+8
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* implement generic config fallback for methodsDavid Kalnischkies2016-08-101-2/+2
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-8/+7
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-2/+2
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-151-1/+2
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+2
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-1/+1
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-1/+2
|\
| * follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies2011-08-111-1/+2
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
|/
* * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:Michael Vogt2011-02-011-1/+1
* merged from debian-sidMichael Vogt2010-02-171-2/+2
|\
| * merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-271-6/+7
| * add new "Acquire::cdrom::AutoDetect" config that enables/disablesMichael Vogt2010-01-261-1/+2
| * methods/cdrom.cc: fix compile errorMichael Vogt2010-01-251-2/+2
| * * methods/cdrom.cc:Michael Vogt2010-01-221-11/+9
* | add Dir::Media::MountPath config optionMichael Vogt2010-01-261-2/+2
* | * cmdline/apt-cdrom.cc:Michael Vogt2010-01-261-6/+7
* | methods/cdrom.cc: fix compilication errorMichael Vogt2010-01-261-1/+1
* | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-261-1/+2
* | * methods/cdrom.cc:Michael Vogt2010-01-221-11/+9
|/
* methods/cdrom.cc: add AutoDetectAndMount methodMichael Vogt2009-07-231-44/+61
* methods/cdrom.cc: move the scan into the loop that waits for a CDMichael Vogt2009-07-221-28/+39
* * methods/cdrom.cc:Michael Vogt2009-07-221-17/+65
* move libudev based code into libapt cdrom.cc classMichael Vogt2009-07-091-54/+0
* prototype for libudev dlopen() type of cdrom detectionMichael Vogt2009-07-081-4/+61
* * apt-pkg/cdrom.cc:Michael Vogt2007-03-071-5/+5
* - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt2007-03-071-1/+2
* * apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt2007-03-071-2/+3
* * merged from apt--cdrom-fallback--0Michael Vogt2005-09-131-2/+1
* * merged with apt--fixes--0Michael Vogt2005-08-231-0/+7
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-4/+4
* * fix for apt-get update removing the cdroms Release.gpg filesMichael Vogt2005-02-251-1/+1
* * merged changes from the conferenceMichael Vogt2004-12-201-1/+1
* Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman2004-11-271-0/+2
* * Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2004-09-201-2/+2
* Lots and lots of i18n updates.Arch Librarian2004-09-201-8/+9
* Check the currently mounted cdrom, to see if it's the o...Arch Librarian2004-09-201-4/+2
* G++3 fixes from RandolphArch Librarian2004-09-201-1/+5
* More CD fixesArch Librarian2004-09-201-4/+4
* CDROMs are unmountedArch Librarian2004-09-201-3/+18