Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaCD.cc
2019-09-02 DongHun KwakImported Upstream version 16.3.2 upstream/16.3.2
2019-09-02 DongHun KwakImported Upstream version 14.47.0 upstream/14.47.0
2016-11-01 DongHun KwakImported Upstream version 14.35.0 24/94624/1
2014-02-26 Michael AndresIgnore failed-eject-exception on media change (bnc...
2012-04-25 Michael AndresFix lost device info
2012-04-19 Michael AndresAlways consider (block) devices passed as url option...
2011-11-28 Michael AndresMerge pull request #7 from crrodriguez/master
2011-11-18 Cristian RodríguezOpen all file descriptors with O_CLOEXEC to avoid leaks...
2011-11-11 Michael AndresTry to find and use some CD/DVD device even if HAL...
2011-05-18 Duncan Mac-Vicar Ptypo
2011-05-18 Duncan Mac-Vicar PAllow MediaCD to build against udev _and_ HAL, or even...
2010-05-21 Michael Andreslog if cdrom device detection failed
2010-04-26 Michael AndresUse libudev to detect available cd/dvd devices (bnc...
2010-04-26 Michael AndresRemove dead code paths processing only automounted...
2010-04-26 Michael AndresDisable using libhal (bnc#590707)
2009-06-17 Michael Andrestypo
2009-06-17 Michael AndresAllow building libzypp without HAL (limited device...
2008-03-19 Jan Kupec- eject the right device on forceEject
2008-03-13 Jan Kupec- getDetectedDevices added (fate #120298)
2008-03-12 Jan Kupec- removed the old release(bool eject) methods
2008-03-12 Jan Kupec- enable media API to eject specific device
2007-10-06 Jan Kupec- indentation
2007-10-06 Jan Kupec- removed unused !DELAYED_VERIFY code for MediaCD ...
2007-10-06 Jan Kupec- special cdrom detection code for SCSI / Virtual CDROM...
2007-04-04 Jan KupecMediaManager::attachDesiredMedia() added to support...
2006-11-24 Marius Tomaschewski- Reverted workaround parsing /proc/sys/dev/cdrom/info...
2006-11-23 Marius Tomaschewski- Applied a workaround parsing /proc/sys/dev/cdrom...
2006-11-17 Marius Tomaschewski- Implemented an reuse of already existing foreign...
2006-11-13 Marius Tomaschewski- Added call to /bin/eject if the eject-ioctl fails.
2006-11-10 Michael Andresdoxygen fixes
2006-09-26 Marius Tomaschewski- Fixed to include the mount cmd output in MediaMountEx...
2006-08-16 Duncan Mac-Vicar PImplement media doesFileExists().
2006-06-14 Marius Tomaschewski- Bug #181606: Added fallback on read failures of ...
2006-06-07 Marius Tomaschewski- Bug #177457: changed detectDevices() function to...
2006-05-01 Marius Tomaschewski- Fixed to use asString in ppc specific workaround
2006-05-01 Marius Tomaschewski- Allow to provide sysfs path via $SYSFS_PATH,
2006-04-24 Marius Tomaschewski- Fixed iseries workaround - interchanged variables...
2006-04-10 Marius Tomaschewski- Added detection if /dev/iseries/vcd[a-h] devices
2006-04-07 Marius Tomaschewski- Added loop checking for scsi cdroms (/sys/block/srX)
2006-03-31 Marius Tomaschewski- Implemented check if media (CD) is automounted or not
2006-03-31 Marius Tomaschewski- Enabled to report eject errors, Bug #154326
2006-03-23 Marius Tomaschewski- Fixed check to ejected flag
2006-03-23 Marius Tomaschewski- Added reporting of eject errors (currently disabled
2006-03-21 Marius Tomaschewski- Added a variant of MediaHandler::forceRelaseAllMedia
2006-03-21 Marius Tomaschewski- Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
2006-03-20 Marius Tomaschewski- Renamed private MediaManager::forceMediaRelease
2006-03-15 Marius Tomaschewski- Improved skipping messages to include device name
2006-03-15 Marius Tomaschewski- Changed to detect/verify CD/DVD/HD devices while
2006-03-13 Marius Tomaschewski- Removed deprecated reattach functions
2006-03-13 Marius Tomaschewski- Moved info message to the begin of the constructor
2006-03-13 Marius Tomaschewski- Fixed to allow more exact bad url error message
2006-03-06 Marius Tomaschewski- Lowered isAttached retry limit (wait for mtab update)
2006-03-02 Jiri Sraincatch exception when ejecting media which was unmounted...
2006-02-23 Marius Tomaschewski- Fixed argument order to MediaMountException (msg...
2006-02-20 Marius Tomaschewski- Implemented overloaded isAttached() calling checkAtta...
2006-02-15 Stanislav Visnovskycd not cdrom
2006-02-14 Marius Tomaschewski- Fixed exception type to MediaUnsupportedUrlSchemeExce...
2006-02-14 Marius Tomaschewski- Implemented hal query for avaliable CDROM/DVD drives
2006-02-06 Marius Tomaschewski- Enabled source sharing for DISK, NFS, SMB
2006-02-06 Marius Tomaschewski- Added support to share a CD mount
2006-02-03 Klaus Kaempfadd MIL calls in constructors
2006-01-29 Klaus KaempftoString -> asString for Url objects
2005-12-14 Jiri Srainenhanced exception handling, getting rid of old error...
2005-12-13 Jiri Srainadded media-specific backends, some of them still need...