0043e870 | 23-Mar-2007 |
Dan Fandrich |
Added --pubkey option to curl and made --key also work for SCP/SFTP, plus made --pass work on an SSH private key as well. |
0f634a0c | 23-Mar-2007 |
Yang Tse |
fix yet another leftover in previous commit |
047cd1a5 | 23-Mar-2007 |
Yang Tse |
fix leftover in previous commit |
f9eb61e9 | 23-Mar-2007 |
Yang Tse |
fix compiler warning: empty body in an if/else-statement |
34afb0b2 | 23-Mar-2007 |
Yang Tse |
Change spelling, ONE_TERRABYTE -> ONE_TERABYTE Shave off a couple of function calls in the part of Curl_pgrsUpdate() which is always executed when called. Fix a couple of commen
Change spelling, ONE_TERRABYTE -> ONE_TERABYTE Shave off a couple of function calls in the part of Curl_pgrsUpdate() which is always executed when called. Fix a couple of comments.
show more ...
|
6bb9bd8b | 23-Mar-2007 |
Dan Fandrich |
Don't shut down sftp in an error if it was never started. |
72175c73 | 22-Mar-2007 |
Dan Fandrich |
Free some additional strings on exit to avoid memory leaks. |
2288094b | 22-Mar-2007 |
Yang Tse |
fix wrong macro name introduced in las commit |
273b2b23 | 22-Mar-2007 |
Yang Tse |
Add check for compiler variadic macro support in configuration script |
3229a80c | 22-Mar-2007 |
Dan Fandrich |
Fixed unused variable compiler warning. |
5eba84ee | 22-Mar-2007 |
Dan Fandrich |
Use C99-style variadic macros when available. |
4fb48301 | 22-Mar-2007 |
Yang Tse |
Add a couple of local macros to improve code readability. For completeness sake, wait_ms() might also get interrupted when experimental CURL_ACKNOWLEDGE_EINTR is defined. |
f1a8fd84 | 22-Mar-2007 |
Daniel Stenberg |
-z hasn't supported "yesterday" for quite some time... |
8920606b | 22-Mar-2007 |
Yang Tse |
attempt to keep message length below 80 chars |
90ce1801 | 21-Mar-2007 |
Yang Tse |
reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/0258.html |
fe10cb2e | 21-Mar-2007 |
Yang Tse |
avoid the use of variadic macros for greater portability |
842be6c5 | 21-Mar-2007 |
Yang Tse |
fix compiler warning: implicit conversion from "long" to "int" |
e4b754f6 | 20-Mar-2007 |
Yang Tse |
Fixed: When a signal was caught awaiting for an event using Curl_select() or Curl_poll() with a non-zero timeout both functions would restart the specified timeout. This could even lead to th
Fixed: When a signal was caught awaiting for an event using Curl_select() or Curl_poll() with a non-zero timeout both functions would restart the specified timeout. This could even lead to the extreme case that if a signal arrived with a frecuency lower to the specified timeout neither function would ever exit. Added experimental symbol definition check CURL_ACKNOWLEDGE_EINTR in Curl_select() and Curl_poll(). When compiled with CURL_ACKNOWLEDGE_EINTR defined both functions will return as soon as a signal is caught. Use it at your own risk, all calls to these functions in the library should be revisited and checked before fully supporting this feature.
show more ...
|
34ed4642 | 20-Mar-2007 |
Gisle Vanem |
Remove unneeded 'HAVE_*' defines. |
248f0571 | 19-Mar-2007 |
Yang Tse |
Avoid false positive detection of yaSSL |
2b6a0c0a | 19-Mar-2007 |
Daniel Stenberg |
committed |
072a8b29 | 19-Mar-2007 |
Yang Tse |
Bryan Henderson fixed the progress function so that it can get called more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuen
Bryan Henderson fixed the progress function so that it can get called more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuency for speed calculations and internal display of the transfer progress.
show more ...
|
0c817b66 | 18-Mar-2007 |
Daniel Stenberg |
language fix |
e9cbd0c3 | 18-Mar-2007 |
Daniel Stenberg |
Removed: yassl build breaks Added: Frequent calling of user progress callback |
ff314d76 | 18-Mar-2007 |
Daniel Stenberg |
detect and show if built with yassl, but also set the "openssl" flag internally since that is the API yassl attempts to provide |