- Dec 10, 2002
-
-
Daniel Stenberg authored
regular transfer process. This required some new tweaks, like for example we need to be able to tell the tranfer loop to not chunky-encode uploads while we're transferring the rest of the request...
-
- Dec 09, 2002
-
-
Daniel Stenberg authored
read callback, and thus won't put a lot of stress on the request sending code (which currently does an ugly loop).
-
Daniel Stenberg authored
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
-
- Dec 03, 2002
-
-
Daniel Stenberg authored
proper CURLcode. The default timeout for reading one response is now also possible to change while running.
-
- Nov 20, 2002
-
-
Daniel Stenberg authored
for storage and retrieval of private data in the curl handle.
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
ConnectBits where the other bools already are
-
Daniel Stenberg authored
size of the uploaded file is unknown.
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
counter so that the caller needs to decrease that counter when done with the returned data. If compiled with MALLOCDEBUG I've added some extra checking that the counter is decreased before a handle is closed etc.
-
- Oct 23, 2002
-
-
Daniel Stenberg authored
badly assumed header, or we think that parts of the buffer is a bad header and the rest is treated as a normal body part
-
- Oct 17, 2002
-
-
Daniel Stenberg authored
when given in the curl_easy_setopt() and then parse them all on the first curl_easy_perform() call instead.
-
- Sep 13, 2002
-
-
Daniel Stenberg authored
case 306 added to verify that we do right
-
- Sep 11, 2002
-
-
Daniel Stenberg authored
when talking to a IPv6-server using IPv6 IP address only.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Sep 02, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
proceed fine with the already existing options, just having a different internal library default for capath.
-
Daniel Stenberg authored
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust.
-
- Aug 29, 2002
-
-
Daniel Stenberg authored
weren't used anyway and mostly caused confusion
-
- Aug 26, 2002
-
-
Daniel Stenberg authored
-
- Aug 22, 2002
-
-
Daniel Stenberg authored
-
- Aug 13, 2002
-
-
Daniel Stenberg authored
-
- Aug 12, 2002
-
-
Daniel Stenberg authored
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing.
-
- Aug 08, 2002
-
-
Daniel Stenberg authored
-
- Aug 05, 2002
-
-
Daniel Stenberg authored
the easy interface, it CANNOT be used by a mixture.
-
- Jun 15, 2002
-
-
Daniel Stenberg authored
for receiving data from the network. It is meant as a hint, not as a forced limit.
-
- Jun 14, 2002
-
-
Daniel Stenberg authored
variables, conditions and things.
-
- Jun 13, 2002
-
-
Daniel Stenberg authored
message is supposed to be ignored.
-
- May 21, 2002
-
-
Daniel Stenberg authored
-
- May 07, 2002
-
-
Daniel Stenberg authored
-
- May 03, 2002
-
-
Daniel Stenberg authored
sized buffer that may be passed to a write callback
-
- May 02, 2002
-
-
Daniel Stenberg authored
we need to point to user-provided fd_sets
-
- Apr 25, 2002
-
-
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.
-
- Apr 16, 2002
-
-
Daniel Stenberg authored
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
-
- Apr 12, 2002
-
-
Daniel Stenberg authored
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Feb 28, 2002
-
-
Daniel Stenberg authored
-
- Jan 29, 2002
-
-
Daniel Stenberg authored
this work-around is not needed anymore!
-
Daniel Stenberg authored
-
- Jan 16, 2002
-
-
Daniel Stenberg authored
- made a separate buffer for uploads (due to the non-blocking stuff) - added two connectdata struct fields for non-blocking uploads
-
- Jan 08, 2002
-
-
Sterling Hughes authored
2) in the curl_dns_cache_entry structure, timestamp should be a time_t instead of an integer (although I doubt it matters).
-
Sterling Hughes authored
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
-