Age | Commit message (Expand) | Author |
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 |
2001-03-02 | remade the port number stuff so that following locations work and doing | Daniel Stenberg |
2001-03-02 | improved connections | Daniel Stenberg |
2001-02-28 | cleanup better when connects fail | Daniel Stenberg |
2001-02-22 | added some infof() calls for persistant info | Daniel Stenberg |
2001-02-22 | moved the dynamicly set pointers to the connectdata struct | Daniel Stenberg |
2001-02-21 | IPv6-adjustments | Daniel Stenberg |
2001-02-20 | corrected memory leaks when re-using connections | Daniel Stenberg |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg |
2001-02-19 | Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is used | Daniel Stenberg |
2001-02-13 | better english timeouted => timed out, as suggested by Larry Fahnoe | Daniel Stenberg |
2001-02-13 | moved the protocol-specific free to allow easier multiple transfers | Daniel Stenberg |
2001-02-12 | very minor indentation fix | Daniel Stenberg |
2001-02-08 | if netrc is parsed and our host was found in there, set data->bits.user_passwd | Daniel Stenberg |
2001-02-07 | no longer #includes "getenv.h" | Daniel Stenberg |
2001-02-05 | Jun-ichiro itojun Hagino's IPv6 adjustments | Daniel Stenberg |
2001-01-29 | upload sets HTTP request to PUT for "HTTP upload" | Daniel Stenberg |
2001-01-27 | data->httpreq was not set properly | Daniel Stenberg |
2001-01-26 | Added a httpreq field in the main struct so that there's one field to check | Daniel Stenberg |
2001-01-25 | moved curl_read() and curl_write() to sendf.c | Daniel Stenberg |
2001-01-24 | Ingo Ralf Blum's cygwin fixes | Daniel Stenberg |
2001-01-24 | added comments all over | Daniel Stenberg |
2001-01-23 | Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't, | Daniel Stenberg |
2001-01-17 | Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-12-07 | Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't | Daniel Stenberg |
2000-11-29 | removed '#if 0' sections | Daniel Stenberg |
2000-11-28 | James Griffiths' max-redirs fix | Daniel Stenberg |
2000-11-22 | document time fixes | Daniel Stenberg |
2000-11-21 | set rangestringalloc to 0 after the string has been freed to prevent it | Daniel Stenberg |
2000-11-21 | added some defensive code around the GetHost()'s third argument result | Daniel Stenberg |
2000-11-21 | removed two unused variables and added an extra set of parentheses, done | Daniel Stenberg |
2000-11-20 | removed URL size restrictions | Daniel Stenberg |
2000-11-20 | Alexander Kourakos's lowercase environment variable fix | Daniel Stenberg |
2000-11-18 | spell correction resolv => resolve in two error messages | Daniel Stenberg |
2000-11-17 | memory leak cleanup campaign | Daniel Stenberg |
2000-11-17 | changed the 'port' field to long to better work with the va_arg() system | Daniel Stenberg |
2000-11-10 | adjusted to the changed getpass_r() | Daniel Stenberg |
2000-11-06 | getpass_r() is the new getpass name for thread-safe getpass! | Daniel Stenberg |
2000-11-06 | new getpass proto and function pointer usage | Daniel Stenberg |
2000-11-06 | Emmanuel Tychon found a problem when specifying user-name only in a URL | Daniel Stenberg |
2000-11-01 | added signal in case sigaction is missing | Daniel Stenberg |
2000-10-30 | new urldata ssl layout and T. Bharath brought the new SSL cert verify function | Daniel Stenberg |