- May 28, 2002
-
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
any name resolved data in any curl handle struct. That way, we won't mind if the cache entries are pruned for the next time we need them. We'll just resolve them again instead. This changes the Curl_resolv() proto. It modifies the SessionHandle struct but perhaps most importantly, it'll make the internals somewhat dependent on the DNS cache not being disabled as that will cripple operations somewhat. Especially for persistant connections.
-
Daniel Stenberg authored
-
- Apr 23, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the host names before comparing
-
- Apr 22, 2002
-
-
Daniel Stenberg authored
now have --interface working properly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
by Daniel.
-
- Apr 19, 2002
-
-
Daniel Stenberg authored
A Bjrn Reese patch.
-