Age | Commit message (Expand) | Author |
2001-12-20 | If nobody is set we won't download any FTP file. If include_header is set, | Daniel Stenberg |
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg |
2001-12-03 | As Eric Lavigne pointed out, the ftp response reader MUST cache data that | Daniel Stenberg |
2001-12-02 | more careful re-use of connections when SSL is used over proxies | Daniel Stenberg |
2001-11-28 | CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from | Daniel Stenberg |
2001-11-27 | Eric Lavigne updates | Daniel Stenberg |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg |
2001-11-02 | failf() now only overwrites the error buffer the first time it gets called | Daniel Stenberg |
2001-10-29 | fixed conn->name error on connection re-use and enlarged the 'gname' array | Daniel Stenberg |
2001-10-19 | now counts header size return from server and if nothing is returned from a | Daniel Stenberg |
2001-10-12 | progress meter fixes | Daniel Stenberg |
2001-10-09 | added the option CURLOPT_HTTP_VERSION that can specify which HTTP version | Daniel Stenberg |
2001-10-02 | major connecting updates | Daniel Stenberg |
2001-10-01 | renamed the stupid 'hp' to 'hostaddr' which actually says what it is | Daniel Stenberg |
2001-09-28 | filetime should be -1 if the remote time was unknown as 0 is actually a | Daniel Stenberg |
2001-09-28 | more transparant support for IPv6 name resolving | Daniel Stenberg |
2001-09-12 | moved a 100K buffer from the transfer loop to the urlstate struct, as it | Daniel Stenberg |
2001-09-11 | added cipher_list | Daniel Stenberg |
2001-09-06 | moved the session ID cache state variables into the UrlState struct within | Daniel Stenberg |
2001-09-01 | removed unused #defines | Daniel Stenberg |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-29 | take port numbers into account when finding a previous session from the | Daniel Stenberg |
2001-08-29 | cookie jar adjustments | Daniel Stenberg |
2001-08-28 | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg |
2001-08-17 | Added two fields in the connectdata struct for kerberos fiddles | Daniel Stenberg |
2001-08-15 | removed protos that were moved to url.h and the new getinfo.h | Daniel Stenberg |
2001-08-14 | minor fixes for compiler warnings | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg |
2001-08-03 | httpreq cleanup fix | Daniel Stenberg |
2001-05-31 | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg |
2001-05-11 | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg |
2001-05-07 | fixed 'storefread' to not make a warning | Daniel Stenberg |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-04-10 | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg |
2001-03-29 | ftps:// support added | Daniel Stenberg |
2001-03-15 | added connect timeout support | Daniel Stenberg |
2001-03-14 | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg |
2001-03-13 | Added 'created' to the connectdata struct to hold the creation date, to | Daniel Stenberg |
2001-03-12 | two new random seed options for the ssl config struct | Daniel Stenberg |
2001-03-12 | support for a few new libcurl 7.7 CURLOPT_* options added | 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-07 | "Transfer-Encoding: chunked" support added | Daniel Stenberg |
2001-03-07 | initial chunked transfer-encoding support | Daniel Stenberg |
2001-03-05 | telnet without any static variables | Daniel Stenberg |
2001-03-05 | remade FILE:// support to look more as the other protocols | Daniel Stenberg |
2001-03-02 | remade the port number stuff so that following locations work and doing | Daniel Stenberg |
2001-03-02 | extending connectdata | Daniel Stenberg |