Age | Commit message (Expand) | Author |
2001-10-12 | Curl_tvdiff() now returns a millisecond diff, no double like before | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-10-10 | cookiejar now enables the cookie engine | Daniel Stenberg |
2001-10-09 | added the option CURLOPT_HTTP_VERSION that can specify which HTTP version | Daniel Stenberg |
2001-10-09 | ignore SIGPIPE, as that can be actually get sent when we write to a socket | Daniel Stenberg |
2001-10-04 | getaddrinfo() cleanups | Daniel Stenberg |
2001-10-02 | added port number in informational connect message | Daniel Stenberg |
2001-10-02 | IPv6 adjustments, connect()ing to bad ports still don't work properly for | Daniel Stenberg |
2001-10-02 | major connecting updates | Daniel Stenberg |
2001-10-01 | pick the correct timeout before the connecthost call | Daniel Stenberg |
2001-10-01 | conn->hp is now conn->hostaddr | Daniel Stenberg |
2001-10-01 | moved the myalarm() usage, and now makes sure to switch it off after the | Daniel Stenberg |
2001-10-01 | introduced non-blocking connects | Daniel Stenberg |
2001-09-28 | more transparant support for IPv6 name resolving | Daniel Stenberg |
2001-09-18 | fixed bug report #462600, following a Location: when the initial URL didn't | Daniel Stenberg |
2001-09-18 | the stuff formerly done in Curl_http_close is now done in Curl_close | Daniel Stenberg |
2001-09-12 | ConnectionKillOne() _can_ return -1 as an indication of error | Daniel Stenberg |
2001-09-11 | CURLOPT_SSL_CIPHER_LIST support | Daniel Stenberg |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-09-03 | use the LIBCURL_NAME instead of the "hardcoded" string | Daniel Stenberg |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | 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-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 |