Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-07 | Allow again proper compilation outside of the source tree | Yang Tse | |
2006-07-29 | Fix compiler warnings. | Yang Tse | |
2006-07-28 | Replace send() and recv() with swrite() and sread() macros. | Yang Tse | |
2006-07-27 | test case 277 - HTTP RFC1867-type formposting with custom Content-Type | Daniel Stenberg | |
2006-07-19 | Abort if unable to write pid file, and close socket when aborting. | Yang Tse | |
2006-07-19 | Abort if unable to write pid file. | Yang Tse | |
2006-07-17 | -Use curl_socket_t instead of int. | Yang Tse | |
-Log errno in message if setsockopt() fails. -Close listener socket on major errors. | |||
2006-07-17 | tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, ↵ | Yang Tse | |
CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here. | |||
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse | |
2006-07-17 | Minor cleanup | Yang Tse | |
2006-07-14 | Null terminate string in buffer before feeding it to strtol() | Yang Tse | |
2006-07-13 | Change to meaningful var names and take care of a compiler warning on IRIX ↵ | Yang Tse | |
6.5.22 MIPSPro C 7.3 64bit | |||
2006-07-12 | Remove var not used. | Yang Tse | |
2006-07-12 | Log a message if not all data is sent. | Yang Tse | |
2006-07-12 | Fix compiler warning: comparison between signed and unsigned | Yang Tse | |
2006-07-12 | Place parenthesis surrounding macro parameters so that the use of sread and ↵ | Yang Tse | |
swrite is more intuitive. | |||
2006-07-12 | sread now returns ssize_t | Yang Tse | |
2006-07-12 | Pay attention when typecasting an operation | Yang Tse | |
2006-07-12 | sread now returns ssize_t | Yang Tse | |
2006-07-12 | Use platform's native types for recv() and send() arguments. | Yang Tse | |
2006-07-08 | Ates Goral pointed out that libcurl's cookie parser did case insensitive | Daniel Stenberg | |
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. | |||
2006-06-10 | Fix "'x' might be used uninitialized in this function" warnings. | Gisle Vanem | |
2006-06-09 | stricter type use to please compilers | Daniel Stenberg | |
2006-06-08 | lib525.c does a FTP upload with PORT using multi interface | Daniel Stenberg | |
2006-06-07 | NTLM2 session response support | Daniel Stenberg | |
2006-05-27 | reverted the previous .libs check for libs, but instead make mingw32 builds | Daniel Stenberg | |
more similar to other configure builds (== use .la for libext and no binext) | |||
2006-05-25 | better check for libs created in the .libs directory since libtool does this | Daniel Stenberg | |
kind of magic | |||
2006-05-24 | make sure we pass a time_t * to localtime(), and the timeval struct members | Daniel Stenberg | |
are not always time_t ones | |||
2006-05-24 | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg | |
fine | |||
2006-05-11 | 1 - allow much longer time for the test FTP server to startup and get verified | Daniel Stenberg | |
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. | |||
2006-05-10 | My Solaris test server was simply too slow to be able to respond within 4 | Daniel Stenberg | |
seconds even when everything is fine! Now we allow a test server 8 seconds to respond to still be considered ok. | |||
2006-05-10 | removed variable declarations shadowing previously declared variables | Daniel Stenberg | |
2006-04-26 | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg | |
transfers. They are done on non-windows systems and translate CRLF to LF. | |||
2006-04-10 | if configure found a fork(), sws supports --fork which is *NOT* used by the | Daniel Stenberg | |
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs. | |||
2006-04-10 | output the exit code from stunnel to stderr in case it is non-zero | Daniel Stenberg | |
2006-04-10 | support --fork and pass that on to sws | Daniel Stenberg | |
2006-04-10 | Scan for 'stunnel4' before 'stunnel' since debian have them setup this way | Daniel Stenberg | |
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. | |||
2006-04-10 | Use correct content-length. Found out by patching the libcurl read to only | Daniel Stenberg | |
read one byte at a time... | |||
2006-04-05 | cut off a bit more of the type-2 ntlm message since it differs between | Daniel Stenberg | |
hosts | |||
2006-04-05 | Michele Bini modified the NTLM code to work for his "weird IIS case" | Daniel Stenberg | |
(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. | |||
2006-03-28 | #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that | Daniel Stenberg | |
occurred when asking libcurl to follow HTTP redirects and the original URL had more than one question mark (?). Added test case 276 to verify. | |||
2006-03-03 | If run on a curl built shared, detect this and invoke libtool for gdb | Daniel Stenberg | |
accordingly. | |||
2006-03-03 | added test524 | Daniel Stenberg | |
2006-03-03 | Prevent uploading to a URL that has no file name part. | Daniel Stenberg | |
2006-02-25 | Fix typo. | Gisle Vanem | |
2006-02-22 | Fixed test case 57 (KNOWN_BUG #18) | Dan Fandrich | |
2006-02-18 | Ulf Härnhammar fixed a format string (printf style) problem in the Negotiate | Daniel Stenberg | |
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code. | |||
2006-02-06 | how silly, the cookie expired! ;-) | Daniel Stenberg | |
2006-01-24 | Michal Marek provided a patch for FTP that makes libcurl continue to try PASV | Daniel Stenberg | |
even after EPSV returned a positive response code, if libcurl failed to connect to the port number the EPSV response said. Obviously some people are going through protocol-sensitive firewalls (or similar) that don't understand EPSV and then they don't allow the second connection unless PASV was used. This also called for a minor fix of test case 238. | |||
2006-01-19 | Duane Cathey was one of our friends who reported that curl -P [IP] | Daniel Stenberg | |
(CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a "native" IP while it works fine for ipv6-disabled builds! In the process of fixing this, I removed the support for LPRT since I can't think of many reasons to keep doing it and asking on the mailing list didn't reveal anyone else that could either. The code that sends EPRT and PORT is now also a lot simpler than before (IMHO). |