- Mar 22, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
For completeness sake, wait_ms() might also get interrupted when experimental CURL_ACKNOWLEDGE_EINTR is defined.
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Mar 21, 2007
- Mar 20, 2007
-
-
Yang Tse authored
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.
-
Gisle Vanem authored
-
- Mar 19, 2007
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
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.
-
- Mar 18, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Added: Frequent calling of user progress callback
-
Daniel Stenberg authored
since that is the API yassl attempts to provide
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
Curl_poll() which is called whenever not a single valid file descriptor is passed to these functions. Improve readibility using a poll() macro to replace WSApoll().
-
- Mar 17, 2007
-
-
Gisle Vanem authored
-
Gisle Vanem authored
Dependencies are now put in external file depend.dj.
-
Gisle Vanem authored
CURL_DEBUG is defined.
-
- Mar 16, 2007
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Mar 15, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
you can now use [1-1] without curl complaining.
-
Dan Fandrich authored
-
Yang Tse authored
-
Dan Fandrich authored
-
- Mar 14, 2007
-
-
Daniel Stenberg authored
it and avoid it, even if this cripples the CCC command
-
Dan Fandrich authored
Added some more debug logs.
-
- Mar 13, 2007
-
-
Dan Fandrich authored
-
Gisle Vanem authored
-
- Mar 12, 2007
-
-
Dan Fandrich authored
'crypto' tests aren't dependent on SSL. Compiling with --disable-crypto-auth will cause test failures, however.
-
Daniel Stenberg authored
-
Yang Tse authored
libldap when available in liblber.
-
- Mar 11, 2007
-
-
Daniel Stenberg authored
-
-