Fix failed package download due to unkown repository type (bnc #386386)
[platform/upstream/libzypp.git] / zypp / media /
2008-04-18 Duncan Mac-Vicar Pnot needed
2008-03-21 Josef ReidingerThrowing special exception MediaBadCAException in case...
2008-03-21 Josef Reidingeradd new error IO_SOFT to media request callback for...
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- passing the detected devices in MediaException was...
2008-03-12 Jan Kupec- one more fix - having a reference as exception data...
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
2008-03-10 Jan Kupec- don't report average download rate if the download...
2008-03-10 Jan Kupec- provide download rate info (avg and curent) for ftp...
2008-02-28 Jan Kupec- FATE #303284 port from SP2 - special exception messag...
2008-02-19 Jan Kupec- fix DownloadProgressReport.finish() url argument
2008-02-18 Duncan Mac-Vicar P- handle error messages better in doesFileExist too...
2008-02-16 Duncan Mac-Vicar P- Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of...
2008-02-08 Stephan Kulow r8388 | jkupec | 2008-01-29 17:05:41 +0100 (Di,...
2008-02-08 Stephan Kulow r8382 | jkupec | 2008-01-29 10:38:37 +0100 (Di,...
2008-02-08 Stephan Kulowbelong to the previous change
2008-02-08 Stephan Kulow r8368 | jkupec | 2008-01-24 18:26:36 +0100 (Do,...
2008-02-08 Stephan Kulow r8314 | jkupec | 2008-01-17 15:10:30 +0100 (Do,...
2008-02-08 Stephan Kulow r8180 | jkupec | 2008-01-02 18:28:28 +0100 (Mi,...
2008-02-08 Stephan Kulow--------------------------------------------------...
2008-01-29 Jan Kupec- handle \" and \ at the end of the quoted parameter...
2008-01-29 Jan Kupec- unescape also \\
2008-01-24 Jan Kupec- read .curlrc more robustly (#330351)
2008-01-17 Jan Kupec- saner NFS timeo default (#350309)
2008-01-02 Jan Kupecchanges
2008-01-02 Jan Kupec- enabled usage of symlinks to iso files (#274651)
2007-10-08 Jan Kupeccomment & indent
2007-10-06 Jan Kupec- do not download the same file multiple times in one...
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-09-25 Jan Kupec- fixed parsing of --proxy-user parameter of .curlrc...
2007-09-25 Jan Kupec- release all attached media before attempting to eject...
2007-08-30 Jan Kupec- excessive newlines in exception messages removed
2007-08-30 Jan Kupec- proper error code for DownloadProgressReport
2007-08-24 Arvin Schnell- fixed typo
2007-08-22 Arvin Schnell- remember exception history
2007-08-22 Arvin Schnell- remember exception history
2007-07-31 Michael AndresAdded filesystem::getUmask and filesystem::applyUmaskTo...
2007-07-27 Jan Kupec- isChangeable(MediaAccessId) added
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-05 Michael Andresdebug output removed
2007-04-04 Jan KupecMediaManager::attachDesiredMedia() added to support...
2007-03-05 Michael Andrescleaned static var in Url.cc
2007-03-01 Duncan Mac-Vicar Pbye autofoo
2007-02-27 Duncan Mac-Vicar P#247459 ftp probing
2007-02-23 Jan KupecMerged revisions 5092 via svnmerge from
2007-02-23 Jan Kupecfixed trailing whitespace
2007-02-23 Jan Kupec- support for HTTP authentication prompt added (#190609)
2007-02-20 Michael Andresprovide -DVERSION
2007-02-13 Michael Andresremoved config.h include
2007-02-12 Jan KupecMerged revisions 4926-4993,4995,4998-5006 via svnmerge...
2007-02-09 Jan KupecMerged revisions 4994-4997 via svnmerge from
2007-02-07 Jan KupecMediaCurlException::dumpOn() adjusted for ncurses dialo...
2007-01-31 Duncan Mac-Vicar Pbuild cmake without sub statc libraries
2006-12-07 Marius Tomaschewski- Improved realpath() wrapper in media handler class...
2006-11-29 Duncan Mac-Vicar P- add cmake support for building zypp/ lib.
2006-11-28 Marius Tomaschewski- Added vol_id search
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 volume device check using /sbin/vol_id...
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-10-25 Marius Tomaschewski- Added some file/size info in xfer error and success...
2006-10-16 Martin VidnerFixed file name in \file tag for doxygen
2006-10-16 Martin VidnerFixed file names in \file tags for doxygen
2006-09-29 Marius Tomaschewski- Improved attachPoint handling in cases where the...
2006-09-29 Marius Tomaschewski- Changed to getRealPath to be accessible from outside
2006-09-26 Marius Tomaschewski- Fixed to include the mount cmd output in MediaMountEx...
2006-09-05 Marius Tomaschewski- Fix for Bug 197107, removing libblkid dependency
2006-08-22 Marius Tomaschewski- Fixed getDoesFileExist to reset the transfer range
2006-08-21 Duncan Mac-Vicar Pdumb bug. Now the tests for doesFileExists pass
2006-08-18 Duncan Mac-Vicar Ptypo catched by the testsuite
2006-08-16 Duncan Mac-Vicar PImplement media doesFileExists().
2006-06-29 Marius Tomaschewski- Updated MediaCurl URL query parameters documentation.
2006-06-28 Marius Tomaschewski- deactivated media manager code disabling the automounter
2006-06-19 Marius Tomaschewski- Fix for Bug #181606 - impropelly resolved path names
2006-06-14 Marius Tomaschewski- Bug #181602: Implemented transfer timeout inside...
2006-06-14 Marius Tomaschewski- Bug #181606: Added fallback on read failures of ...
2006-06-14 Marius Tomaschewski- Bug #171622: added ssl_verify and ssl_capath url...
2006-06-09 Klaus Kaempf- include Pathname.h in Sysconfig.h
2006-06-09 Klaus Kaempffactorize out Sysconfig reader
2006-06-07 Marius Tomaschewski- Updated MediaAccessUrl docu to reflect changes done
2006-06-07 Marius Tomaschewski- Bug #177457: changed detectDevices() function to...
2006-05-05 Marius Tomaschewski- Added a 60sec connext timeout (#172860)
2006-05-02 Marius Tomaschewski- Fixed to avoid check if the attachpoint is an absolut...
2006-05-02 Marius Tomaschewski- Disabled isUseableAttachPoint check -- we do not...
2006-05-02 Marius Tomaschewski- Improved media url docs a little bit
2006-05-01 Marius Tomaschewski- Fixed to use asString in ppc specific workaround
2006-05-01 Marius Tomaschewski- Added libcurl and libblkid compile/link flags
2006-05-01 Marius Tomaschewski- Improved device check in MediaDISK using libblkid...
2006-05-01 Marius Tomaschewski- Allow to provide sysfs path via $SYSFS_PATH,
2006-04-24 Marius Tomaschewski- Added getenv NULL ptr check and verify of the $HOME...
2006-04-24 Marius Tomaschewski- Fixed iseries workaround - interchanged variables...
2006-04-24 Marius Tomaschewski- Skip temporary attach point log message if it is...
next