Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-12 | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg | |
2002-06-11 | 7.9.8-pre3 commit | Daniel Stenberg | |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg | |
2002-05-21 | James Cone added the new CURL_NETRC_OPTION enum | Daniel Stenberg | |
2002-05-21 | curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable | Daniel Stenberg | |
checking for particular errors. curl/curl.h defines the errros | |||
2002-05-13 | 7.9.7 commit | Daniel Stenberg | |
2002-05-07 | 7.9.7-pre2 | Daniel Stenberg | |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg | |
2002-05-03 | CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest | Daniel Stenberg | |
sized buffer that may be passed to a write callback | |||
2002-04-22 | The timecond stuff now have CURL_ prefixes | Daniel Stenberg | |
2002-04-16 | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg | |
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. | |||
2002-04-15 | 7.9.6 commit | Daniel Stenberg | |
2002-04-14 | check for _MSC_VER as well as __STDC__ when deciding to use the ## operator | Daniel Stenberg | |
or not | |||
2002-04-12 | 7.9.6-pre5 | Daniel Stenberg | |
2002-04-12 | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | |
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. | |||
2002-04-10 | two new error codes to separate READ into READ/RECV and WRITE into WRITE/SEND | Daniel Stenberg | |
2002-04-08 | 7.9.6-pre4 commit | Daniel Stenberg | |
2002-04-04 | Jonatan Lander's fix to compile properly on pre-ISO compilers (without the | Daniel Stenberg | |
## operator) | |||
2002-03-19 | added multi.h | Daniel Stenberg | |
2002-03-19 | include multi.h too | Daniel Stenberg | |
2002-03-19 | moved here from ../../lib/ | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-03-13 | CURLFORM_ARRAYSTART and ARRAYEND are now history | Daniel Stenberg | |
2002-03-11 | CURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppost | Daniel Stenberg | |
with a #define to preserve backwards compatibiltiy | |||
2002-03-07 | 7.9.5 commit | Daniel Stenberg | |
2002-03-05 | corrected the progress callback prototype!!! | Daniel Stenberg | |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg | |
2002-02-26 | 7.9.5-pre4 commit | Daniel Stenberg | |
2002-02-05 | 7.9.4 | Daniel Stenberg | |
2002-02-04 | 7.9.4-pre2 | Daniel Stenberg | |
2002-01-31 | struct HttpHeader died ages ago, corrected comments | Daniel Stenberg | |
2002-01-29 | Giaslas Georgios introduced CURLINFO_CONTENT_TYPE | Daniel Stenberg | |
2002-01-23 | 7.9.3 | Daniel Stenberg | |
2002-01-21 | pre4 | Daniel Stenberg | |
2002-01-18 | #if [undefined] => #ifdef [undefined] | Daniel Stenberg | |
2002-01-17 | 7.9.3-pre3 | Daniel Stenberg | |
2002-01-16 | 7.9.3-pre2 | Daniel Stenberg | |
2002-01-08 | 7.9.3 pre-release commit | Daniel Stenberg | |
2002-01-08 | Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option. | Sterling Hughes | |
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :) | |||
2002-01-07 | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes | |
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface | |||
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | |
2001-12-14 | Marcus Webster's newly added CURLFORM_CONTENTHEADER | Daniel Stenberg | |
2001-12-05 | 7.9.2 commit | Daniel Stenberg | |
2001-11-29 | disabling EPSV is now possible | Daniel Stenberg | |
2001-11-28 | added CURLOPT_FTP_USE_EPSV | Daniel Stenberg | |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | |
2001-11-05 | Added an CURL_SSLVERSION_* enum for SSL protocol versions | Daniel Stenberg | |
2001-11-04 | 7.9.1 cleanup commit | Daniel Stenberg | |
2001-10-22 | 2000 => 2001 | Daniel Stenberg | |
2001-10-19 | new return code: CURLE_GOT_NOTHING | Daniel Stenberg | |