Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-10-09 | New: CURLOPT_HTTP_VERSION | Daniel Stenberg | |
Renamed: the TimeCond type to curl_TimeCond | |||
2001-10-03 | added new curl_formadd() stuff | Daniel Stenberg | |
2001-09-25 | 7.9 commit | Daniel Stenberg | |
2001-09-17 | Linus Nielsen Feltzing's telnet-for-win32 fixes | Daniel Stenberg | |
2001-09-13 | added curl_easy_duphandle | Daniel Stenberg | |
2001-09-11 | added CURLOPT_SSL_CIPHER_LIST | Daniel Stenberg | |
2001-08-29 | added COOKIEJAR | Daniel Stenberg | |
2001-08-28 | curl_formadd() adjustments by Georg Huettenegger | Daniel Stenberg | |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | |
2001-08-20 | 7.8.1 | Daniel Stenberg | |
2001-08-15 | - | Daniel Stenberg | |
2001-08-15 | curl_getenv() now takes a const char * as argument | Daniel Stenberg | |
2001-08-15 | add include of stdio.h, so that base64.c compiles | Daniel Stenberg | |
2001-08-08 | Patrick Bihan-Faou's verifyhost addition | Daniel Stenberg | |
2001-08-06 | 7.8.1-pre3 commit | Daniel Stenberg | |
2001-08-03 | added CURLOPT_HTTPGET | Daniel Stenberg | |
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes | |
curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup(). | |||
2001-06-07 | 7.8 commit | Daniel Stenberg | |
2001-05-31 | MUTE is now considered obsolete | Daniel Stenberg | |
2001-05-31 | the CURL_GLOBAL flags are now used to set what parts to init globally | Daniel Stenberg | |
2001-05-30 | 7.8-pre2 | Daniel Stenberg | |
2001-05-30 | curl_global_init() support for CURL_GLOBAL_NOT_SSL | Daniel Stenberg | |
2001-05-28 | 7.8-pre1 commit | Daniel Stenberg | |
2001-05-28 | global_init() takes a flag option now, to tell libcurl what _not_ to init. | Daniel Stenberg | |
it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to | |||
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | |
2001-05-16 | Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that | Daniel Stenberg | |
symbol, but libcurl will not return this ever | |||
2001-05-12 | CURLE_ALREADY_COMPLETE is removed | Daniel Stenberg | |
CURLE_SSL_PEER_CERTIFICATE is added | |||
2001-05-07 | 7.7.3 | Daniel Stenberg | |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg | |
2001-04-23 | curl 7.7.2 | Daniel Stenberg | |
2001-04-17 | Frederic Lepied's ftp download resume fix | Daniel Stenberg | |
2001-04-10 | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg | |
2001-04-04 | 7.7.1 commit | Daniel Stenberg | |
2001-03-26 | 7.7.1-beta1 | Daniel Stenberg | |
2001-03-22 | 7.7 commit | Daniel Stenberg | |