summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
AgeCommit message (Expand)Author
2011-04-16fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies
2011-03-10apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (...Michael Vogt
2011-03-10* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt
2011-03-09apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c...Michael Vogt
2011-03-09apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt
2011-03-04apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/...Michael Vogt
2011-03-04apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev classMichael Vogt
2011-02-01apt-pkg/cdrom.cc: fix another hardcoded /cdromMichael Vogt
2011-02-01* apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:Michael Vogt
2010-08-02* apt-pkg/cdrom.cc:Michael Vogt
2010-07-27* apt-pkg/cdrom.cc:Julian Andres Klode
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies
2010-03-12* cmdline/apt-get.ccDavid Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies
2009-07-23[ABI] merged the libudev-dlopen branch, this allows to passMichael Vogt
2009-07-23methods/cdrom.cc: add AutoDetectAndMount methodMichael Vogt
2009-07-22methods/cdrom.cc: move the scan into the loop that waits for a CDMichael Vogt
2009-07-22apt-pkg/cdrom.cc: make cdrom.Mounted property reliableMichael Vogt
2009-07-21The 'not dead yet' releaseMichael Vogt
2009-07-09move libudev based code into libapt cdrom.cc classMichael Vogt
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies
2008-10-28apt-pkg/cdrom.cc: add missing i18n stringMichael Vogt
2007-12-27* Fix compilation warnings in apt-pkg/cdrom.cc andOtavio Salvador
2007-10-29* Umount CD-ROM when calling apt-cdrom ident, except when called withOtavio Salvador
2007-10-26* Applied patch from Frans Pop <elendil@planet.nl> to fix a trailingOtavio Salvador
2007-10-02 - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argumentOtavio Salvador
2007-08-03* make apt -Wall cleanMichael Vogt
2007-06-08* Removed the more leftover #pragma interface/implementationMichael Vogt
2007-06-08* remove all the remaining #pragma implementationMichael Vogt
2007-06-08* add "purge" commandline argument, closes: #133421)Michael Vogt
2007-06-08* fix FTBFS with gcc 4.3, closes: #417090Michael Vogt
2007-06-06* merged the debian/experimental changes backMichael Vogt
2007-05-08Add one translatable string and a newline. Closes: #394722bubulle@debian.org
2007-05-02* merged with the apt--mvo branchMichael Vogt
2007-03-07* apt-pkg/cdrom.cc:Michael Vogt
2007-03-07 - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt
2007-03-07* apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt
2005-09-27* merged with apt--mvoMichael Vogt
2005-09-12* fix apt-pkg/cdrom.cc to umount the cdrom again if anything failsMichael Vogt
2005-08-23* merged with apt--fixes--0Michael Vogt
2005-07-28* added a BUGS file with known problem, added apt-cdrom support for translate...Michael Vogt
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier
2005-02-25* path scoring changed, the non-symlink path is scored highestMichael Vogt
2005-02-04Move CD-ROM handling backend into libapt-pkgMatt Zimmerman