Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-05 | fixed in CVS | Daniel Stenberg | |
2006-11-19 | Frank Teo provided an updated, mostly docs changed | Daniel Stenberg | |
2006-11-18 | new ruby binding, new tclcurl release | Daniel Stenberg | |
2006-11-08 | ok stop using old and deprecated options | Daniel Stenberg | |
2006-11-03 | SCP support added | Daniel Stenberg | |
2006-11-03 | Olaf Stueben provided a patch that I edited slightly. It fixes the notorious | Daniel Stenberg | |
KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an authentication negotiation. Starting now, libcurl will re-connect accordingly and continue the authentication as it should. | |||
2006-11-03 | initial SCP support is now added | Daniel Stenberg | |
2006-11-02 | mention the new options | Daniel Stenberg | |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg | |
2006-10-30 | add contributors from the 7.16.0 release | Daniel Stenberg | |
2006-10-29 | Compiler warning fix | Yang Tse | |
2006-10-25 | a Smalltalk binding | Daniel Stenberg | |
2006-10-25 | Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the | Daniel Stenberg | |
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change. | |||
2006-10-21 | Armel Asselin separated CA cert verification problems from problems with | Daniel Stenberg | |
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code. | |||
2006-10-20 | made the arrow for 'Send SSL data' point in the right direction! | Daniel Stenberg | |
2006-10-18 | the "work in progress" for #25 was ditched a long time ago | Daniel Stenberg | |
2006-10-13 | Added comments about checking return code and the maxfd counter | Daniel Stenberg | |
2006-10-12 | ghiper now uses the timer callback in the multi interface | Daniel Stenberg | |
2006-10-12 | clarify more | Daniel Stenberg | |
2006-10-12 | Starting now, adding an easy handle to a multi stack that was already added | Daniel Stenberg | |
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned. | |||
2006-10-12 | deleted #19 since it concerted FTP third party transfers and they are no longer | Daniel Stenberg | |
supported | |||
2006-10-12 | we've cut out third party transfers | Daniel Stenberg | |
2006-10-12 | point out the sslcert web page for -k/--insecure | Daniel Stenberg | |
2006-10-12 | Jeff Pohlmeyer has been working with the hiperfifo.c example source code, | Daniel Stenberg | |
and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition. | |||
2006-10-10 | repair id string | Daniel Stenberg | |
2006-10-10 | Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket() | Daniel Stenberg | |
API with glib2 | |||
2006-10-09 | changed the wording about removal of internal headers with -H | Daniel Stenberg | |
2006-10-08 | slightly improved | Daniel Stenberg | |
2006-10-08 | clarified more | Daniel Stenberg | |
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg | |
2006-09-27 | added more explanations | Daniel Stenberg | |
2006-09-26 | Armel Asselin's fix for the RESUME_FROM docu | Daniel Stenberg | |
2006-09-24 | eeep, tab completion error | Daniel Stenberg | |
2006-09-24 | --ftp-ssl-control requires SSL/TLS, it does not "try" it | Daniel Stenberg | |
2006-09-23 | minor edits | Daniel Stenberg | |
2006-09-23 | Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only | Daniel Stenberg | |
encrypt the control connection and use the data connection "plain". | |||
2006-09-21 | -z works on FTP, too | Dan Fandrich | |
2006-09-21 | Extended the explanation for CURLM_CALL_MULTI_PERFORM somewhat. | Daniel Stenberg | |
2006-09-20 | lots of "HTTPS" features are really "SSL" ones as they are also valid for | Daniel Stenberg | |
FTPS | |||
2006-09-20 | PEM is default type for key and cert | Daniel Stenberg | |
2006-09-13 | Use CSOURCES as other makefiles. Add line for dependency generation. | Gisle Vanem | |
2006-09-12 | hiperfifo.c by Jeff Pohlmeyer | Daniel Stenberg | |
2006-09-12 | pipelining support is added now | Daniel Stenberg | |
2006-09-12 | example code by Michael Wallner | Daniel Stenberg | |
2006-09-12 | corrected URL | Daniel Stenberg | |
2006-09-12 | so it seems SOCKS5 too (still) has problems with connect timeouts | Daniel Stenberg | |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg | |
handle that is part of a multi handle first removes the handle from the stack. - Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL session-ID re-use on demand since there obviously are broken servers out there that misbehave with session-IDs used. | |||
2006-09-08 | Mention that CURLOPT_MAX_RECV/SEND* were added in 7.15.5 | Daniel Stenberg | |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | |
cache within the multi handle. | |||
2006-09-05 | added some fresh new blurb | Daniel Stenberg | |