- Jan 11, 2005
-
-
Daniel Stenberg authored
using a custom Host: header and curl fails to send a request on a re-used persistent connection and thus creates a new connection and resends it. It then sent two Host: headers. Cyrill's analysis was posted here: http://curl.haxx.se/mail/archive-2005-01/0022.html
-
- Jan 10, 2005
-
-
Daniel Stenberg authored
problem with the version byte and the check for bad versions. Bruce has lots of clues on this, and based on his suggestion I've now removed the check of that byte since it seems to be able to contain 1 or 5.
-
Daniel Stenberg authored
#1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before the individual easy handles, the latter cleanups caused read/writes to already freed memory.
-
Daniel Stenberg authored
remote certificate name when it didn't match the used host name.
-
- Jan 08, 2005
-
-
Gisle Vanem authored
-
- Jan 07, 2005
-
-
Daniel Stenberg authored
-
- Jan 05, 2005
-
-
Daniel Stenberg authored
-
- Dec 25, 2004
-
-
Daniel Stenberg authored
-
- Dec 23, 2004
-
-
Daniel Stenberg authored
and Merry Christmas!
-
- Dec 22, 2004
-
-
Daniel Stenberg authored
version attribute set.
-
Daniel Stenberg authored
build out-of-the-box on BeOS.
-
- Dec 21, 2004
-
-
Daniel Stenberg authored
-w option support 'http_connect' to make it easier to verify!
-
- Dec 20, 2004
-
-
Daniel Stenberg authored
-
- Dec 19, 2004
-
-
Daniel Stenberg authored
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-
- Dec 16, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
formpost (including a file upload part) was aborted before the whole file was sent.
-
- Dec 15, 2004
-
-
Daniel Stenberg authored
-
- Dec 14, 2004
-
-
Daniel Stenberg authored
connection.
-
- Dec 13, 2004
-
-
Daniel Stenberg authored
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
-
- Dec 10, 2004
-
-
Daniel Stenberg authored
-
- Dec 09, 2004
-
-
Daniel Stenberg authored
reported on Solaris) problem where the size_t check fails due to the SSL libs being found in a dir not searched through by the run-time linker. patch-tracker entry #1081707.
-
Daniel Stenberg authored
--vernum output wasn't zero prefixed properly (as claimed in documentation). This is fixed in maketgz now.
-
- Dec 07, 2004
-
-
Daniel Stenberg authored
libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less likely to occur again (and added a comment explaining the reason to the buffer size).
-
- Dec 06, 2004
-
-
Daniel Stenberg authored
even if no errorbuffer is set.
-
- Dec 05, 2004
-
-
Daniel Stenberg authored
libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
-
Daniel Stenberg authored
response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
-
- Dec 03, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify.
-
- Nov 30, 2004
-
-
Daniel Stenberg authored
-
- Nov 29, 2004
-
-
Daniel Stenberg authored
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables the ability to transfer a file. Now, when connected to an FTP server with IPv6, these FTP commands can't be disabled even if asked to with the available libcurl options.
-
- Nov 26, 2004
-
-
Daniel Stenberg authored
(http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline to "finish" the progress meter after each redirect and not only after a completed transfer.
-
- Nov 25, 2004
-
-
Daniel Stenberg authored
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format.
-
- Nov 24, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with Msys/Mingw on Windows.
-
- Nov 22, 2004
-
-
Daniel Stenberg authored
systems that can't run it fine.
-
- Nov 19, 2004
-
-
Daniel Stenberg authored
-
- Nov 15, 2004
-
-
Daniel Stenberg authored
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-