- Jul 27, 2006
-
-
Daniel Stenberg authored
-
- Jul 19, 2006
- Jul 17, 2006
-
-
Yang Tse authored
-Log errno in message if setsockopt() fails. -Close listener socket on major errors.
-
Yang Tse authored
tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here.
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 14, 2006
-
-
Yang Tse authored
-
- Jul 13, 2006
-
-
Yang Tse authored
Change to meaningful var names and take care of a compiler warning on IRIX 6.5.22 MIPSPro C 7.3 64bit
-
- Jul 12, 2006
- Jul 08, 2006
-
-
Daniel Stenberg authored
string comparisons on the path which is incorrect and provided a patch that fixes this. I edited test case 8 to include details that test for this.
-
- Jun 10, 2006
-
-
Gisle Vanem authored
-
- Jun 09, 2006
-
-
Daniel Stenberg authored
-
- Jun 08, 2006
-
-
Daniel Stenberg authored
-
- Jun 07, 2006
-
-
Daniel Stenberg authored
-
- May 27, 2006
-
-
Daniel Stenberg authored
more similar to other configure builds (== use .la for libext and no binext)
-
- May 25, 2006
-
-
Daniel Stenberg authored
kind of magic
-
- May 24, 2006
-
-
Daniel Stenberg authored
are not always time_t ones
-
Daniel Stenberg authored
fine
-
- May 11, 2006
-
-
Daniel Stenberg authored
2 - store the time it took to verify it and allow that time to be used as %FTPTIME[23] in command lines to allow us to adjust better to slow hosts since test 190 failed on my slow solaris machine just because it hadn't gotten time to run all the way the test assumed all machines would reach before the time-out elapsed.
-
- May 10, 2006
-
-
Daniel Stenberg authored
seconds even when everything is fine! Now we allow a test server 8 seconds to respond to still be considered ok.
-
Daniel Stenberg authored
-
- Apr 26, 2006
-
-
Daniel Stenberg authored
transfers. They are done on non-windows systems and translate CRLF to LF.
-
- Apr 10, 2006
-
-
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...
-
- 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
-
-
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.
-
- Mar 03, 2006
-
-
Daniel Stenberg authored
accordingly.
-
Daniel Stenberg authored
-