aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2006-09-12hiperfifo.c by Jeff PohlmeyerDaniel Stenberg
2006-09-12pipelining support is added nowDaniel Stenberg
2006-09-12example code by Michael WallnerDaniel Stenberg
2006-09-12corrected URLDaniel Stenberg
2006-09-12so it seems SOCKS5 too (still) has problems with connect timeoutsDaniel Stenberg
2006-09-11- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel 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-08Mention that CURLOPT_MAX_RECV/SEND* were added in 7.15.5Daniel Stenberg
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
cache within the multi handle.
2006-09-05added some fresh new blurbDaniel Stenberg
2006-09-03- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch thatDaniel 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-03Mohun Biswas' improvements and clarifications about the options and how to useDaniel Stenberg
them.
2006-08-29David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg
allow applications to set their own socket options.
2006-08-23clarify the string syntax support in the CURLOPT_PROXY sectionDaniel Stenberg
2006-08-16Minor portability fixes to get things running on UNICOS 9.0 on a Cray Y-MPDan Fandrich
2006-08-09option name spell fixDaniel Stenberg
2006-08-09Added eCos and Minix sections.Dan Fandrich
2006-08-08fixed some web links.Gunter Knauf
2006-08-08Armel Asselin made the CURLOPT_PREQUOTE option work fine even whenDaniel 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-07added contributors to 7.15.5Daniel Stenberg
2006-08-02a CURLOPT_PROGRESSFUNCTION clarificationDaniel Stenberg
2006-08-01updated docs with the new parameterDaniel Stenberg
2006-07-28new D bindingDaniel Stenberg
2006-07-26David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for bothDaniel 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 willDaniel Stenberg
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
2006-07-25Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curlDaniel 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-08just some more blurbDaniel Stenberg
2006-07-07mention the shared DNS stuffDaniel Stenberg
2006-07-07mention the by-default "sharing"Daniel Stenberg
2006-07-07yassl can be used nowDaniel Stenberg
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵Yang Tse
headers when compiled with Cygwin in POSIX emulation mode.
2006-06-30typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_tDaniel Stenberg
2006-06-26changed wording slightly, and added standard boiler-plate headerDaniel Stenberg
2006-06-24Wallner's updateDaniel Stenberg
2006-06-24corrected introduction version numberDaniel Stenberg
2006-06-24Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg
(serialise) a previously built formpost (as with curl_formadd()).
2006-06-24Provide a libcurl API for setting mutex callbacks in the underlying SSLDaniel Stenberg
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
2006-06-22Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel 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-21minor language edits bug reports 1510080 1510098Daniel Stenberg
2006-06-20the D binding link is dead but we know of no new one!Daniel Stenberg
2006-06-20bad syntaxDaniel Stenberg
2006-06-16when mentioning the default config file, point back to the actual descriptionDaniel Stenberg
of how to write such a file
2006-06-12Implemented --enable-hidden-symbols configure option to enableDan 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-12oopsDaniel Stenberg
2006-06-12added contributors from the 7.15.4 releaseDaniel Stenberg
2006-06-08corrected the CURLINFO_TOTAL_TIME descriptionDaniel Stenberg
2006-05-30Removed a few fixed issues and a few issues currently in progress in the HiperDaniel Stenberg
project. Also added a few obvious ones.
2006-05-28correct explicit/implicit terms for FTPSDaniel Stenberg
2006-05-25minor RFC updates, Dan Fandrich brought my attention to themDaniel Stenberg
2006-05-24Michael Wallner provided a patch that allows "SESS" to be set withDaniel 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-15updated with more recent factsDaniel Stenberg