- Jun 10, 2002
-
-
Daniel Stenberg authored
on a patch from Jacob Meuser, input from Gtz Babin-Ebell and my own browsing of the latest include files.
-
Daniel Stenberg authored
failed and you reinvoked curl_easy_perform().
-
- Jun 05, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Bug report #564585.
-
- Jun 03, 2002
-
-
Daniel Stenberg authored
timer
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 28, 2002
-
-
Daniel Stenberg authored
is fine to get.
-
Daniel Stenberg authored
messages are stored, so that they don't have to be kept around for the multi handle's entire life time. He also made it return failure codes properly which it didn't do before. I made the messages only get stored per easy-handle so that they can be independently killed easier without ruining the "master list". It makes the info_read() function slightly less beautiful as it has to scan for messages to return, but it makes removing individual handles a lot easier and less error prone.
-
Daniel Stenberg authored
curl_multi_fdset() is not used.
-
Daniel Stenberg authored
-
- May 21, 2002
-
-
Daniel Stenberg authored
we might actually re-use a connection to a different host, when using proxies! This was what bug report #558888 was all about.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
empty string
-
Daniel Stenberg authored
version
-
Daniel Stenberg authored
checking for particular errors. curl/curl.h defines the errros
-
- May 20, 2002
-
-
Daniel Stenberg authored
of the previous one that used SSL_CTX_use_certificate_file()
-
- May 17, 2002
-
-
Daniel Stenberg authored
after we've realloc() the packed hostent struct.
-
- May 07, 2002
-
-
Daniel Stenberg authored
-
- May 06, 2002
-
-
Daniel Stenberg authored
-
- May 05, 2002
-
-
Daniel Stenberg authored
and proper select()ing have been made.
-
- May 04, 2002
-
-
Daniel Stenberg authored
by the internal debugfunction callback
-
- May 03, 2002
-
-
Daniel Stenberg authored
sized buffer that may be passed to a write callback
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for DATA_IN and DATA_OUT.
-
Daniel Stenberg authored
-
- May 02, 2002
-
-
Daniel Stenberg authored
work properly with the multi interface when the user has provided the fd_sets!
-
Daniel Stenberg authored
we need to point to user-provided fd_sets
-
Daniel Stenberg authored
from malloc()
-
Daniel Stenberg authored
-
Daniel Stenberg authored
before transfers, when doing multiple ones on the same handle.
-
- May 01, 2002
-
-
Daniel Stenberg authored
even when the realloc() actually gets a new memory block
-
- Apr 27, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
would reset the timeout for each incoming data, which would make veeery slow responses be allowed to take even more time since the timeout would only be reached if the time between two received data chunks was longer than the set timeout value...
-
Daniel Stenberg authored
needed
-
Daniel Stenberg authored
used for "exported" globals.
-
Daniel Stenberg authored
rule: "Curl_" prefix for library-wide private symbols, "curl_" is for exported symbols.
-
- Apr 25, 2002
-
-
Daniel Stenberg authored
-