Age | Commit message (Expand) | Author |
2001-08-28 | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg |
2001-08-23 | When setting *_URL or *_PROXY in *_setopt(), it is important that we check | Daniel Stenberg |
2001-08-22 | CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the new | Daniel Stenberg |
2001-08-15 | IPv6-addresses can have dots too! | Daniel Stenberg |
2001-08-15 | extract IPv6-style specified IP-addresses properly | Daniel Stenberg |
2001-08-15 | non-public functions should not use CURL * as arguments, so I changed them | Daniel Stenberg |
2001-08-14 | Curl_open() only take one argument now, | Daniel Stenberg |
2001-08-08 | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg |
2001-08-06 | VMS #include fixes, | Daniel Stenberg |
2001-08-06 | corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it | Daniel Stenberg |
2001-08-03 | httpreq cleanup fix | Daniel Stenberg |
2001-06-12 | Salvador Dávila's ftp range download fix | Daniel Stenberg |
2001-06-07 | SDavila posted a fix that sets conn->bits.use_range properly when doing | Daniel Stenberg |
2001-05-31 | CURLOPT_MUTE and data->bits.mute are history, removed, gone! | Daniel Stenberg |
2001-05-30 | libcurl now has MUTE and NOPROGRESS set by default | Daniel Stenberg |
2001-05-30 | include strtok.h to get the prototype | Daniel Stenberg |
2001-05-29 | strtok() replaced with strtok_r() | Daniel Stenberg |
2001-05-28 | T. Bharath's comments about SSL cleanup incorporated, and the two new | Daniel Stenberg |
2001-05-15 | Pawel A. Gajda fixed resumed transfers on persistent connections | Daniel Stenberg |
2001-05-11 | another multiple FTP transfer fix | Daniel Stenberg |
2001-05-11 | Ingo Wilken's redirect fixes | Daniel Stenberg |
2001-05-10 | When re-using a connection, the path pointers were not setup properly so | Daniel Stenberg |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg |
2001-05-03 | Cris Bailiff's fix to disable chunked transfers on re-used persistent | Daniel Stenberg |
2001-04-27 | improved treatment of "Content-Length: 0", which is done by having | Daniel Stenberg |
2001-04-25 | connection re-using didn't work on non-default ports when not using proxy | Daniel Stenberg |
2001-04-23 | no need to copy the name when re-using the connection, we already have the | Daniel Stenberg |
2001-04-22 | copy the name properly when re-using a connection | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-04-11 | we don't use the HTTP_PROXY environment variable in uppercase anymore, since | Daniel Stenberg |
2001-04-11 | oops, missed the shut-off non-blocking fix | Daniel Stenberg |
2001-04-11 | SM made the connection timeout work for windows boxes! | Daniel Stenberg |
2001-04-10 | setopt() works with the new CURLOPT_HEADERFUNCTION: | Daniel Stenberg |
2001-04-03 | better error checks for failure conditions (based on Puneet Pawaia's reports) | Daniel Stenberg |
2001-03-29 | ftps:// support added | Daniel Stenberg |
2001-03-23 | ConnectionExists() wrongly returned TRUE for too many connections if proxy | Daniel Stenberg |
2001-03-15 | added connect timeout support | Daniel Stenberg |
2001-03-14 | now works with IPv6 and HTTP proxy | Daniel Stenberg |
2001-03-14 | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg |
2001-03-13 | initial close policy support | Daniel Stenberg |
2001-03-12 | two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET | 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 | removed handles and states from the main structs | Daniel Stenberg |
2001-03-05 | remade FILE:// support to look more as the other protocols | Daniel Stenberg |
2001-03-04 | 7.7 alpha 2 commit | Daniel Stenberg |
2001-03-03 | ipv6 fix for the 'port' no longer in urldata | Daniel Stenberg |