Added filesystem::getUmask and filesystem::applyUmaskTo (in PathInfo.h) and
[platform/upstream/libzypp.git] / zypp / media / MediaCurl.cc
2007-07-31 Michael AndresAdded filesystem::getUmask and filesystem::applyUmaskTo...
2007-02-27 Duncan Mac-Vicar P#247459 ftp probing
2007-02-23 Jan Kupec- support for HTTP authentication prompt added (#190609)
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
2006-10-25 Marius Tomaschewski- Added some file/size info in xfer error and success...
2006-08-22 Marius Tomaschewski- Fixed getDoesFileExist to reset the transfer range
2006-08-18 Duncan Mac-Vicar Ptypo catched by the testsuite
2006-08-16 Duncan Mac-Vicar PImplement media doesFileExists().
2006-06-14 Marius Tomaschewski- Bug #181602: Implemented transfer timeout inside...
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-05-05 Marius Tomaschewski- Added a 60sec connext timeout (#172860)
2006-04-24 Marius Tomaschewski- Added getenv NULL ptr check and verify of the $HOME...
2006-04-18 Michael Andresdebug output removed
2006-04-18 Michael Andresfixed uninitialized _curlError variable
2006-04-03 Marius Tomaschewski- Removed broken forcing of absolute ftp paths added in
2006-03-30 Marius Tomaschewski- Changed to use media base url in MediaNotAFileException,
2006-03-30 Marius Tomaschewski- Updated to use new curl return codes, refined exceptions
2006-03-28 Marius Tomaschewski- Fixed exceptions in doGetFileCopy() to show full url
2006-03-27 Marius Tomaschewski- Fixed Bug #154197 -- fixed to construct an special...
2006-03-17 Marius Tomaschewski- Fixed to check curl runtime config (protocols and...
2006-03-17 Marius Tomaschewski- Bug #158850: Added "auth" query parameter to support
2006-03-16 Marius Tomaschewski- Fixed to use toLower in NO_PROXY checks
2006-03-16 Marius Tomaschewski- Fixed NO_PROXY matching, Bug #157024.
2006-03-13 Marius Tomaschewski- Removed deprecated reattach functions
2006-03-10 Marius Tomaschewski- Bug #156969: Disabled CURLOPT_TIMEOUT usage, because
2006-03-02 Marius Tomaschewski- Added check if reattach hint dir still exists
2006-02-28 Marius Tomaschewski- Implemented reattach - effective in MediaCurl only.
2006-02-27 Marius Tomaschewski- Fixed stupid bug, that would cause SEGV if strdup...
2006-02-24 Marius Tomaschewski- Increased timeout value to 180 sec
2006-02-22 Marius Tomaschewski- Fixed to use mkstemp for temporary files
2006-02-22 Marius Tomaschewski- Fix for timeout problems in Bug #152709. Set CURLOPT_...
2006-02-21 Jiri Srainfixed missing prefix before static variable
2006-02-21 Jiri SrainSet the agent string for HTTP and HTTPS
2006-02-20 Marius Tomaschewski- Implemented overloaded isAttached() calling checkAtta...
2006-02-10 Marius TomaschewskiFixed to use random name to test it
2006-02-09 Marius TomaschewskiFixed writeable mountpoint check
2006-02-09 Marius TomaschewskiAdded check if user supplied attachpoint is writeable
2006-02-07 Stanislav Visnovskymedia progress callback
2006-02-06 Marius Tomaschewski- Enabled source sharing for DISK, NFS, SMB
2006-02-06 Marius Tomaschewski- Fixed attachpoint creation
2006-02-03 Klaus Kaempfadd MIL calls in constructors
2006-01-29 Klaus KaempftoString -> asString for Url objects
2006-01-19 Marius Tomaschewski- removed escapedPath from url.setPathName(path)
2006-01-05 Jiri SrainLink ZYPP with RPM target implementation
2006-01-02 Jiri Srainfixed HTTPS certificate handling
2005-12-19 Jiri Srainreport changes from Curl backend
2005-12-15 Jiri Srainupdated the ProxyInfo constructor
2005-12-15 Jiri Srainmore updates of proxy handling
2005-12-14 Jiri Srainadded error and proxy handling for Curl backend
2005-12-13 Jiri Srainadded media-specific backends, some of them still need...
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