- Mar 23, 2007
-
-
Yang Tse authored
-
Yang Tse authored
Shave off a couple of function calls in the part of Curl_pgrsUpdate() which is always executed when called. Fix a couple of comments.
-
Dan Fandrich authored
-
- 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.
-
- 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
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
- Mar 17, 2007
-
-
Gisle Vanem authored
-
- Mar 15, 2007
-
-
Dan Fandrich 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
-
-
Gisle Vanem authored
-
- Mar 12, 2007
-
-
Yang Tse authored
libldap when available in liblber.
-
- Mar 11, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Mar 10, 2007
-
-
Daniel Stenberg authored
multi interface
-
Daniel Stenberg authored
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
-
- Mar 09, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
machine type too.
-
- Mar 07, 2007
-
-
Dan Fandrich authored
unencrypted data connections.
-
- Mar 01, 2007
-
-
Yang Tse authored
in builds with HTTP support disabled to keep consistent enum values for CURLMstate in all kind of builds.
-
- Feb 28, 2007
- Feb 27, 2007
-
-
Daniel Stenberg authored
server through a proxy and have the remote https server port set using the CURLOPT_PORT option, protocol gets reset to http from https after the first request. User defined URL was modified internally by libcurl and subsequent reuse of the easy handle may lead to connection using a different protocol (if not originally http). I found that libcurl hardcoded the protocol to "http" when it tries to regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as follows and it's working fine so far
-
Gisle Vanem authored
-
Yang Tse authored
-
- Feb 26, 2007
-
-
Daniel Stenberg authored
header line without quotes and with a CRLF immediately following...
-
Gisle Vanem authored
since they're already included through "setup.h".
-
Gisle Vanem authored
-
Gisle Vanem authored
-