History log of /curl/ (Results 31651 – 31675 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d220389614-Jan-2002 Daniel Stenberg

Stoned Elipot's patch for the in_addr_t test

a1f910c114-Jan-2002 Sterling Hughes

Remove erreaneous include, setup.h is included one line above

e486656313-Jan-2002 Daniel Stenberg

G�tz Babin-Ebell updated with some new 7.9.3 features

47f45aa213-Jan-2002 Daniel Stenberg

G�tz Babin-Ebell provided some documantation for the ENGINE stuff

affe334610-Jan-2002 Daniel Stenberg

added http-post.c

ee7e184e10-Jan-2002 Daniel Stenberg

slightly extended to mention that -v and -i are good options to use when
reporting bugs

bec0ebac09-Jan-2002 Daniel Stenberg

bad comment begone

5bd6d63109-Jan-2002 Daniel Stenberg

cut off argc and argv as well

fd1799f309-Jan-2002 Daniel Stenberg

Cleaned up this example to make it even simpler.

d84a0c5109-Jan-2002 Daniel Stenberg

Cris Bailiff found out that when the SSL session cache was filled, libcurl
would crash. This corrects the problem.

d9a7c7de08-Jan-2002 Daniel Stenberg

David Bentham's updated QNX notification

d57e098808-Jan-2002 Daniel Stenberg

added a missing failf() before returning an error code

eecb86bf08-Jan-2002 Daniel Stenberg

this seems to correct the SSL reading problem introduced when switching
over to non-blocking sockets, but this loops very nastily. We should return
back to the select() and wait there until m

this seems to correct the SSL reading problem introduced when switching
over to non-blocking sockets, but this loops very nastily. We should return
back to the select() and wait there until more data arrives, not just blindly
attempt again and again...

show more ...

0b11979308-Jan-2002 Daniel Stenberg

I made the write callback create the file the first time it gets called so
that it won't create an empty file if the remote file doesn't exist

b545ac6308-Jan-2002 Daniel Stenberg

test case 38 added a few new requirements

a922132e08-Jan-2002 Daniel Stenberg

updated

9474e8d608-Jan-2002 Daniel Stenberg

added some tracability

6328428508-Jan-2002 Daniel Stenberg

test case 38, try a HTTP download resume without the server supporting
ranges

ea9a88a908-Jan-2002 Daniel Stenberg

another example source added

aec7358c08-Jan-2002 Daniel Stenberg

7.9.3 pre-release commit

3c334b2b08-Jan-2002 Daniel Stenberg

non-blocking sockets, DNS caching updated, cookies corrected, bool is now
unsigned everywhere

75bba0da08-Jan-2002 Daniel Stenberg

added two typecasts to prevent compiler (gcc3) warnings

c0bfe7be08-Jan-2002 Sterling Hughes

1) the dns_cache_timeout should be an integer, not a bool
2) in the curl_dns_cache_entry structure, timestamp should be
a time_t instead of an integer (although I doubt it matters).

22ac08e008-Jan-2002 Sterling Hughes

Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option.

The default cache timeout for this is 60 seconds, which is arbitrary and
completely subject to change :)

8703713607-Jan-2002 Daniel Stenberg

As identified in bug report #495290, the last "name=value" pair in a
Set-Cookie: line was ignored if they didn't end with a trailing
semicolon. This is indeed wrong syntax, but there are high

As identified in bug report #495290, the last "name=value" pair in a
Set-Cookie: line was ignored if they didn't end with a trailing
semicolon. This is indeed wrong syntax, but there are high-profile web sites
out there sending cookies like that so we must make a best-effort to parse
them.

show more ...

1...<<1261126212631264126512661267126812691270>>...1351