#
57afae79 |
| 30-Jul-2005 |
Daniel Stenberg |
correction and added new mirror
|
#
726b9e22 |
| 27-Jul-2005 |
Daniel Stenberg |
If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is set to 1, CURLOPT_NOBODY will now automatically be set to 0.
|
#
2236ba0d |
| 27-Jul-2005 |
Daniel Stenberg |
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interfac
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
show more ...
|
#
decae2dc |
| 15-Jul-2005 |
Daniel Stenberg |
cURLpp 0.5.1
|
#
16bbd13a |
| 13-Jul-2005 |
Daniel Stenberg |
Diego Casorran patches to make (lib)curl build fine on Amiga again
|
#
74c7b41e |
| 12-Jul-2005 |
Daniel Stenberg |
mention the Rexx/CURL release
|
#
465e19db |
| 12-Jul-2005 |
Daniel Stenberg |
Adrian Schuur added trailer support in the chunked encoding stream. The trailer is then sent to the normal header callback/stream.
|
#
d49c1442 |
| 05-Jul-2005 |
Daniel Stenberg |
Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment
Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc.
show more ...
|
#
e7de7d5e |
| 04-Jul-2005 |
Daniel Stenberg |
mention the strerror_r detection fix in configure
|
#
20005a83 |
| 03-Jul-2005 |
Daniel Stenberg |
Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ig
Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
show more ...
|
#
5c5d5270 |
| 28-Jun-2005 |
Daniel Stenberg |
new Lua binding
|
#
c51b46c9 |
| 22-Jun-2005 |
Daniel Stenberg |
David Shaw fixes
|
#
396cff57 |
| 19-Jun-2005 |
Daniel Stenberg |
possible windows memory leak fixed by Gisle
|
#
29aafb9c |
| 03-Jun-2005 |
Daniel Stenberg |
Andres Garcia's text mode fix for the 'data' part
|
#
300b4a91 |
| 31-May-2005 |
Daniel Stenberg |
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently
Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently is how you enter numerical IPv6 addresses in URLs. Test case 263 added to verify.
show more ...
|
#
42ddd745 |
| 29-May-2005 |
Daniel Stenberg |
recent changes
|
#
bac63914 |
| 24-May-2005 |
Daniel Stenberg |
recent action
|
#
28bb36e5 |
| 18-May-2005 |
Daniel Stenberg |
three fixes since 7.14.0
|
#
3afc57ba |
| 16-May-2005 |
Daniel Stenberg |
start working on 7.14.1
|
Revision tags: curl-7_14_0 |
|
#
f581c106 |
| 13-May-2005 |
Daniel Stenberg |
uses select() instead of poll() even on Mac OS X 10.4
|
#
5a5cf3a5 |
| 12-May-2005 |
Daniel Stenberg |
-z bad use warning and NTLM proxy auth in reconnect fix
|
#
c82c1691 |
| 11-May-2005 |
Daniel Stenberg |
the new HTTP headers
|
#
d3e4cdd5 |
| 09-May-2005 |
Daniel Stenberg |
new counter
|
#
a295408e |
| 09-May-2005 |
Daniel Stenberg |
new mirror, added amount of contributors
|
#
e1da1ff7 |
| 06-May-2005 |
Daniel Stenberg |
one more command line option, fixed the AIX 4.3 enabled IPv6 build (it now detects a bad Ipv6 situation and disables it automatically)
|