66eb98bb | 11-Nov-2002 |
Daniel Stenberg |
unlock dns cache entries with a function call instead of a variable fiddle |
299546f5 | 11-Nov-2002 |
Daniel Stenberg |
Dave Halbakken added curl_version_info |
7be9b4c4 | 11-Nov-2002 |
Daniel Stenberg |
transfer-encoding: chunked was implemented |
03c22b45 | 11-Nov-2002 |
Daniel Stenberg |
Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the size of the uploaded file is unknown. |
ef749fa9 | 07-Nov-2002 |
Daniel Stenberg |
Bug report #634625 identified how curl returned timeout immediately when CURLOPT_CONNECTTIMEOUT was used and provided a fix. |
a23c9259 | 06-Nov-2002 |
Daniel Stenberg |
recent changes |
abb1497c | 06-Nov-2002 |
Daniel Stenberg |
output all test case numbers with three digits |
7a8594da | 06-Nov-2002 |
Daniel Stenberg |
language fix |
cbf28dae | 05-Nov-2002 |
Daniel Stenberg |
Lehel Bernadt's fix to prevent debug message to get sent on errors when debug wasn't enabled |
0ff1ca30 | 05-Nov-2002 |
Daniel Stenberg |
ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() proto |
2cff2518 | 05-Nov-2002 |
Daniel Stenberg |
Curl_resolv() now returns a different struct, and it contains a reference counter so that the caller needs to decrease that counter when done with the returned data. If compiled with
Curl_resolv() now returns a different struct, and it contains a reference counter so that the caller needs to decrease that counter when done with the returned data. If compiled with MALLOCDEBUG I've added some extra checking that the counter is decreased before a handle is closed etc.
show more ...
|
73d996bf | 31-Oct-2002 |
Daniel Stenberg |
Soren Spies filled in some info about Mac OS X 10.2 |
5bc78cb7 | 31-Oct-2002 |
Daniel Stenberg |
Disable the DNS cache (by setting the timeout to 0) made libcurl leak memory. Avery Fay brought the example code that proved this. |
cdba92ac | 28-Oct-2002 |
Daniel Stenberg |
when using checkprefix(), the first argument must be the prefix! |
6d28f92f | 28-Oct-2002 |
Daniel Stenberg |
Transfer-Encoding: needs 17 bytes passed, not 18 |
01387f42 | 28-Oct-2002 |
Daniel Stenberg |
kromJx@crosswinds.net's fix that now uses checkprefix() instead of strnequal() when the third argument was strlen(first argument) anyway. This makes it less prone to errors. (Slightly edited
kromJx@crosswinds.net's fix that now uses checkprefix() instead of strnequal() when the third argument was strlen(first argument) anyway. This makes it less prone to errors. (Slightly edited by me)
show more ...
|
8f52b731 | 28-Oct-2002 |
Daniel Stenberg |
the malloc debug system assumes single thread |
d442088e | 28-Oct-2002 |
Daniel Stenberg |
kromJx@crosswinds.net fixed typos |
22a32389 | 28-Oct-2002 |
Daniel Stenberg |
works now with autoconf 2.54 |
163bba14 | 28-Oct-2002 |
Daniel Stenberg |
Kevin Roth's patch that checks for the CA cert file at two more places if the --cacert option is not used. 1. An environment variable named CURL_CA_BUNDLE may contain the full file n
Kevin Roth's patch that checks for the CA cert file at two more places if the --cacert option is not used. 1. An environment variable named CURL_CA_BUNDLE may contain the full file name to the file. 2. On Windows, the cert file may be named curl-ca-bundle.crt and put in the same dir as curl is located (or the CWD) and curl will then use that file instead.
show more ...
|
db1c618f | 28-Oct-2002 |
Daniel Stenberg |
Kevin Roth's patch. $(RM) instead of @erase, and it also passes on the USE_SSLEAY variable |
01bdfa7b | 28-Oct-2002 |
Daniel Stenberg |
Kevin Roth's fixes that use $(RM) instead of @erase and modified SSL version |
6a88c8d8 | 28-Oct-2002 |
Daniel Stenberg |
prevent compiler warning |
b8a6913e | 28-Oct-2002 |
Daniel Stenberg |
prevent compiler warnings |
744d8c10 | 28-Oct-2002 |
Daniel Stenberg |
fixes |