fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / zypp / media /
2011-07-15 Michael AndresProperly initialize parser structures (bnc#705181)
2011-07-07 Michael AndresFix tests for available libcurl version.
2011-05-18 Duncan Mac-Vicar Ptypo
2011-05-18 Duncan Mac-Vicar PAllow MediaCD to build against udev _and_ HAL, or even...
2011-05-18 Duncan Mac-Vicar Padd conditional to build against older curls
2011-05-16 Duncan Mac-Vicar PCURLOPT_REDIR_PROTOCOLS is availailable on curl >=...
2011-05-16 Duncan Mac-Vicar PCheck for curl version before using this (new) features
2011-05-06 Dirk Muellerno need to close a NULL file
2011-05-06 Dirk Muellerthrow MediaCurlException on malformatted url
2011-04-29 Michael Schroeder- make sure that maxworkers is at least 1
2011-04-27 Dominik Heidlerfix max_concurrent_connections option in MultiCurl...
2011-04-15 Michael Schroeder- also look at the file content to detect metalink...
2010-12-21 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-12-08 Michael Schroeder- do not go to sleep for 0ms
2010-12-07 Michael Schroeder- MultiCurl: make sure the server responded with "parti...
2010-12-06 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-11-24 Michael AndresProperly handle FTP response 550. (bnc#645747)
2010-11-22 Duncan Mac-Vicar Plibproxy implementation for ProxyInfo. Right now it...
2010-11-22 David Woodhouseallow proxy information to be url based instead of...
2010-11-22 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-11-19 Michael Schroeder- fix segfault, the curl message is freed after curl_mu...
2010-11-03 Dominik Heidleradd url-option to select specific mediahandler
2010-10-13 Dominik Heidler- Make MetaLinkParser accept InputStreams
2010-10-07 Ján KupecDon't use aria2c for FTP (bnc #641328)
2010-10-06 Duncan Mac-Vicar PUrlResolverPlugin implementation
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-27 Michael AndresMedia handler rename PLUGIN->Plugin
2010-09-24 Michael AndresAdd MediaPLUGIN: MediaHandler skeleton for 'plugin...
2010-09-24 Duncan Mac-Vicar PMerge branch 'master' into local_services
2010-09-24 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-09-24 Michael Schroeder- fix metalink4 parsing
2010-09-24 Michael Schroeder- update totalsize if the filesize gets updated [bnc...
2010-09-22 Michael Schroeder- fix re-fetch logic, reopen tmp file
2010-09-20 Duncan Mac-Vicar PAllow yum-style setting of per-repo proxy including
2010-09-16 Michael Schroeder- fix segfault on user abort, write and reuse "MultiCur...
2010-08-10 Michael AndresBypass blkid cache
2010-08-10 Michael AndresUse blkid to verify disk volumes. (bnc#623226)
2010-08-05 Michael Schroeder- fix size check for last block, so that the delta...
2010-08-05 Michael Schroeder- fix ftp download (ftp does not have a content type)
2010-08-04 Michael Schroeder- fix memory leak
2010-08-03 Michael Schroeder- add forgotten resource sort call
2010-08-03 Michael Schroeder- fix memory leak
2010-08-02 Michael Schroeder- rename "zsync4" to "zsync", invert byte order so...
2010-07-27 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-07-27 Michael Schroeder- support ZYPP_MULTICURL variable, make MultiCurl the...
2010-07-27 Michael Schroeder- add delta download support via MediaMultiCurl
2010-07-27 Michael Schroeder- do not use copy of getFileUrl(), but call the MediaCu...
2010-07-27 Michael Schroeder- some refactoring for MediaMultiCurl:
2010-07-27 Michael Schroeder- add errstr() function so we can check for user abort
2010-07-27 Michael Schroeder- add setDeltafile() and deltafile() method so that...
2010-07-27 Michael Schroeder- put AuthType in settings
2010-06-29 Michael AndresFix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t...
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)
2010-04-26 Michael AndresMediaCIFS: get rid of dependency to zypp::Target
2010-02-26 Michael AndresDon't inline in the .cc file, if the method is exposed... BASE-SuSE-Code-11_2-Branch
2010-02-23 Ján Kupecdont use 'guest' if 'credentias' option is used when...
2010-02-23 Michael AndresCheck if a downloaded file actually exists even if...
2010-02-22 Ján KupecMake CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
2010-02-22 Michael AndresTurn off cookies when retrieving services repoindex...
2010-02-22 Michael AndresDefine SET_OPTION macro as single statement.
2010-01-28 Ján Kupecunnecessary include
2010-01-28 Ján KupecAbort when the progress callback receives 'false' ...
2010-01-21 Michael AndresImprove Media::DIR error message in case the dir does...
2010-01-15 Ján KupecUse regex to parse aria2c progress lines (bnc #570917)
2009-11-26 Ján KupecExpect also 'Bs' when parsing download speed from aria2...
2009-11-25 Ján Kupecbasic fix for incorrect download speed report (bnc...
2009-11-19 Michael AndresMediaNoLoopDeviceException: add optional explanatory...
2009-11-19 Michael AndresMediaException: Don't let untranslated default args...
2009-11-12 Duncan Mac-Vicar Pforward port
2009-11-12 Michael AndresFollowing redirections also for https (bnc #465532...
2009-11-05 Michael AndresLog if we will pass 'user:PASS' to aria2c.
2009-11-02 Michael AndresCIFS/SMB: Support mountoption 'noguest' in URL (bnc...
2009-10-31 Michael AndresMediaSMB and MediaCIFS are the same, so use CIFS everyw...
2009-10-31 Michael AndresMediaSMB: fix optionname for workgroup; it's 'domain'.
2009-10-30 Michael AndresMediaSMB failed to pass the --workgroup option to mount...
2009-10-30 Michael AndresDon't try to use an empty proxy string (bnc #551314)
2009-10-23 Michael Andresfix doc
2009-10-20 Michael AndresMediaAria: strip any 'user@' from URL or aria will...
2009-10-15 Duncan Mac-Vicar Paria2 sends the url in the progress if there is no...
2009-10-15 Duncan Mac-Vicar P- pass http/ftp/proxy credentials in a temporary file...
2009-10-13 Michael AndresMediaAria2c: Prepare reporting of partial downloads...
2009-10-07 Michael AndresTry to send statistics even if the target is not initia...
2009-10-01 Michael AndresFix evaluation of no_proxy entries (bnc #543337)
2009-10-01 Michael AndresAdd ProxyInfo::useProxyFor(Url) to evaluate Url matchin...
2009-09-11 Michael AndresDeprecate MediaAccess::downloads (accidentally deleted)
2009-09-10 Michael AndresSupport nfs4 (nfs4://... or nfs://...?type=nfs4) (fate...
2009-09-10 Michael AndresProxyInfoSysconfig: take care variables get initialized.
2009-09-08 Michael AndresTag exception text for translation. (bnc #537086)
2009-07-29 Michael AndresNo need to manually detect the location of aria2 binary.
2009-07-28 Ján KupecDon't check for aria2c if not using it.
2009-07-28 Ján KupecFixed download rate reporting (bnc #513944)
2009-07-15 Ján KupecMerge branch 'master' of ssh://git@git.opensuse.org...
2009-07-15 Ján KupecLog redirections when cURL media backend is used (fate...
2009-07-03 Michael AndresFix exception handling when unmounting iso images ...
2009-06-17 Michael Andrestypo
2009-06-17 Michael AndresAllow building libzypp without HAL (limited device...
next