summaryrefslogtreecommitdiff
path: root/methods/cdrom.cc
AgeCommit message (Expand)AuthorFilesLines
2018-02-19use a more standard approach to disable security for cdrom methodDavid Kalnischkies1-2/+8
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-2/+2
2016-08-10implement generic config fallback for methodsDavid Kalnischkies1-2/+2
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-8/+7
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-2/+2
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies1-1/+2
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+2
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-1/+1
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-13merge with debian/experimentalDavid Kalnischkies1-1/+2
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies1-1/+2
2011-02-01* apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:Michael Vogt1-1/+1
2010-02-17merged from debian-sidMichael Vogt1-2/+2
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt1-6/+7
2010-01-26add Dir::Media::MountPath config optionMichael Vogt1-2/+2
2010-01-26* cmdline/apt-cdrom.cc:Michael Vogt1-6/+7
2010-01-26methods/cdrom.cc: fix compilication errorMichael Vogt1-1/+1
2010-01-26add new "Acquire::cdrom::AutoDetect" config that enables/disablesMichael Vogt1-1/+2
2010-01-26add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt1-1/+2
2010-01-25methods/cdrom.cc: fix compile errorMichael Vogt1-2/+2
2010-01-22* methods/cdrom.cc:Michael Vogt1-11/+9
2010-01-22* methods/cdrom.cc:Michael Vogt1-11/+9
2009-07-23methods/cdrom.cc: add AutoDetectAndMount methodMichael Vogt1-44/+61
2009-07-22methods/cdrom.cc: move the scan into the loop that waits for a CDMichael Vogt1-28/+39
2009-07-22* methods/cdrom.cc:Michael Vogt1-17/+65
2009-07-09move libudev based code into libapt cdrom.cc classMichael Vogt1-54/+0
2009-07-08prototype for libudev dlopen() type of cdrom detectionMichael Vogt1-4/+61
2007-03-07* apt-pkg/cdrom.cc:Michael Vogt1-5/+5
2007-03-07 - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt1-1/+2
2007-03-07* apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt1-2/+3
2005-09-13* merged from apt--cdrom-fallback--0Michael Vogt1-2/+1
2005-08-23* merged with apt--fixes--0Michael Vogt1-0/+7
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier1-4/+4
2005-02-25* fix for apt-get update removing the cdroms Release.gpg filesMichael Vogt1-1/+1
2004-12-20* merged changes from the conferenceMichael Vogt1-1/+1
2004-11-27Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman1-0/+2
2004-09-20* Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian1-2/+2
2004-09-20Lots and lots of i18n updates.Arch Librarian1-8/+9
2004-09-20Check the currently mounted cdrom, to see if it's the o...Arch Librarian1-4/+2
2004-09-20G++3 fixes from RandolphArch Librarian1-1/+5
2004-09-20More CD fixesArch Librarian1-4/+4
2004-09-20CDROMs are unmountedArch Librarian1-3/+18
2004-09-20More or group patchesArch Librarian1-1/+2
2004-09-20Fixed G++ compile problemArch Librarian1-2/+2
2004-09-20Removed debug textArch Librarian1-2/+1
2004-09-20CD swapping supportArch Librarian1-3/+5
2004-09-20Removed pthread checkArch Librarian1-2/+5