Age | Commit message (Expand) | Author |
2006-09-20 | Armel Asselin fixed problems when you gave a proxy URL with user name and | Daniel Stenberg |
2006-09-20 | lots of "HTTPS" features are really "SSL" ones as they are also valid for | Daniel Stenberg |
2006-09-20 | Michael Wallner's test program again help me track down a problem. This time | Daniel Stenberg |
2006-09-20 | PEM is default type for key and cert | Daniel Stenberg |
2006-09-16 | Resize the connection cache upwards when adding more handles than what | Daniel Stenberg |
2006-09-16 | Armel Asselin - When the easy handle is removed from the multi while libcurl | Daniel Stenberg |
2006-09-15 | file-local function should be static and not use Curl_ prefix! | Daniel Stenberg |
2006-09-13 | Use 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' for | Gisle Vanem |
2006-09-13 | Compiler warning fix | Yang Tse |
2006-09-13 | nicer reporting of disabled tests | Daniel Stenberg |
2006-09-13 | added CVS id and clarified the comment lines | Daniel Stenberg |
2006-09-13 | Added a generic way to disable test cases when "all" is run, and added the | Daniel Stenberg |
2006-09-13 | Fix error introduced in file version 1.369 | Yang Tse |
2006-09-12 | Compiler warning fix | Yang Tse |
2006-09-12 | stuff we do | Daniel Stenberg |
2006-09-12 | hiperfifo.c by Jeff Pohlmeyer | Daniel Stenberg |
2006-09-12 | pipelining support is added now | Daniel Stenberg |
2006-09-12 | example code by Michael Wallner | Daniel Stenberg |
2006-09-12 | corrected URL | Daniel Stenberg |
2006-09-12 | so it seems SOCKS5 too (still) has problems with connect timeouts | Daniel Stenberg |
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse |
2006-09-11 | If 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 port | Daniel Stenberg |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg |
2006-09-11 | stupid mistake rectified by Jeff Pohlmeyer | Daniel Stenberg |
2006-09-10 | Compiler warning fix | Yang Tse |
2006-09-10 | Compiler warning fix | Yang Tse |
2006-09-10 | curl_multi_socket() fix thanks to Jeff's test code | Daniel Stenberg |
2006-09-10 | Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a | Daniel Stenberg |
2006-09-10 | Added a useful debug function within #if 0. The function makes it easy to | Daniel Stenberg |
2006-09-10 | Added select_test() function to allow selecting on no sockets on | Gisle Vanem |
2006-09-09 | SIGALARM -> SIGALRM. | Gisle Vanem |
2006-09-09 | #ifdef around alarmfunc() to supress warning. | Gisle Vanem |
2006-09-09 | iconv-data needs to be fully reallocated (to prevent a double-free). | Gisle Vanem |
2006-09-09 | Print usage in case 'arg2 == NULL'. | Gisle Vanem |
2006-09-09 | Duplicate iconv-data too in curl_easy_duphandle(). | Gisle Vanem |
2006-09-09 | Compiler warning fix | Yang Tse |
2006-09-09 | Michele Bini fixed how the hostname is put in NTLM packages. As servers | Daniel Stenberg |
2006-09-09 | tab => space | Daniel Stenberg |
2006-09-08 | Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some | Daniel Stenberg |
2006-09-08 | signal() returns 'void (*)(int)'. | Gisle Vanem |
2006-09-08 | Mention that CURLOPT_MAX_RECV/SEND* were added in 7.15.5 | Daniel Stenberg |
2006-09-08 | Update comment reflecting structure change. | Gisle Vanem |
2006-09-08 | removed the comment that isn't valid for this file, just a copy'n paste error | Daniel Stenberg |
2006-09-08 | Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle. | Gisle Vanem |
2006-09-08 | test 530 is the first ever HTTP pipelining test for libcurl | Daniel Stenberg |
2006-09-08 | Compilation fix | Yang Tse |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-09-07 | Fix compiler warning | Yang Tse |