59c620bf | 27-Mar-2007 |
Dan Fandrich |
Daniel Johnson's fix for shared object extension detection on Mac OS X. |
4294cac7 | 27-Mar-2007 |
Yang Tse |
Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99 and/or HAVE_VARIADIC_MACROS_GCC for specific compiler versions that support variadic macros with C99 style and/or
Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99 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.
show more ...
|
282127fb | 27-Mar-2007 |
Dan Fandrich |
Tighten up a few more OpenSSH options |
d49e9fad | 26-Mar-2007 |
Yang Tse |
Fix date |
fba4cd0e | 26-Mar-2007 |
Yang Tse |
Internal function Curl_select() renamed to Curl_socket_ready() |
2166645c | 26-Mar-2007 |
Dan Fandrich |
Added SFTP and SCP upload tests in test602 & test603 |
844f5b6b | 26-Mar-2007 |
Dan Fandrich |
Added test600 and test601, SFTP and SCP file retrieval tests. |
42406323 | 26-Mar-2007 |
Gunter Knauf |
catch up new lib extension when build with gcc/nlmconv. |
8272abef | 26-Mar-2007 |
Gunter Knauf |
changed link lib order to make nlmconv happy. |
5fbc93c3 | 26-Mar-2007 |
Gunter Knauf |
added CVS Id tag. |
8851df41 | 26-Mar-2007 |
Gunter Knauf |
fixed build to use compiler-default lib extension. |
a6f46121 | 25-Mar-2007 |
Daniel Stenberg |
#92 is fixed |
52e5e869 | 25-Mar-2007 |
Daniel Stenberg |
Added the How to get your patches into the libcurl sources instruction posted recently |
12ef1035 | 25-Mar-2007 |
Daniel Stenberg |
added Daniel Johnson |
6c56b530 | 25-Mar-2007 |
Daniel Stenberg |
- Daniel Johnson fixed multi code to traverse the easy handle list properly. A left-over bug from the February 21 fix. |
07b66255 | 25-Mar-2007 |
Daniel Stenberg |
addressed (replied to with comments) most out-stading release issues and moved one over to KNOWN_BUGS |
fa0780bb | 25-Mar-2007 |
Yang Tse |
fix compiler warning |
f08ac868 | 25-Mar-2007 |
Yang Tse |
fix compiler warning |
d6eca892 | 25-Mar-2007 |
Yang Tse |
fix compiler warning |
2bd1d7e9 | 24-Mar-2007 |
Dan Fandrich |
Fixed a couple of compile problems. |
3b355421 | 24-Mar-2007 |
Dan Fandrich |
Added sshserver.pl |
0dd12196 | 24-Mar-2007 |
Dan Fandrich |
Fixed a memory leak when specifying a proxy with a file: URL and added test case 288 to verify it. |
b7131009 | 24-Mar-2007 |
Dan Fandrich |
Changed the test harness to attempt to gracefully shut down servers before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH
Changed the test harness to attempt to gracefully shut down servers before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server.
show more ...
|
3d528e1b | 23-Mar-2007 |
Daniel Stenberg |
add missing state name for the debug state switch output |
f9a339a2 | 23-Mar-2007 |
Daniel Stenberg |
fix debug message |