- Oct 08, 2006
-
-
Daniel Stenberg authored
make sure that a previously used one is killed first (since they re-use the same .pid file etc)
-
- Oct 06, 2006
-
-
Daniel Stenberg authored
now runs fine.
-
Daniel Stenberg authored
-
- 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 27, 2006
-
-
Daniel Stenberg authored
jar has died and we now instead point out our own version of that
-
- Sep 24, 2006
-
-
Daniel Stenberg authored
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 21, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine.
-
- Sep 20, 2006
-
-
Daniel Stenberg authored
empty password or no password at all. Test case 278 and 279 were added to verify.
-
- Sep 13, 2006
-
-
Gisle Vanem authored
all Win32 targets except CygWin. Cleanup.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
FTP 3rd party transfers to that file for now until I have them sorted out.
-
- Sep 12, 2006
-
-
Yang Tse 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
-
-
Gisle Vanem authored
Winsock.
-
- Sep 09, 2006
-
-
Gisle Vanem authored
-
- Sep 08, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 07, 2006
-
-
Daniel Stenberg authored
cache within the multi handle.
-
- Sep 06, 2006
-
-
Daniel Stenberg authored
server as part of test cases
-
- Aug 31, 2006
-
-
Daniel Stenberg authored
-
- Aug 23, 2006
-
-
Dan Fandrich authored
-
- 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
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 14, 2006
-
-
Yang Tse authored
-
- Aug 07, 2006
-
-
Yang Tse authored
-
- Jul 29, 2006
-
-
Yang Tse authored
-
- Jul 28, 2006
-
-
Yang Tse authored
-
- Jul 27, 2006
-
-
Daniel Stenberg authored
-
- Jul 19, 2006
- Jul 17, 2006
-
-
Yang Tse authored
-Log errno in message if setsockopt() fails. -Close listener socket on major errors.
-
Yang Tse authored
tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here.
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 14, 2006
-
-
Yang Tse authored
-