Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / media / MediaManager.h
2016-11-01 DongHun KwakImported Upstream version 15.0.0 56/94656/1
2016-11-01 DongHun KwakImported Upstream version 14.38.6 34/94634/1
2014-01-13 Michael AndresAdd support for repo authentication using SSL client...
2013-05-16 Michael AndresRemove deprecated aria2 support
2013-05-10 Michael Andresremove deprecated media methods
2013-03-27 Matthias Grießmeieradded tftp-support (bnc#803316)
2012-06-25 Michael Andresallow libcurl to take proxy from environment iff proxy...
2012-05-08 Michael Andresremove base/Deprecated.h (macros now in APIConfig.h)
2012-04-27 Michael Andresdo not use sys includes for zypp header files
2010-11-22 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-11-03 Dominik Heidleradd url-option to select specific mediahandler
2010-09-27 Duncan Mac-Vicar PMerge branch 'local_services' of gitorious.org:~duncan...
2010-09-27 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-09-24 Michael AndresAdd MediaPLUGIN: MediaHandler skeleton for 'plugin...
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-02-22 Michael AndresTurn off cookies when retrieving services repoindex...
2009-11-02 Michael AndresCIFS/SMB: Support mountoption 'noguest' in URL (bnc...
2009-10-31 Michael AndresMediaSMB: fix optionname for workgroup; it's 'domain'.
2009-09-10 Michael AndresSupport nfs4 (nfs4://... or nfs://...?type=nfs4) (fate...
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-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- 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-29 Marius Tomaschewski- Updated MediaCurl URL query parameters documentation.
2006-06-07 Marius Tomaschewski- Updated MediaAccessUrl docu to reflect changes done
2006-05-02 Marius Tomaschewski- Improved media url docs a little bit
2006-04-24 Marius Tomaschewski- Documented media access url's "alias" query parameter
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-20 Marius Tomaschewski- Renamed private MediaManager::forceMediaRelease
2006-03-15 Marius Tomaschewski- Fixed a hen and egg problem with iso handlers while...
2006-03-13 Marius Tomaschewski- Removed deprecated reattach() method
2006-03-13 Marius Tomaschewski- Implemented static downloads(url) variant
2006-03-09 Marius Tomaschewski- More documentation.
2006-03-09 Marius Tomaschewski- Added Media Access Url documentation.
2006-03-09 Marius Tomaschewski- Bug #156176: Added downloads() function.
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- Changed to ignore a reattach() request in the dummy
2006-02-27 Marius Tomaschewski- Added reattach method prototypes (dummy implementation)
2006-02-27 Marius Tomaschewski- Started to document it
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- Documented exceptions of provideFile
2006-02-16 Marius Tomaschewski- Implemented forced media release. A release(eject...
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 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 Klaus Kaempfinclude with "", not with < >
2006-02-03 Stanislav Visnovsky- media change callback (provideFile only for now)
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