- Jan 25, 2007
-
-
Dan Fandrich authored
variable from being properly used in many cases (and caused test case 63 to fail).
-
Guenter Knauf authored
-
- Jan 24, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 23, 2007
-
-
Daniel Stenberg authored
#1 There's a compilation error in http_ntlm.c if USE_NTLM2SESSION is NOT defined. I noticed this while testing various configurations. Line 867 of the current http_ntlm.c is a closing bracket for an if/else pair that only gets compiled in if USE_NTLM2SESSION is defined. But this closing bracket wasn't in an #ifdef so the code fails to compile unless USE_NTLM2SESSION was defined. Lines 198 and 140 of my patch wraps that closing bracket in an #ifdef USE_NTLM2SESSION. #2 I noticed several picky compiler warnings when DEBUG_ME is defined. I've fixed them with casting. By the way, DEBUG_ME was a huge help in understanding this code. #3 Hopefully the last non-ASCII conversion patch for libcurl in a while. I changed the "NTLMSSP" literal to hex since this signature must always be in ASCII. Conversion code was strategically added where necessary. And the Curl_base64_encode calls were changed so the binary "blobs" http_ntlm.c creates are NOT translated on non-ASCII platforms.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Gisle Vanem authored
-
Dan Fandrich authored
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
-
Guenter Knauf authored
-
- Jan 18, 2007
-
-
Dan Fandrich authored
Check for the .exe extension on mingw32 builds.
-
Dan Fandrich authored
-
- Jan 17, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 16, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter" to be correct on "premature removal" for all protocols.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
detector. Also changed tftp downloads to URL-unescape the downloaded file name.
-
- Jan 15, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Flush the protocol log data so it's immediately available to the test harness.
-
- Jan 14, 2007
-
-
Daniel Stenberg authored
non-ASCII platforms. It does add some complexity, most notably with more #ifdefs, but I want to see this supported added and I can't see how we can add it without the extra stuff added.
-
- Jan 13, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
attempting not to read data that might belong to the next response (if pipelining)
-
Daniel Stenberg authored
-
- Jan 10, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jan 09, 2007
-
-
Daniel Stenberg authored
-
- Jan 08, 2007
-
-
Linus Nielsen authored
-
Linus Nielsen authored
-
Daniel Stenberg authored
-
- Jan 06, 2007
-
-
Linus Nielsen authored
-