Age | Commit message (Expand) | Author |
2007-03-29 | Add another option to tighten the test environment. | Dan Fandrich |
2007-03-29 | fix compiler warning | Yang Tse |
2007-03-29 | Abort if attempting to run as root. | Dan Fandrich |
2007-03-29 | fix error introduced in last commit | Yang Tse |
2007-03-28 | Update comment | Yang Tse |
2007-03-28 | fix compiler warning | Yang Tse |
2007-03-28 | Improve detection of socket events which allow a further recv() call | Yang Tse |
2007-03-28 | djgpp uses gcc which has varadic macros. | Gisle Vanem |
2007-03-28 | Fix compiler warning. | Gisle Vanem |
2007-03-28 | Only show exit status in verbose mode. | Dan Fandrich |
2007-03-28 | Simplified code around 'tld_errmsg' a bit. | Gisle Vanem |
2007-03-28 | Don't launch sshd as a daemon so its output can be logged. | Dan Fandrich |
2007-03-27 | added variadic macro stuff. | Gunter Knauf |
2007-03-27 | Update message | Yang Tse |
2007-03-27 | New Internal wrapper function Curl_select() around select (2), it | Yang Tse |
2007-03-27 | don't retry select() call upon unrecoverable error EBADF | Yang Tse |
2007-03-27 | Daniel Johnson's fix for shared object extension detection on Mac OS X. | Dan Fandrich |
2007-03-27 | Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99 | Yang Tse |
2007-03-27 | Tighten up a few more OpenSSH options | Dan Fandrich |
2007-03-26 | Fix date | Yang Tse |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-26 | Added SFTP and SCP upload tests in test602 & test603 | Dan Fandrich |
2007-03-26 | Added test600 and test601, SFTP and SCP file retrieval tests. | Dan Fandrich |
2007-03-26 | catch up new lib extension when build with gcc/nlmconv. | Gunter Knauf |
2007-03-26 | changed link lib order to make nlmconv happy. | Gunter Knauf |
2007-03-26 | added CVS Id tag. | Gunter Knauf |
2007-03-26 | fixed build to use compiler-default lib extension. | Gunter Knauf |
2007-03-25 | #92 is fixed | Daniel Stenberg |
2007-03-25 | Added the How to get your patches into the libcurl sources instruction posted | Daniel Stenberg |
2007-03-25 | added Daniel Johnson | Daniel Stenberg |
2007-03-25 | - Daniel Johnson fixed multi code to traverse the easy handle list properly. | Daniel Stenberg |
2007-03-25 | addressed (replied to with comments) most out-stading release issues and moved | Daniel Stenberg |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-24 | Fixed a couple of compile problems. | Dan Fandrich |
2007-03-24 | Added sshserver.pl | Dan Fandrich |
2007-03-24 | Fixed a memory leak when specifying a proxy with a file: URL and added | Dan Fandrich |
2007-03-24 | Changed the test harness to attempt to gracefully shut down servers | Dan Fandrich |
2007-03-23 | add missing state name for the debug state switch output | Daniel Stenberg |
2007-03-23 | fix debug message | Daniel Stenberg |
2007-03-23 | Added --pubkey option to curl and made --key also work for SCP/SFTP, | Dan Fandrich |
2007-03-23 | fix yet another leftover in previous commit | Yang Tse |
2007-03-23 | fix leftover in previous commit | Yang Tse |
2007-03-23 | fix compiler warning: empty body in an if/else-statement | Yang Tse |
2007-03-23 | Change spelling, ONE_TERRABYTE -> ONE_TERABYTE | Yang Tse |
2007-03-23 | Don't shut down sftp in an error if it was never started. | Dan Fandrich |
2007-03-22 | Free some additional strings on exit to avoid memory leaks. | Dan Fandrich |
2007-03-22 | fix wrong macro name introduced in las commit | Yang Tse |
2007-03-22 | Add check for compiler variadic macro support in configuration script | Yang Tse |