Age | Commit message (Expand) | Author |
2009-05-18 | 7.19.5 brought 16 new contributors | Daniel Stenberg |
2009-05-18 | 7.19.5 coming up | Daniel Stenberg |
2009-05-18 | Remove temporary debug tracing, and add nasty error explanation | Yang Tse |
2009-05-18 | Intentionally avoid checking if the address of SystemFunction036, a.k.a. | Yang Tse |
2009-05-18 | Simplify c-ares function capability check | Yang Tse |
2009-05-18 | - Provide in external interface preprocessor symbol definitions for | Yang Tse |
2009-05-17 | fixed case. | Gunter Knauf |
2009-05-17 | Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_... | Yang Tse |
2009-05-17 | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse |
2009-05-17 | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse |
2009-05-17 | - James Bursa posted a patch to the mailing list that fixed a problem with | Daniel Stenberg |
2009-05-15 | Extend displaying of logfiles upon first server start-up failure for http, ht... | Yang Tse |
2009-05-15 | Displaying of logfiles on ftp server satrtup failure for test case #100 becom... | Yang Tse |
2009-05-15 | fix compiler warning: unused variable | Yang Tse |
2009-05-15 | remove outdated comment | Yang Tse |
2009-05-15 | Fix preprocessor conditional expression | Yang Tse |
2009-05-14 | Add some debug tracing | Yang Tse |
2009-05-14 | Fix detection of automatically choosen listener port number on IPv6 enabled b... | Yang Tse |
2009-05-13 | log each setsockopt/SO_REUSEADDR failure | Yang Tse |
2009-05-13 | fix print formatting-string directives | Yang Tse |
2009-05-12 | temporary debug trace for ftp server satrtup failure on testcase #100 | Yang Tse |
2009-05-12 | Reverted my change to use Curl_connected_proxy() here. Clearly I wasn't | Daniel Stenberg |
2009-05-12 | fix LC_ALL and LC_CTYPE when set with conflicting values | Yang Tse |
2009-05-12 | make no proxy set return OK from Curl_connected_proxy() since it will be called | Daniel Stenberg |
2009-05-12 | fiX *__SOCKLEN_T definitions for remaining targets | Yang Tse |
2009-05-12 | *__SOCKLEN_T definitions for OS400 already fixed | Yang Tse |
2009-05-11 | curl_multi_socket and curl_multi_socket_all to be removed at next major | Daniel Stenberg |
2009-05-11 | split off curl_multi_socket_action() into its own separate man page as this is | Daniel Stenberg |
2009-05-11 | curl_multi_socket_action() is the one we favor! | Daniel Stenberg |
2009-05-11 | TELNET transfers and SOCKS handshakes are blocking too | Daniel Stenberg |
2009-05-11 | fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targets | Yang Tse |
2009-05-11 | "228 - rpath problems in linking with custom openssl" removed | Daniel Stenberg |
2009-05-11 | #234 Done! | Yang Tse |
2009-05-11 | Adjust test definition for TPF. | Yang Tse |
2009-05-11 | Fetch curl's 'CharConv' feature information, used by TPF. | Yang Tse |
2009-05-11 | - Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to | Daniel Stenberg |
2009-05-11 | timeout in milliseconds works for me! | Daniel Stenberg |
2009-05-11 | Added KNOWN_BUGS #65, and marked it for TODO in the _next_ release as I'm | Daniel Stenberg |
2009-05-11 | moved variables more locally to get rid of one set of #ifdefs | Daniel Stenberg |
2009-05-11 | Use Curl_connected_proxy() here instead of duplicating code. Spell out the | Daniel Stenberg |
2009-05-11 | fix the Curl_connected_proxy function for when libcurl actually connects fine | Daniel Stenberg |
2009-05-11 | Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using | Daniel Stenberg |
2009-05-11 | support --help to do the same as -h | Daniel Stenberg |
2009-05-11 | - Balint Szilakszi reported a memory leak when libcurl did gzip decompression | Daniel Stenberg |
2009-05-11 | - Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth | Daniel Stenberg |
2009-05-11 | - I fixed the problem with doing NTLM, POST and then following a 302 redirect, | Daniel Stenberg |
2009-05-11 | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg |
2009-05-11 | Fix name of tool shown upon error. | Yang Tse |
2009-05-11 | Remove experimental check. Currently there's no need for it. | Yang Tse |
2009-05-10 | Added test 1100 - "HTTP POST with NTLM authorization and following a 302 | Daniel Stenberg |