Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-18 | CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR | Daniel Stenberg | |
2002-12-11 | moved the includes to outside the extern "C" stuff | Daniel Stenberg | |
decreased the write buffer size to 16KB to perform a lot better on Windows(!) | |||
2002-12-04 | 7.10.3-pre2 | Daniel Stenberg | |
2002-11-20 | Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE | Daniel Stenberg | |
for storage and retrieval of private data in the curl handle. | |||
2002-11-18 | 7.10.2 | Daniel Stenberg | |
2002-11-18 | as requested, CURLE_OPERATION_TIMEDOUT is now the same as | Daniel Stenberg | |
CURLE_OPERATION_TIMEOUTED | |||
2002-10-23 | improved the check for an ISO cpp by checking specificly for __BORLANDC__ | Daniel Stenberg | |
too, as Emiliano Ida has confirmed it to work | |||
2002-10-11 | 7.10.1 commit | Daniel Stenberg | |
2002-10-01 | 7.10 | Daniel Stenberg | |
2002-09-30 | get an argument and add a 'age' field to the struct | Daniel Stenberg | |
2002-09-26 | enhanced curl_version_info | Daniel Stenberg | |
2002-09-25 | extended curl_version_info() with more info on related sub-libraries | Daniel Stenberg | |
2002-09-25 | curl_free proto added | Daniel Stenberg | |
2002-09-25 | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg | |
adjustments and possibly some improvments to feature all those things we could possibly want from this. | |||
2002-09-23 | made the resume error more suitable for all protocols, but we provide a | Daniel Stenberg | |
fallback to the old ftp-one to make old programs work the same | |||
2002-09-09 | Ricardo Cadime helped us work out another check for the ## preprocessor | Daniel Stenberg | |
directive. | |||
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-09-03 | 7.10-pre2 | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | |
proceed fine with the already existing options, just having a different internal library default for capath. | |||
2002-08-30 | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg | |
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust. | |||
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed | Daniel Stenberg | |
spelling error | |||
2002-08-13 | include curl-includes "local" instead of <curl/foo> | Daniel Stenberg | |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg | |
2002-08-12 | 7.9.9-pre1 | Daniel Stenberg | |
2002-08-08 | cvsignore files | Daniel Stenberg | |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg | |
2002-08-08 | fix the ansi/iso cpp check to work with c++ | Daniel Stenberg | |
2002-07-31 | sys/socket.h without #ifdef | Daniel Stenberg | |
include sys/time.h as well | |||
2002-06-15 | Added CURLOPT_BUFFERSIZE | Daniel Stenberg | |
2002-06-13 | 7.9.8 commit | Daniel Stenberg | |
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) |