Age | Commit message (Collapse) | Author | |
---|---|---|---|
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()). | |||
2006-06-24 | Provide a libcurl API for setting mutex callbacks in the underlying SSL | Daniel Stenberg | |
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used. | |||
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg | |
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before. | |||
2006-06-21 | minor language edits bug reports 1510080 1510098 | Daniel Stenberg | |
2006-06-20 | the D binding link is dead but we know of no new one! | Daniel Stenberg | |
2006-06-20 | bad syntax | Daniel Stenberg | |
2006-06-16 | when mentioning the default config file, point back to the actual description | Daniel Stenberg | |
of how to write such a file | |||
2006-06-12 | Implemented --enable-hidden-symbols configure option to enable | Dan Fandrich | |
-fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table. | |||
2006-06-12 | oops | Daniel Stenberg | |
2006-06-12 | added contributors from the 7.15.4 release | Daniel Stenberg | |
2006-06-08 | corrected the CURLINFO_TOTAL_TIME description | Daniel Stenberg | |
2006-05-30 | Removed a few fixed issues and a few issues currently in progress in the Hiper | Daniel Stenberg | |
project. Also added a few obvious ones. | |||
2006-05-28 | correct explicit/implicit terms for FTPS | Daniel Stenberg | |
2006-05-25 | minor RFC updates, Dan Fandrich brought my attention to them | Daniel Stenberg | |
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg | |
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c was also done by me) | |||
2006-05-15 | updated with more recent facts | Daniel Stenberg | |
2006-05-14 | The SOCKS connection codes don't properly acknowledge (connect) timeouts. | Daniel Stenberg | |
2006-05-11 | The new ftpuploadresume.c example by Philip Bock | Daniel Stenberg | |
2006-05-09 | Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU | Daniel Stenberg | |
autotools project, which optionally (default=yes) uses libcurl on a system without a (usable) libcurl installation, but not specifying `--without-libcurl', configure determines correctly that no libcurl is available, however, the LIBCURL variable gets expanded to `LIBCURL = -lcurl' in the resulting Makefiles. David Shaw fixed the flaw. | |||
2006-05-08 | Fixed known bug #28. The TFTP code no longer assumes a packed struct and | Daniel Stenberg | |
thus works reliably on more platforms. | |||
2006-05-02 | curl-config got a --checkfor option | Daniel Stenberg | |
2006-05-02 | Make this code use the proper pointers | Daniel Stenberg | |