Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaManager.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
2013-04-29 Michael AndresIntroduce explicit operator bool in PtrTypes
2011-07-25 Michael AndresAlways read /proc/mounts when looking for mounted media...
2010-07-27 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-07-27 Michael Schroeder- add setDeltafile() and deltafile() method so that...
2009-09-10 Michael AndresSupport nfs4 (nfs4://... or nfs://...?type=nfs4) (fate...
2009-06-17 Michael AndresRemove obsolete DISABLE_AUTOMOUNTER code.
2009-06-04 Michael AndresCleanup and remove deprecated interface methods
2009-02-20 Duncan Mac-Vicar PMerge branch 'aria'
2009-02-13 Duncan Mac-Vicar PMerge branch 'master' into dmacvicar_aria
2009-02-13 Duncan Mac-Vicar PBig refactoring of MediaSetAccess
2008-10-07 Michael Andresfix includes
2008-03-13 Jan Kupec- getDetectedDevices added (fate #120298)
2008-03-12 Jan Kupec- passing the detected devices in MediaException was...
2008-03-12 Jan Kupec- remove bad calls to the media release() methods
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-09-25 Jan Kupec- release all attached media before attempting to eject...
2007-07-27 Jan Kupec- isChangeable(MediaAccessId) added
2007-04-04 Jan KupecMediaManager::attachDesiredMedia() added to support...
2006-08-16 Duncan Mac-Vicar PImplement media doesFileExists().
2006-06-28 Marius Tomaschewski- deactivated media manager code disabling the automounter
2006-06-14 Marius Tomaschewski- Bug #181606: Added fallback on read failures of ...
2006-04-06 Marius Tomaschewski- Added info() method to media verifier and more debug...
2006-04-04 Marius Tomaschewski- Added flag to MediaManager::isUseableAttachPoint...
2006-03-31 Marius Tomaschewski- Added disabling of the automounter while MediaManager
2006-03-21 Marius Tomaschewski- Fixed to reset desired (cached) flag before the action
2006-03-21 Michael Andres- fixed container.erase loops
2006-03-21 Marius Tomaschewski- Added some debug output including the access id
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-13 Marius Tomaschewski- Fixed last change in close() -- don't complain, because
2006-03-13 Marius Tomaschewski- Removed deprecated reattach() method
2006-03-13 Marius Tomaschewski- Implemented static downloads(url) variant
2006-03-09 Marius Tomaschewski- Bug #156176: Added downloads() function.
2006-03-06 Marius Tomaschewski- Removed caching in getMountEntries, since it may
2006-03-02 Marius Tomaschewski- Implemented setAttachPrefix(), desired as replacement
2006-02-28 Marius Tomaschewski- Added check to reattach if the media src for iso...
2006-02-27 Marius Tomaschewski- Added temporary flag as discussed on irc
2006-02-27 Marius Tomaschewski- Added reattach method prototypes (dummy implementation)
2006-02-23 Marius Tomaschewski- Implemented support for nested media releases (depend...
2006-02-22 Marius Tomaschewski- Implemented isSharedMedia() method returning
2006-02-20 Marius Tomaschewski- Added getMountTableMTime() and getMountEntries()
2006-02-20 Marius Tomaschewski- Fixed to throw NotDesired instead of NotAttached...
2006-02-17 Marius Tomaschewski- Fixed forceMediaRelease to reset desired mark as...
2006-02-16 Marius Tomaschewski- Implemented forced media release. A release(eject...
2006-02-11 Marius TomaschewskiChanged to use one map<accessId,{Handler,Verifier,Desired}>
2006-02-10 Marius Tomaschewski- Removed MediaNr, handled completely by source.
2006-02-09 Marius TomaschewskiAdded commented out accessId swap function
2006-02-09 Marius Tomaschewski- Added printing of the url in opened media access...
2006-02-09 Marius TomaschewskiAdded reopen() function to change Url for a AccessId
2006-02-07 Marius Tomaschewski- Marked provideFile with mediaNr as deprecated.
2006-02-06 Marius Tomaschewski- Added support to share a CD mount
2006-02-03 Jiri Srainuncommented code (which was cammitted by accident)
2006-02-03 Jiri SrainAdded source cache (store metadata on target system)
2006-02-03 Stanislav Visnovskyrevert media change handling
2006-02-03 Klaus Kaempfadd MIL
2006-02-03 Stanislav Visnovskydo not ask user for checking existing of a file only
2006-02-03 Klaus Kaempfinclude with "", not with < >
2006-02-03 Stanislav Visnovsky- media change callback (provideFile only for now)
2006-02-02 Klaus Kaempfmake it compile
2006-02-02 Marius Tomaschewski- Fixed MediaManager::open to not to store invalid...
2006-02-02 Marius Tomaschewski- Added preferred_attach_point to MediaManager::open()
2006-02-02 Marius Tomaschewski- Added dirInfo and other provide and release variants
2006-02-02 Marius Tomaschewski- Added more functions from MediaAccess interface to...
2006-01-31 Marius Tomaschewski- Added first draft of the media manager