d2203896 | 14-Jan-2002 |
Daniel Stenberg |
Stoned Elipot's patch for the in_addr_t test |
a1f910c1 | 14-Jan-2002 |
Sterling Hughes |
Remove erreaneous include, setup.h is included one line above |
e4866563 | 13-Jan-2002 |
Daniel Stenberg |
G�tz Babin-Ebell updated with some new 7.9.3 features |
47f45aa2 | 13-Jan-2002 |
Daniel Stenberg |
G�tz Babin-Ebell provided some documantation for the ENGINE stuff |
affe3346 | 10-Jan-2002 |
Daniel Stenberg |
added http-post.c |
ee7e184e | 10-Jan-2002 |
Daniel Stenberg |
slightly extended to mention that -v and -i are good options to use when reporting bugs |
bec0ebac | 09-Jan-2002 |
Daniel Stenberg |
bad comment begone |
5bd6d631 | 09-Jan-2002 |
Daniel Stenberg |
cut off argc and argv as well |
fd1799f3 | 09-Jan-2002 |
Daniel Stenberg |
Cleaned up this example to make it even simpler. |
d84a0c51 | 09-Jan-2002 |
Daniel Stenberg |
Cris Bailiff found out that when the SSL session cache was filled, libcurl would crash. This corrects the problem. |
d9a7c7de | 08-Jan-2002 |
Daniel Stenberg |
David Bentham's updated QNX notification |
d57e0988 | 08-Jan-2002 |
Daniel Stenberg |
added a missing failf() before returning an error code |
eecb86bf | 08-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 ...
|
0b119793 | 08-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 |
b545ac63 | 08-Jan-2002 |
Daniel Stenberg |
test case 38 added a few new requirements |
a922132e | 08-Jan-2002 |
Daniel Stenberg |
updated |
9474e8d6 | 08-Jan-2002 |
Daniel Stenberg |
added some tracability |
63284285 | 08-Jan-2002 |
Daniel Stenberg |
test case 38, try a HTTP download resume without the server supporting ranges |
ea9a88a9 | 08-Jan-2002 |
Daniel Stenberg |
another example source added |
aec7358c | 08-Jan-2002 |
Daniel Stenberg |
7.9.3 pre-release commit |
3c334b2b | 08-Jan-2002 |
Daniel Stenberg |
non-blocking sockets, DNS caching updated, cookies corrected, bool is now unsigned everywhere |
75bba0da | 08-Jan-2002 |
Daniel Stenberg |
added two typecasts to prevent compiler (gcc3) warnings |
c0bfe7be | 08-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). |
22ac08e0 | 08-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 :) |
87037136 | 07-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 ...
|