| Commit message (Expand) | Author | Age | Files | Lines |
* | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | 2002-04-12 | 1 | -1/+3 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg | 2002-02-28 | 1 | -1/+2 |
* | no more adjustable upload buffer size, we use non-blocking sockets now so | Daniel Stenberg | 2002-01-29 | 1 | -9/+0 |
* | Giaslas Georgios introduced CURLINFO_CONTENT_TYPE | Daniel Stenberg | 2002-01-29 | 1 | -0/+2 |
* | - shrunk the BUFSIZE define from 50K to 20K | Daniel Stenberg | 2002-01-16 | 1 | -3/+14 |
* | 1) the dns_cache_timeout should be an integer, not a bool | Sterling Hughes | 2002-01-08 | 1 | -1/+2 |
* | Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option. | Sterling Hughes | 2002-01-08 | 1 | -0/+1 |
* | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes | 2002-01-07 | 1 | -0/+4 |
* | merged the multi-dev branch back into MAIN again | Daniel Stenberg | 2002-01-03 | 1 | -1/+60 |
* | minor changespre-host-cache | Daniel Stenberg | 2002-01-03 | 1 | -2/+2 |
* | If nobody is set we won't download any FTP file. If include_header is set, | Daniel Stenberg | 2001-12-20 | 1 | -0/+3 |
* | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | 2001-12-17 | 1 | -2/+15 |
* | As Eric Lavigne pointed out, the ftp response reader MUST cache data that | Daniel Stenberg | 2001-12-03 | 1 | -0/+3 |
* | more careful re-use of connections when SSL is used over proxies | Daniel Stenberg | 2001-12-02 | 1 | -0/+1 |
* | CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from | Daniel Stenberg | 2001-11-28 | 1 | -0/+1 |
* | Eric Lavigne updates | Daniel Stenberg | 2001-11-27 | 1 | -1/+1 |
* | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | 2001-11-20 | 1 | -1/+2 |
* | failf() now only overwrites the error buffer the first time it gets called | Daniel Stenberg | 2001-11-02 | 1 | -0/+3 |
* | fixed conn->name error on connection re-use and enlarged the 'gname' array | Daniel Stenberg | 2001-10-29 | 1 | -1/+1 |
* | now counts header size return from server and if nothing is returned from a | Daniel Stenberg | 2001-10-19 | 1 | -0/+1 |
* | progress meter fixes | Daniel Stenberg | 2001-10-12 | 1 | -2/+5 |
* | added the option CURLOPT_HTTP_VERSION that can specify which HTTP version | Daniel Stenberg | 2001-10-09 | 1 | -1/+3 |
* | major connecting updates | Daniel Stenberg | 2001-10-02 | 1 | -1/+1 |
* | renamed the stupid 'hp' to 'hostaddr' which actually says what it is | Daniel Stenberg | 2001-10-01 | 1 | -1/+1 |
* | filetime should be -1 if the remote time was unknown as 0 is actually a | Daniel Stenberg | 2001-09-28 | 1 | -2/+2 |
* | more transparant support for IPv6 name resolving | Daniel Stenberg | 2001-09-28 | 1 | -3/+4 |
* | moved a 100K buffer from the transfer loop to the urlstate struct, as it | Daniel Stenberg | 2001-09-12 | 1 | -0/+2 |
* | added cipher_list | Daniel Stenberg | 2001-09-11 | 1 | -0/+1 |
* | moved the session ID cache state variables into the UrlState struct within | Daniel Stenberg | 2001-09-06 | 1 | -2/+3 |
* | removed unused #defines | Daniel Stenberg | 2001-09-01 | 1 | -7/+1 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -164/+156 |
* | take port numbers into account when finding a previous session from thebefore_urldata_rename | Daniel Stenberg | 2001-08-29 | 1 | -0/+1 |
* | cookie jar adjustments | Daniel Stenberg | 2001-08-29 | 1 | -0/+1 |
* | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg | 2001-08-28 | 1 | -0/+11 |
* | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | 2001-08-21 | 1 | -0/+2 |
* | Added two fields in the connectdata struct for kerberos fiddles | Daniel Stenberg | 2001-08-17 | 1 | -0/+3 |
* | removed protos that were moved to url.h and the new getinfo.h | Daniel Stenberg | 2001-08-15 | 1 | -21/+0 |
* | minor fixes for compiler warnings | Daniel Stenberg | 2001-08-14 | 1 | -7/+7 |
* | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg | 2001-08-08 | 1 | -0/+1 |
* | httpreq cleanup fix | Daniel Stenberg | 2001-08-03 | 1 | -6/+0 |
* | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg | 2001-05-31 | 1 | -1/+0 |
* | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg | 2001-05-11 | 1 | -0/+3 |
* | fixed 'storefread' to not make a warning | Daniel Stenberg | 2001-05-07 | 1 | -1/+1 |
* | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg | 2001-05-04 | 1 | -3/+4 |
* | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg | 2001-04-18 | 1 | -4/+10 |
* | Added new CURLOPT_HEADERFUNCTION callback for writing headers only | Daniel Stenberg | 2001-04-10 | 1 | -0/+3 |
* | ftps:// support added | Daniel Stenberg | 2001-03-29 | 1 | -5/+1 |
* | added connect timeout support | Daniel Stenberg | 2001-03-15 | 1 | -2/+3 |
* | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg | 2001-03-14 | 1 | -2/+2 |