- 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
-
- Jul 13, 2006
-
-
Yang Tse authored
Change to meaningful var names and take care of a compiler warning on IRIX 6.5.22 MIPSPro C 7.3 64bit
-
- Jul 12, 2006
- Jul 08, 2006
-
-
Daniel Stenberg authored
string comparisons on the path which is incorrect and provided a patch that fixes this. I edited test case 8 to include details that test for this.
-
- Jun 10, 2006
-
-
Gisle Vanem authored
-