- Jul 27, 2005
-
-
Daniel Stenberg authored
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Jul 21, 2005
-
-
Dan Fandrich authored
-
- Jul 20, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
variable declarations.
-
- Jul 17, 2005
-
-
Daniel Stenberg authored
Pointed out by Bjorn Reese.
-
- Jul 15, 2005
-
-
Daniel Stenberg authored
-
- Jul 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
passed to the app using the header callback
-
Daniel Stenberg authored
and merge when new names are added
-
- Jul 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
trailer is then sent to the normal header callback/stream.
-
- Jul 08, 2005
-
-
Daniel Stenberg authored
-
- Jul 07, 2005
-
-
Daniel Stenberg authored
-
- Jul 05, 2005
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
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 30, 2005
-
-
Daniel Stenberg authored
freeaddrinfo to the trace output
-
Daniel Stenberg authored
(and besides, we should be using the same %-code for all pointers)
-
Daniel Stenberg authored
defining, since the system headers themselves redefine getaddrinfo
-
Dan Fandrich authored
-
- Jun 28, 2005
-
-
Daniel Stenberg authored
-
- Jun 26, 2005
-
-
Daniel Stenberg authored
-
- Jun 23, 2005
-
-
Daniel Stenberg authored
-
- Jun 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with CURLOPT_PROXY can use a http:// prefix and user + password. The user and password fields are now also URL decoded properly. Test case 264 added to verify.
-
Daniel Stenberg authored
It now properly handles code that uses curl_free() (since not all versions of curl have it), and also fixes a few problems when detecting libcurl on MinGW, and a linker problem on OSX Panther.
-
- Jun 20, 2005
-
-
Daniel Stenberg authored
-
- Jun 19, 2005
-
-
Daniel Stenberg authored
-
Dominick Meglio authored
-
- Jun 14, 2005
-
-
Gisle Vanem authored
-
- Jun 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
all tools run in the ares dir - now shown like "running ares/[tool]"
-