- Apr 27, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
moves and re-arranges how range/resume is setup and freed.
-
- Apr 26, 2007
-
-
Daniel Stenberg authored
was 16385 bytes (16K+1) and it turned out we didn't properly always "suck out" all data from libssh2. The effect being that libcurl would hang on the socket waiting for data when libssh2 had in fact already read it all...
-
- Apr 25, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
the CURLOPT_RESUME_FROM or CURLOPT_RANGE options and an existing connection in the connection cache is closed to make room for the new one when you call curl_easy_perform(). It would then wrongly free range-related data in the connection close funtion.
-
Dan Fandrich authored
would get from a torture test.
-
Yang Tse authored
-
- Apr 24, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Wait for child processes to die to avoid creating zombies.
-
Daniel Stenberg authored
can/will be used as it then makes the common cases save 16KB of data for each easy handle that isn't used for pipelining.
-
- Apr 23, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
to guarantee against it ever being valid.
-
- Apr 22, 2007
-
-
Yang Tse authored
using custom timeout values.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the man page now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to GET on redirect
-
Daniel Stenberg authored
-
- Apr 21, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1704675Daniel Stenberg authored
identifying a double-free problem in the SSL-dealing layer, telling GnuTLS to free NULL credentials on closedown after a failure and a bad #ifdef for NSS when closing down SSL.
-
Daniel Stenberg authored
survive getting called twice
-
Guenter Knauf authored
-
- Apr 20, 2007
-
-
Dan Fandrich authored
autobuild logs scanner.
-
Daniel Stenberg authored
changed at build time (from command line or similar)
-
Yang Tse authored
'pending_ms' may be used uninitialized in this function
-
Yang Tse authored
Curl_socket_ready(), Curl_poll() and Curl_select() when these are called with a zero timeout or a timeout value indicating a blocking call should be performed. These unnecessary calls to gettimeofday() got introduced in 7.16.2 when fixing 'timeout would restart when signal caught while awaiting socket events' on 20 March 2007. - Move some loop breaking logic from the while clause into the loop, avoiding compiler warning 'assignment within conditional expression'
-
- Apr 19, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Apr 18, 2007
-
-
Dan Fandrich authored
directly to ftpserver.cmd and removing unneeded empty sections.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
per second.
-
Dan Fandrich authored
-
- Apr 16, 2007
-
-
Guenter Knauf authored
-
Gisle Vanem authored
Added ares_getopt.o to program sample objects.
-
Daniel Stenberg authored
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
-
Yang Tse authored
-
Guenter Knauf authored
-