History log of /curl/ (Results 30901 – 30925 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
66eb98bb11-Nov-2002 Daniel Stenberg

unlock dns cache entries with a function call instead of a variable fiddle

299546f511-Nov-2002 Daniel Stenberg

Dave Halbakken added curl_version_info

7be9b4c411-Nov-2002 Daniel Stenberg

transfer-encoding: chunked was implemented

03c22b4511-Nov-2002 Daniel Stenberg

Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the
size of the uploaded file is unknown.

ef749fa907-Nov-2002 Daniel Stenberg

Bug report #634625 identified how curl returned timeout immediately when
CURLOPT_CONNECTTIMEOUT was used and provided a fix.

a23c925906-Nov-2002 Daniel Stenberg

recent changes

abb1497c06-Nov-2002 Daniel Stenberg

output all test case numbers with three digits

7a8594da06-Nov-2002 Daniel Stenberg

language fix

cbf28dae05-Nov-2002 Daniel Stenberg

Lehel Bernadt's fix to prevent debug message to get sent on errors when
debug wasn't enabled

0ff1ca3005-Nov-2002 Daniel Stenberg

ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() proto

2cff251805-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 ...

73d996bf31-Oct-2002 Daniel Stenberg

Soren Spies filled in some info about Mac OS X 10.2

5bc78cb731-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.

cdba92ac28-Oct-2002 Daniel Stenberg

when using checkprefix(), the first argument must be the prefix!

6d28f92f28-Oct-2002 Daniel Stenberg

Transfer-Encoding: needs 17 bytes passed, not 18

01387f4228-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 ...

8f52b73128-Oct-2002 Daniel Stenberg

the malloc debug system assumes single thread

d442088e28-Oct-2002 Daniel Stenberg

kromJx@crosswinds.net fixed typos

22a3238928-Oct-2002 Daniel Stenberg

works now with autoconf 2.54

163bba1428-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 ...

db1c618f28-Oct-2002 Daniel Stenberg

Kevin Roth's patch. $(RM) instead of @erase, and it also passes on the
USE_SSLEAY variable

01bdfa7b28-Oct-2002 Daniel Stenberg

Kevin Roth's fixes that use $(RM) instead of @erase and modified SSL version

6a88c8d828-Oct-2002 Daniel Stenberg

prevent compiler warning

b8a6913e28-Oct-2002 Daniel Stenberg

prevent compiler warnings

744d8c1028-Oct-2002 Daniel Stenberg

fixes

1...<<1231123212331234123512361237123812391240>>...1351