aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-21-z works on FTP, tooDan Fandrich
2006-09-21(FTP) a failed upload does not invalidate the control connectionDaniel Stenberg
2006-09-21Added test case 531 in an attempt to repeat bug report #1561470Daniel Stenberg
2006-09-21Extended the explanation for CURLM_CALL_MULTI_PERFORM somewhat.Daniel Stenberg
2006-09-20Armel Asselin fixed problems when you gave a proxy URL with user name andDaniel Stenberg
2006-09-20lots of "HTTPS" features are really "SSL" ones as they are also valid forDaniel Stenberg
2006-09-20Michael Wallner's test program again help me track down a problem. This timeDaniel Stenberg
2006-09-20PEM is default type for key and certDaniel Stenberg
2006-09-16Resize the connection cache upwards when adding more handles than whatDaniel Stenberg
2006-09-16Armel Asselin - When the easy handle is removed from the multi while libcurlDaniel Stenberg
2006-09-15file-local function should be static and not use Curl_ prefix!Daniel Stenberg
2006-09-13Use CSOURCES as other makefiles. Add line for dependency generation.Gisle Vanem
2006-09-13'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' forGisle Vanem
2006-09-13Compiler warning fixYang Tse
2006-09-13nicer reporting of disabled testsDaniel Stenberg
2006-09-13added CVS id and clarified the comment linesDaniel Stenberg
2006-09-13Added a generic way to disable test cases when "all" is run, and added theDaniel Stenberg
2006-09-13Fix error introduced in file version 1.369Yang Tse
2006-09-12Compiler warning fixYang Tse
2006-09-12stuff we doDaniel Stenberg
2006-09-12hiperfifo.c by Jeff PohlmeyerDaniel Stenberg
2006-09-12pipelining support is added nowDaniel Stenberg
2006-09-12example code by Michael WallnerDaniel Stenberg
2006-09-12corrected URLDaniel Stenberg
2006-09-12so it seems SOCKS5 too (still) has problems with connect timeoutsDaniel Stenberg
2006-09-12Cygwin preprocessor adjustmentsYang Tse
2006-09-11If the current connection doesn't fit to get added to the connection cache,Daniel Stenberg
2006-09-11- Guilherme Balena Versiani: I noted a strange BUG in Win32 portDaniel Stenberg
2006-09-11- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg
2006-09-11stupid mistake rectified by Jeff PohlmeyerDaniel Stenberg
2006-09-10Compiler warning fixYang Tse
2006-09-10Compiler warning fixYang Tse
2006-09-10curl_multi_socket() fix thanks to Jeff's test codeDaniel Stenberg
2006-09-10 Jeff Pohlmeyer presented a *multi_socket()-using program that exposed aDaniel Stenberg
2006-09-10Added a useful debug function within #if 0. The function makes it easy toDaniel Stenberg
2006-09-10Added select_test() function to allow selecting on no sockets onGisle Vanem
2006-09-09SIGALARM -> SIGALRM.Gisle Vanem
2006-09-09#ifdef around alarmfunc() to supress warning.Gisle Vanem
2006-09-09iconv-data needs to be fully reallocated (to prevent a double-free).Gisle Vanem
2006-09-09Print usage in case 'arg2 == NULL'.Gisle Vanem
2006-09-09Duplicate iconv-data too in curl_easy_duphandle().Gisle Vanem
2006-09-09Compiler warning fixYang Tse
2006-09-09Michele Bini fixed how the hostname is put in NTLM packages. As serversDaniel Stenberg
2006-09-09tab => spaceDaniel Stenberg
2006-09-08Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. SomeDaniel Stenberg
2006-09-08signal() returns 'void (*)(int)'.Gisle Vanem
2006-09-08Mention that CURLOPT_MAX_RECV/SEND* were added in 7.15.5Daniel Stenberg
2006-09-08Update comment reflecting structure change.Gisle Vanem
2006-09-08removed the comment that isn't valid for this file, just a copy'n paste errorDaniel Stenberg
2006-09-08Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle.Gisle Vanem