Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / media / MediaHandler.cc
2019-09-02 DongHun KwakImported Upstream version 14.45.0 upstream/14.45.0
2016-11-01 DongHun KwakImported Upstream version 16.0.5 13/94713/1
2016-11-01 DongHun KwakImported Upstream version 15.19.0 83/94683/1
2016-11-01 DongHun KwakImported Upstream version 14.35.0 24/94624/1
2013-09-27 Michael Andresfix handling symlinks in export pathname on NFSv4 ...
2013-04-16 Michael AndresFix uid/euid usage
2012-03-26 Michael AndresCleanup orphaned media attach points (bnc#751221)
2011-10-13 Michael AndresMust not differ between type nfs and nfs4 when checking...
2010-07-27 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-07-27 Michael Schroeder- add setDeltafile() and deltafile() method so that...
2010-04-26 Michael AndresRemove dead code paths processing only automounted...
2008-10-08 Jan Kupec- detect and use unused loop device for mounting ISO...
2008-10-07 Michael Andres- Fixed detection of loopback mounted iso-files. The...
2008-03-13 Jan Kupec- getDetectedDevices added (fate #120298)
2008-03-12 Jan Kupec- enable media API to eject specific device
2007-08-22 Arvin Schnell- remember exception history
2007-07-25 Klaus Kaempf- don't hardcode "/var/tmp" as the temporary directory but
2007-05-15 Michael Andresfix releaseFile calls passing the local filename as...
2007-04-04 Jan KupecMediaManager::attachDesiredMedia() added to support...
2006-12-07 Marius Tomaschewski- Improved realpath() wrapper in media handler class...
2006-11-10 Michael Andresdoxygen fixes
2006-09-29 Marius Tomaschewski- Changed to getRealPath to be accessible from outside
2006-08-21 Duncan Mac-Vicar Pdumb bug. Now the tests for doesFileExists pass
2006-08-16 Duncan Mac-Vicar PImplement media doesFileExists().
2006-06-19 Marius Tomaschewski- Fix for Bug #181606 - impropelly resolved path names
2006-06-14 Marius Tomaschewski- Bug #181606: Added fallback on read failures of ...
2006-05-02 Marius Tomaschewski- Fixed to avoid check if the attachpoint is an absolut...
2006-04-24 Marius Tomaschewski- Skip temporary attach point log message if it is...
2006-04-07 Klaus Kaempfallow relative paths with "file:"
2006-04-05 Marius Tomaschewski- Added bind directory variable to each media source
2006-04-04 Marius Tomaschewski- Added flag to MediaManager::isUseableAttachPoint...
2006-03-31 Marius Tomaschewski- Implemented check if media (CD) is automounted or not
2006-03-23 Marius Tomaschewski- Added reporting of eject errors (currently disabled
2006-03-21 Marius Tomaschewski- Removed return in forceRelaseAllMedia (void function)
2006-03-21 Marius Tomaschewski- Added a variant of MediaHandler::forceRelaseAllMedia
2006-03-20 Marius Tomaschewski- Renamed private MediaManager::forceMediaRelease
2006-03-15 Marius Tomaschewski- Added exact id match flag to dependsOnParent allowing to
2006-03-15 Marius Tomaschewski- Fixed a hen and egg problem with iso handlers while...
2006-03-14 Jiri Srainadded more debugging
2006-03-13 Marius Tomaschewski- Removed deprecated reattach functions
2006-03-10 Marius Tomaschewski- Fix for Bug #156981 - reset _mediaSource if it
2006-03-09 Marius Tomaschewski- Fixed DBG message
2006-03-06 Marius Tomaschewski- Fixed checkAttached to cache results only, if we've
2006-03-02 Marius Tomaschewski- Implemented setAttachPrefix(), desired as replacement
2006-02-28 Marius Tomaschewski- Changed to construct localRoot on the fly, since
2006-02-28 Marius Tomaschewski- Implemented reattach - effective in MediaCurl only.
2006-02-27 Marius Tomaschewski- Changed to ignore a reattach() request in the dummy
2006-02-27 Marius Tomaschewski- Added reattach method prototypes (dummy implementation)
2006-02-24 Marius Tomaschewski- Lowered remove attach point info's to DBG
2006-02-23 Marius Tomaschewski- Extended checkAttached() to allow to specify if fstyp...
2006-02-22 Marius Tomaschewski- Implemented isSharedMedia() method returning
2006-02-20 Marius Tomaschewski- Changed to compare filesystem type with media source...
2006-02-20 Marius Tomaschewski- Implemented checkAttached() function verifying attached
2006-02-20 Marius Tomaschewski- Changed back to use fixed RW_pointer unique()
2006-02-17 Marius Tomaschewski- Fixed reset of temporary attachpoint in removeAttachPoint
2006-02-16 Marius Tomaschewski- Implemented forced media release. A release(eject...
2006-02-11 Marius TomaschewskiFixed release() to throw MediaIsSharedException if not
2006-02-10 Marius TomaschewskiIncreased the number of tmp attach points
2006-02-09 Marius TomaschewskiChanged to test not only for readonly fs
2006-02-09 Klaus Kaempfcheck for read-only filesystem
2006-02-09 Klaus Kaempfstart below /var/tmp and try 10 times for now.
2006-02-09 Marius TomaschewskiFixed createAttachPoint to try all its base dirs
2006-02-08 Michael Andres- catch exceptions in dtors
2006-02-06 Marius Tomaschewski- Enabled source sharing for DISK, NFS, SMB
2006-02-06 Marius Tomaschewski- Fixed attachpoint creation
2006-02-06 Marius Tomaschewski- Added support to share a CD mount
2005-12-14 Jiri Srainenhanced exception handling, getting rid of old error...
2005-12-13 Michael Andresadapt to changed ZYPP_THROW macros
2005-12-12 Jiri Srainimproved media exceptions handling
2005-12-11 Michael Andres- Pathname,PathInfo
2005-12-08 Jiri Srainadded first skeleton of media backend