History log of /curl/ (Results 25126 – 25150 of 33768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0043e87023-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.

0f634a0c23-Mar-2007 Yang Tse

fix yet another leftover in previous commit

047cd1a523-Mar-2007 Yang Tse

fix leftover in previous commit

f9eb61e923-Mar-2007 Yang Tse

fix compiler warning: empty body in an if/else-statement

34afb0b223-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 ...

6bb9bd8b23-Mar-2007 Dan Fandrich

Don't shut down sftp in an error if it was never started.

72175c7322-Mar-2007 Dan Fandrich

Free some additional strings on exit to avoid memory leaks.

2288094b22-Mar-2007 Yang Tse

fix wrong macro name introduced in las commit

273b2b2322-Mar-2007 Yang Tse

Add check for compiler variadic macro support in configuration script

3229a80c22-Mar-2007 Dan Fandrich

Fixed unused variable compiler warning.

5eba84ee22-Mar-2007 Dan Fandrich

Use C99-style variadic macros when available.

4fb4830122-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.

f1a8fd8422-Mar-2007 Daniel Stenberg

-z hasn't supported "yesterday" for quite some time...

8920606b22-Mar-2007 Yang Tse

attempt to keep message length below 80 chars

90ce180121-Mar-2007 Yang Tse

reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/0258.html

fe10cb2e21-Mar-2007 Yang Tse

avoid the use of variadic macros for greater portability

842be6c521-Mar-2007 Yang Tse

fix compiler warning: implicit conversion from "long" to "int"

e4b754f620-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 ...

34ed464220-Mar-2007 Gisle Vanem

Remove unneeded 'HAVE_*' defines.

248f057119-Mar-2007 Yang Tse

Avoid false positive detection of yaSSL

2b6a0c0a19-Mar-2007 Daniel Stenberg

committed

072a8b2919-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 ...

0c817b6618-Mar-2007 Daniel Stenberg

language fix

e9cbd0c318-Mar-2007 Daniel Stenberg

Removed: yassl build breaks
Added: Frequent calling of user progress callback

ff314d7618-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

1...<<1001100210031004100510061007100810091010>>...1351