- Dec 28, 2008
-
-
Daniel Stenberg authored
--disable-verbose".
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
corrupted in ouputs. Another report from Anthony Bryan.
-
Daniel Stenberg authored
escape these letters what I think is the correct way.
-
Guenter Knauf authored
-
- Dec 27, 2008
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Dec 25, 2008
-
-
Daniel Stenberg authored
much about it
-
- Dec 22, 2008
-
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
on file indexes beyond 2 or 4GB.
-
Daniel Stenberg authored
corrected spellings and more.
-
- Dec 20, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The curl tool parts are postponed to a later time 201 - "bug: header data output to the body callback function after set header" Was probably not a bug, I asked about it but I didn't get any response. 202 - "hangs up of application above libcurl" - problems with the multi_socket Fixes from Igor have been committed and there's currently no pending ones.
-
Daniel Stenberg authored
pipelining, as libcurl could then easily get confused and A) work on the handle that was not "first in queue" on a pipeline, or even B) tell the app to REMOVE a socket while it was in use by a second handle in a pipeline. Both errors caused hanging or stalling applications.
-
Daniel Stenberg authored
in combination with infof() calls
-
Daniel Stenberg authored
-
- Dec 19, 2008
-
-
Daniel Stenberg authored
was actually ready to get done, as the internal time resolution is higher than the returned millisecond timer. Therefore it could cause applications running on fast processors to do short bursts of busy-loops. curl_multi_timeout() will now only return 0 if the timeout is actually alreay triggered.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now has an improved ability to do right when the multi interface (both "regular" and multi_socket) is used for SCP and SFTP transfers. This should result in (much) less busy-loop situations and thus less CPU usage with no speed loss.
-
Daniel Stenberg authored
-
- Dec 17, 2008
-
-
Daniel Stenberg authored
operation didn't complete properly if the EAGAIN equivalent was returned but libcurl would simply continue with a half-completed close operation performed. This ruined persistent connection re-use and cause some SSH-protocol errors in general. The correction is unfortunately adding a blocking function - doing it entirely non-blocking should be considered for a better fix.
-
- Dec 16, 2008
-
-
Gisle Vanem authored
-
Gisle Vanem authored
If USE_WATT32=1 one needs to use stack-based calls (-3s). So to keep the makefile nice and clean, specify -3s for Winsock target too (there's hardly any speed-gain using -3r).
-
Gisle Vanem authored
-
Gisle Vanem authored
Added USE_WATT32 unconditionally for MSDOS targets since it's the only option. Adjusted the text for '--wdebug'.
-
Gisle Vanem authored
-
- Dec 15, 2008
-
-
Daniel Stenberg authored
made libcurl sometimes not properly abort problematic SFTP transfers.
-
- Dec 12, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
removing easy handles from multi handles when the easy handle is/was within a HTTP pipeline. His bug report #2351653 (http://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was eventually fixed by a patch by Igor himself.
-
Daniel Stenberg authored
specified data pointer was head.
-
Daniel Stenberg authored
-
Yang Tse authored
OS/400 compilations with IPv6 enabled.
-
- Dec 11, 2008
-
-
Daniel Stenberg authored
Added 203 "dns cache memory leak and TTL failure after failed conn"
-
Daniel Stenberg authored
duphandle+curl_mutli" (http://curl.haxx.se/bug/view.cgi?id=2416182) showed that curl_easy_duphandle() wrongly also copied the pointer to the connection cache, which was plain wrong and caused a segfault if the handle would be used in a different multi handle than the handle it was duplicated from.
-
Daniel Stenberg authored
in the parse_remote_port() function as the scope id has already been stripped from the string.
-
Daniel Stenberg authored
addresses if they were very long (>39 letters) due to a too strict address validity parser. It now accepts addresses up to 45 bytes long.
-