- Aug 07, 2005
-
-
Daniel Stenberg authored
HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP internally when an HTTP proxy is used, even for FTP URLs. The problem would also occur with other multi-pass auth methods.
-
Daniel Stenberg authored
--features was used
-
- Jul 30, 2005
-
-
Daniel Stenberg authored
-
- Jul 27, 2005
-
-
Daniel Stenberg authored
set to 1, CURLOPT_NOBODY will now automatically be set to 0.
-
Daniel Stenberg authored
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
-
- Jul 15, 2005
-
-
Daniel Stenberg authored
-
- Jul 13, 2005
-
-
Daniel Stenberg authored
-
- Jul 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
trailer is then sent to the normal header callback/stream.
-
- Jul 05, 2005
-
-
Daniel Stenberg authored
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.
-
- Jul 04, 2005
-
-
Daniel Stenberg authored
-
- Jul 03, 2005
-
-
Daniel Stenberg authored
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.
-
- Jun 28, 2005
-
-
Daniel Stenberg authored
-
- Jun 22, 2005
-
-
Daniel Stenberg authored
-
- Jun 19, 2005
-
-
Daniel Stenberg authored
-
- Jun 03, 2005
-
-
Daniel Stenberg authored
-
- May 31, 2005
-
-
Daniel Stenberg authored
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.
-
- May 29, 2005
-
-
Daniel Stenberg authored
-
- May 24, 2005
-
-
Daniel Stenberg authored
-
- May 18, 2005
-
-
Daniel Stenberg authored
-
- May 16, 2005
-
-
Daniel Stenberg authored
-
- May 13, 2005
-
-
Daniel Stenberg authored
-
- May 12, 2005
-
-
Daniel Stenberg authored
-
- May 11, 2005
-
-
Daniel Stenberg authored
-
- May 09, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 06, 2005
-
-
Daniel Stenberg authored
detects a bad Ipv6 situation and disables it automatically)
-
- May 02, 2005
-
-
Daniel Stenberg authored
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
-
Daniel Stenberg authored
-
- Apr 29, 2005
-
-
Daniel Stenberg authored
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
-
- Apr 23, 2005
-
-
Daniel Stenberg authored
-
- Apr 18, 2005
-
-
Daniel Stenberg authored
-
- Apr 12, 2005
-
-
Daniel Stenberg authored
-
- Apr 10, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
- Apr 04, 2005
-
-
Daniel Stenberg authored
-
- Apr 03, 2005
-
-
Daniel Stenberg authored
-
- Mar 30, 2005
-
-
Daniel Stenberg authored
-