- Oct 12, 2006
-
-
Daniel Stenberg authored
and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition.
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account.
-
- Oct 06, 2006
-
-
Daniel Stenberg authored
now runs fine.
-
- Oct 04, 2006
-
-
Daniel Stenberg authored
but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem.
-
- Sep 30, 2006
-
-
Daniel Stenberg authored
-
- Sep 28, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1561470Daniel Stenberg authored
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify.
-
- Sep 24, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Vista (_WIN32_WINNT >= 0x0600)
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
encrypt the control connection and use the data connection "plain".
-
Daniel Stenberg authored
it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
-
- Sep 21, 2006
-
-
Daniel Stenberg authored
-
- Sep 20, 2006
-
-
Daniel Stenberg authored
empty password or no password at all. Test case 278 and 279 were added to verify.
-
- Sep 12, 2006
-
-
Daniel Stenberg authored
-
- Sep 11, 2006
-
-
Daniel Stenberg authored
handle that is part of a multi handle first removes the handle from the stack. - Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL session-ID re-use on demand since there obviously are broken servers out there that misbehave with session-IDs used.
-
- Sep 10, 2006
-
-
Daniel Stenberg authored
-
- Sep 09, 2006
-
-
Daniel Stenberg authored
don't expect fully qualified names we need to cut them off at the first dot.
-
- Sep 08, 2006
-
-
Daniel Stenberg authored
of them can be completetly removed though...
-
- Sep 07, 2006
-
-
Daniel Stenberg authored
cache within the multi handle.
-
- Sep 04, 2006
-
-
Daniel Stenberg authored
-
- Sep 03, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1551412Daniel Stenberg authored
while not fixing things very nicely, it does make the SOCKS5 proxy connection slightly better as it now acknowledges the timeout for connection and it no longer segfaults in the case when SOCKS requires authentication and you did not specify username:password.
-
- Aug 31, 2006
-
-
Daniel Stenberg authored
name resolves. It could get stuck in the wrong state.
-
- Aug 30, 2006
-
-
Gisle Vanem authored
-
- Aug 29, 2006
-
-
Daniel Stenberg authored
allow applications to set their own socket options.
-
- Aug 25, 2006
-
-
Daniel Stenberg authored
properly if you removed a "live" handle from a multi handle with curl_multi_remove_handle().
-
- Aug 22, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code when doing pure ipv6 EPRT connections.
-
- Aug 19, 2006
-
-
Daniel Stenberg authored
command on subsequent requests on a re-used connection unless it has to.
-
- Aug 18, 2006
-
-
Daniel Stenberg authored
files in the root directory.
-
Daniel Stenberg authored
send the whole request at once, even though the Expect: header was disabled by the application. An effect of this change is also that small (< 1024 bytes) POSTs are now always sent without Expect: header since we deem it more costly to bother about that than the risk that we send the data in vain.
-
- Aug 08, 2006
-
-
Daniel Stenberg authored
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if there would've been a transfer.
-
Daniel Stenberg authored
on a persistent connection and allowed the first to use that header, you could not disable it for the second request.
-
- Aug 07, 2006
-
-
Daniel Stenberg authored
-
- Aug 02, 2006
-
-
Daniel Stenberg authored
if the header "Transfer-Encoding: chunked" was set by the application. http://curl.haxx.se/bug/view.cgi?id=1531838
-
- Aug 01, 2006
-
-
Daniel Stenberg authored
an unknown error number on glibc systems. http://curl.haxx.se/bug/view.cgi?id=1532289
-
- Jul 30, 2006
-
-
Daniel Stenberg authored
both now provide the number of running handles back to the calling function.
-
- Jul 27, 2006
-
-
Daniel Stenberg authored
formposts work exactly the way you want it (and the way you'd assume it works)
-
- Jul 26, 2006
-
-
Daniel Stenberg authored
control and data connection, as the existing --ftp-ssl option only requests it.
-
Daniel Stenberg authored
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
-
- Jul 25, 2006
-
-
Daniel Stenberg authored
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
-
Daniel Stenberg authored
newer MSVC versions)
-