- 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 :)
-
- Jan 07, 2002
-
-
Sterling Hughes authored
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface
-
- Jan 03, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 20, 2001
-
-
Daniel Stenberg authored
we return a set of headers not more. This enables FTP operations that don't transfer any data, only perform FTP commands.
-
- Dec 17, 2001
-
-
Daniel Stenberg authored
-
- Dec 03, 2001
-
-
Daniel Stenberg authored
is not dealt with when we find an end-of-response line, as there might be important stuff even after the correct line. So on subsequent invokes, the cached data must be used!
-
- Dec 02, 2001
-
-
Daniel Stenberg authored
-
- Nov 28, 2001
-
-
Daniel Stenberg authored
attempting to use EPSV before the standard PASV.
-
- Nov 27, 2001
-
-
Daniel Stenberg authored
-
- Nov 20, 2001
-
-
Daniel Stenberg authored
-
- Nov 02, 2001
-
-
Daniel Stenberg authored
for each *_perform(). It makes things a lot easier, as the first one that detects the error get to write the final error reason...
-
- Oct 29, 2001
-
-
Daniel Stenberg authored
to hold 512 bytes (for user+password+hostname)
-
- Oct 19, 2001
-
-
Daniel Stenberg authored
HTTP server we return error
-
- Oct 12, 2001
-
-
Daniel Stenberg authored
-
- Oct 09, 2001
-
-
Daniel Stenberg authored
libcurl should use in its request
-
- Oct 02, 2001
-
-
Daniel Stenberg authored
-
- Oct 01, 2001
-
-
Daniel Stenberg authored
-
- Sep 28, 2001
-
-
Daniel Stenberg authored
valid time. we now store the filetime as a long to know for sure it can hold -1 (there exist some unsigned time_t cases)
-