990b15e4 | 03-Apr-2007 |
Daniel Stenberg |
Rob Jones fixed better #ifdef'ing for a bunch of #include lines. |
584f3639 | 03-Apr-2007 |
Yang Tse |
update copyright year |
2886ce96 | 03-Apr-2007 |
Yang Tse |
Verify if the test is limited by an ancient stdio with a 256 open file limit. In this case the test is skipped with a message showing this limitation when the number of open files needed
Verify if the test is limited by an ancient stdio with a 256 open file limit. In this case the test is skipped with a message showing this limitation when the number of open files needed for the test is greater than 256.
show more ...
|
3344142b | 03-Apr-2007 |
Yang Tse |
fix enumeration of disabled tests when they have the highest number |
f1b4f5e2 | 03-Apr-2007 |
Yang Tse |
fix MSDOS symbol check |
bcf0af9d | 03-Apr-2007 |
Yang Tse |
recover code simplification lost with last commit |
70550a05 | 03-Apr-2007 |
Yang Tse |
Improve displaying of logfiles making sure all lines end with \n and avoid using ! as last char of line. |
d7088d10 | 03-Apr-2007 |
Gisle Vanem |
djgpp isn't the only possible DOS target. Use the more traditional DJGPP define. Added basename() for non-djgpp targets. |
d07a8748 | 03-Apr-2007 |
Gisle Vanem |
Simplify setting binary mode on file-descriptors. Work around the non-standard _setmode() in Metaware's HighC. |
c4201137 | 03-Apr-2007 |
Gisle Vanem |
DOS targets do have setmode(). |
5c850b82 | 03-Apr-2007 |
Dan Fandrich |
Added --ftp-account to --help output. |
7bbad0b5 | 03-Apr-2007 |
Yang Tse |
try not to link with unneeded libs, avoiding global LDADD |
305e0390 | 03-Apr-2007 |
Yang Tse |
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros are not icc 9.0 specific. |
161be66c | 03-Apr-2007 |
Yang Tse |
when detecting un/supported sshd options use curl's sshd config file. |
4095c9de | 03-Apr-2007 |
Dan Fandrich |
Eliminate the sshd option checking dependency on wc and make it faster. |
20d33ad7 | 02-Apr-2007 |
Daniel Stenberg |
Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well. |
b8c12fe6 | 02-Apr-2007 |
Yang Tse |
fix error in previous commit |
e4d4ee8d | 02-Apr-2007 |
Yang Tse |
fix compiler warning |
8a7d5837 | 02-Apr-2007 |
Yang Tse |
fix compiler warning |
bdbaedc4 | 02-Apr-2007 |
Yang Tse |
verify ssh daemon version |
0839621f | 01-Apr-2007 |
Gunter Knauf |
print update message only if we really update CVS. |
bf2c1e09 | 01-Apr-2007 |
Gunter Knauf |
ignore another generated file. |
6c6e4710 | 01-Apr-2007 |
Daniel Stenberg |
Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many easy handles are added to a multi handle, by avoiding the looping over all the handles to find which one to remove. |
5e7164f8 | 01-Apr-2007 |
Daniel Stenberg |
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmo
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
show more ...
|
ef10eaeb | 01-Apr-2007 |
Dan Fandrich |
Added scp and sftp nonexistent file retrieval tests, but leave them disabled for now. |