Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-09-03 | - "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that | Daniel Stenberg | |
while not fixing things very nicely, it does make the SOCKS5 proxy connection slightly better as it now acknowledges the timeout for connection and it no longer segfaults in the case when SOCKS requires authentication and you did not specify username:password. | |||
2006-09-03 | Mohun Biswas' improvements and clarifications about the options and how to use | Daniel Stenberg | |
them. | |||
2006-08-29 | David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to | Daniel Stenberg | |
allow applications to set their own socket options. | |||
2006-08-23 | clarify the string syntax support in the CURLOPT_PROXY section | Daniel Stenberg | |
2006-08-16 | Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MP | Dan Fandrich | |
2006-08-09 | option name spell fix | Daniel Stenberg | |
2006-08-09 | Added eCos and Minix sections. | Dan Fandrich | |
2006-08-08 | fixed some web links. | Gunter Knauf | |
2006-08-08 | Armel Asselin made the CURLOPT_PREQUOTE option work fine even when | Daniel Stenberg | |
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if there would've been a transfer. | |||
2006-08-07 | added contributors to 7.15.5 | Daniel Stenberg | |
2006-08-02 | a CURLOPT_PROGRESSFUNCTION clarification | Daniel Stenberg | |
2006-08-01 | updated docs with the new parameter | Daniel Stenberg | |
2006-07-28 | new D binding | Daniel Stenberg | |
2006-07-26 | David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both | Daniel Stenberg | |
control and data connection, as the existing --ftp-ssl option only requests it. | |||
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg | |
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function. | |||
2006-07-25 | Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl | Daniel Stenberg | |
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails. | |||
2006-07-08 | just some more blurb | Daniel Stenberg | |
2006-07-07 | mention the shared DNS stuff | Daniel Stenberg | |
2006-07-07 | mention the by-default "sharing" | Daniel Stenberg | |
2006-07-07 | yassl can be used now | Daniel Stenberg | |
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵ | Yang Tse | |
headers when compiled with Cygwin in POSIX emulation mode. | |||
2006-06-30 | typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_t | Daniel Stenberg | |
2006-06-26 | changed wording slightly, and added standard boiler-plate header | Daniel Stenberg | |
2006-06-24 | Wallner's update | Daniel Stenberg | |
2006-06-24 | corrected introduction version number | Daniel Stenberg | |
2006-06-24 | Michael Wallner added curl_formget(), which allows an application to extract | Daniel Stenberg | |
(serialise) a previously built formpost (as with curl_formadd()). |