- Apr 12, 2006
-
-
Gisle Vanem authored
-
- Apr 11, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1468330Daniel Stenberg authored
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least) since the struct timeval field tv_sec is an int while time_t is 64bit.
-
Daniel Stenberg authored
about what sockets to wait for what action on
-
Daniel Stenberg authored
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL connection time-out!
-
Daniel Stenberg authored
code rearrange to fit the future better.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fork support for cooler tests
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and it should break most other systems. The "funny" part is that debian actually have a 'stunnel' setup to simulate stunnel v3 but it breaks our own stunnel-version-detect-and-adjust-to-it system. Added initial support for optionally running servers with fork support.
-
Daniel Stenberg authored
read one byte at a time...
-
Daniel Stenberg authored
This happens because the multi-pass code abuses the redirect following code for doing multiple requests, and when we following redirects to an absolute URL we must use the newly specified port and not the one specified in the original URL. A proper fix to this would need to separate the negotiation "redirect" from an actual redirect.
-
Daniel Stenberg authored
documented or pushed for.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 09, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 08, 2006
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for not returning a value from a non-void function (even though the code never actually reached that point before)
-
Daniel Stenberg authored
attempt to silence picky compilers when assigning data pointers to a function pointer variable
-
Daniel Stenberg authored
unsigned chars
-
- Apr 05, 2006
-
-
Daniel Stenberg authored
hosts
-
Daniel Stenberg authored
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. I edited the existing 21(!) NTLM test cases to run fine with these news. Due to the fact that we now properly include the host name in the Type-2 message the test cases now only compare parts of that chunk.
-
- Mar 28, 2006
-
-
Daniel Stenberg authored
if any use of such a function slip through
-
http://curl.haxx.se/bug/view.cgi?id=1451929Daniel Stenberg authored
occurred when asking libcurl to follow HTTP redirects and the original URL had more than one question mark (?). Added test case 276 to verify.
-
Daniel Stenberg authored
-
- Mar 27, 2006
-
-
Daniel Stenberg authored
--enable-debug, as then curl used free() on memory allocated both with normal malloc() and with libcurl-provided functions, when the latter MUST be freed with curl_free() in debug builds.
-
Guenter Knauf authored
avoid kiling hugehelp.c when not built from CVS.
-