Age | Commit message (Expand) | Author |
2001-03-19 | Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines | Daniel Stenberg |
2001-03-16 | detect if chunked transfers are aborted | Daniel Stenberg |
2001-03-16 | corrected the close to sclose() so that the memdebug stuff works | Daniel Stenberg |
2001-03-16 | re-generated with the memdebug.h include | Daniel Stenberg |
2001-03-16 | added memdebug.h include | Daniel Stenberg |
2001-03-15 | added connect timeout support | Daniel Stenberg |
2001-03-14 | removed a bunch of warnings for IPv6-compiles | Daniel Stenberg |
2001-03-14 | now works with IPv6 and HTTP proxy | Daniel Stenberg |
2001-03-14 | hm, don't free the home dir and append the .netrc part properly | Daniel Stenberg |
2001-03-14 | uses getpwuid() to find user's home dir | Daniel Stenberg |
2001-03-14 | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg |
2001-03-14 | Björn Stenberg corrected the silly '(void)data' usage when SSL is not | Daniel Stenberg |
2001-03-14 | Jörn's updated file | Daniel Stenberg |
2001-03-14 | First Jörn's updates were applied, then | Daniel Stenberg |
2001-03-14 | increased the 'current' number for the interface | Daniel Stenberg |
2001-03-14 | The Curl_* prefixes are now changed for curl_* ones, as these two functions | Daniel Stenberg |
2001-03-14 | Jörn fixed it to compile on win32 again | Daniel Stenberg |
2001-03-14 | Jörn Hartroth added a set of files | Daniel Stenberg |
2001-03-14 | Jörn Hartroth fixed a bad #endif placement | Daniel Stenberg |
2001-03-13 | re-added the default switch for weird states | Daniel Stenberg |
2001-03-13 | Added a failf() error message when the chunked read returns failure | Daniel Stenberg |
2001-03-13 | updated the chunked state-machine to deal with the trailing CRLF that comes | Daniel Stenberg |
2001-03-13 | failf() now respects the mute flag | Daniel Stenberg |
2001-03-13 | initial close policy support | Daniel Stenberg |
2001-03-13 | Added 'created' to the connectdata struct to hold the creation date, to | Daniel Stenberg |
2001-03-13 | Curl_tvnow is now properly declared with (void) | Daniel Stenberg |
2001-03-12 | two new random seed options for the ssl config struct | Daniel Stenberg |
2001-03-12 | two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET | Daniel Stenberg |
2001-03-12 | updated the comment for the chunked reading | Daniel Stenberg |
2001-03-12 | made it return illegal hex in case no hexadecimal digit was read when at | Daniel Stenberg |
2001-03-12 | added an error code for illegal hex values in the chunked stream | Daniel Stenberg |
2001-03-12 | support for a few new libcurl 7.7 CURLOPT_* options added | Daniel Stenberg |
2001-03-12 | Added infof() calls for persistant connection info, we are very likely to | Daniel Stenberg |
2001-03-12 | modified Curl_disconnect() so that it unlinks itself from the data struct, | Daniel Stenberg |
2001-03-12 | bugfix: don't use the connectindex if it is -1 | Daniel Stenberg |
2001-03-09 | use the new name and hostname even though an old connection is reused, since | Daniel Stenberg |
2001-03-09 | remake Host: for each connection and it'll work with proxies too | Daniel Stenberg |
2001-03-09 | for HTTP/1.0 we default to non keep-alive connections, but when we get a | Daniel Stenberg |
2001-03-09 | Added httpversion to the progress struct, we do read it, we can just as well | Daniel Stenberg |
2001-03-09 | all comments for the former public "low level" interface have been removed | Daniel Stenberg |
2001-03-09 | removed handles and states from the main structs | Daniel Stenberg |
2001-03-09 | curl_transfer became Curl_perform() to better match the public name and | Daniel Stenberg |
2001-03-09 | prefix changes curl_ to Curl_ | Daniel Stenberg |
2001-03-09 | #include <string.h> removed a warning | Daniel Stenberg |
2001-03-09 | removed curl_read() and curl_write() - they weren't used and the public | Daniel Stenberg |
2001-03-09 | uses socklen_t now | Daniel Stenberg |
2001-03-09 | curl_ prefix modified to Curl_ | Daniel Stenberg |
2001-03-09 | accept() and getsockname() now use socklen_t types, as that was just added | Daniel Stenberg |
2001-03-09 | use unsigned int hex to receive the hex digit in, caused a warning with | Daniel Stenberg |
2001-03-09 | Modified to use Curl_* functions instead of curl_* ones | Daniel Stenberg |