Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
to complete with no delay and actually find out what happened with the socket. As well as detection of socket send()able condition. This also allows removal of a Cygwin specific block of code. | |||
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 | |
uses poll() when a fine poll() is available, so now libcurl can be built without select() support at all if a fine poll() is available. | |||
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 | |
and/or HAVE_VARIADIC_MACROS_GCC for specific compiler versions that support variadic macros with C99 style and/or old gcc style in their specific config.h file. If previous definitions are not done, even when aplicable, and --disable-verbose is used, the fallback (void) method will be used to define infof, avoiding the inclusion of unwanted strings in the resulting library/executable. | |||
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 | |
recently | |||
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 | |
A left-over bug from the February 21 fix. | |||
2007-03-25 | addressed (replied to with comments) most out-stading release issues and moved | Daniel Stenberg | |
one over to KNOWN_BUGS | |||
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 | |
test case 288 to verify it. | |||
2007-03-24 | Changed the test harness to attempt to gracefully shut down servers | Dan Fandrich | |
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server. | |||
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 | |
plus made --pass work on an SSH private key as well. | |||
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 | |
Shave off a couple of function calls in the part of Curl_pgrsUpdate() which is always executed when called. Fix a couple of comments. | |||
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 | |
2007-03-22 | Fixed unused variable compiler warning. | Dan Fandrich | |