Age | Commit message (Expand) | Author |
2001-11-02 | failf() now only overwrites the error buffer the first time it gets called | Daniel Stenberg |
2001-10-31 | return type cleanup | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-17 | modified to use the renamed kerberos functions with Curl_ prefix | Daniel Stenberg |
2001-08-14 | cleaned up some of the size_t and const mess | Daniel Stenberg |
2001-08-06 | Jonathan Hseu noticed that you couldn't get a header callback unless you | Daniel Stenberg |
2001-05-31 | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg |
2001-04-10 | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg |
2001-03-13 | failf() now respects the mute flag | Daniel Stenberg |
2001-03-09 | removed curl_read() and curl_write() - they weren't used and the public | Daniel Stenberg |
2001-03-02 | moved the slist-functions here from FTP since they're more generic than simply | Daniel Stenberg |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg |
2001-01-31 | curl_read() and Curl_read() now have ssize_t in the last argument | Daniel Stenberg |
2001-01-25 | sendf is now only Curl_sendf | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-12-30 | ftpsendf() is remade to send the entire command in one write(), as some | Daniel Stenberg |
2000-11-22 | Added the client_write() function | Daniel Stenberg |
2000-10-30 | new urldata ssl layout and T. Bharath brought the new SSL cert verify function | Daniel Stenberg |
2000-10-12 | sprintf() => snprintf() | Daniel Stenberg |
2000-10-09 | added memory debugging include file | Daniel Stenberg |
2000-10-03 | add_buffer_send() free()d the buffer *before* it was used! :-O | Daniel Stenberg |
2000-10-03 | introduced the new add_buffer() concept that makes the HTTP request to get | Daniel Stenberg |
2000-09-21 | adjusted to support krb4 | Daniel Stenberg |
2000-08-24 | #include "setup.h" moved first of all includes | Daniel Stenberg |
2000-08-24 | hostname and large file support added | Daniel Stenberg |
2000-06-20 | haxx.nu => haxx.se | Daniel Stenberg |
2000-05-22 | moved here from the newlib branch | Daniel Stenberg |
1999-12-29 | Initial revision | Daniel Stenberg |