Age | Commit message (Expand) | Author |
2012-07-07 | RELEASE-NOTES: synced with 5a99bce07d | Daniel Stenberg |
2012-07-07 | KNOWN_BUGS: NTLM with unicode works with schannel/winssl! | Daniel Stenberg |
2012-07-06 | code police: narrow source to < 80 columns | Daniel Stenberg |
2012-07-05 | unicode NTLM SSPI: cleanup follow-up | Yang Tse |
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse |
2012-07-05 | tests: use connection-monitor and verify results | Daniel Stenberg |
2012-07-05 | http-proxy: keep CONNECT connections alive (for NTLM) | Daniel Stenberg |
2012-07-05 | sws: support <servercmd> for CONNECT requests | Daniel Stenberg |
2012-07-05 | FILEFORMAT: provided a full description of connection-monitor | Daniel Stenberg |
2012-07-05 | lib503: enable verbose to ease debugging this | Daniel Stenberg |
2012-07-05 | sws: add 'connection-monitor' command support | Daniel Stenberg |
2012-07-04 | Removed non-used variable. | Guenter Knauf |
2012-07-04 | Added error checking for samples. | Guenter Knauf |
2012-07-04 | Renamed vars to avoid shadow global declaration. | Guenter Knauf |
2012-07-03 | docs: clarify how to start with curl_multi_socket_action | Daniel Stenberg |
2012-07-03 | Moved some patterns to subfolder's .gitignore. | Guenter Knauf |
2012-07-03 | Merge branch 'master' of ssh://github.com/bagder/curl | Guenter Knauf |
2012-07-03 | MinGW makefile tweaks for running from sh. | Guenter Knauf |
2012-07-03 | curl_ntlm_msgs.c: Removed unused variable passwd | Marc Hoersken |
2012-07-03 | Added files generated by mingw32, eclipse and VC. | Guenter Knauf |
2012-07-03 | cookies: change the URL in the cookie jar file header | Daniel Stenberg |
2012-07-03 | HTTP-COOKIES: clarified and modified layout | Daniel Stenberg |
2012-07-03 | HTTP-COOKIES: use the FAQ document layout | Daniel Stenberg |
2012-07-03 | HTTP-COOKIES: added cookie documentation | Daniel Stenberg |
2012-07-03 | curl_ntlm_msgs.c: include <tchar.h> for prototypes | Yang Tse |
2012-07-02 | testcurl.pl: fix missing semicolon | Neil Bowers |
2012-07-02 | unicode NTLM SSPI: heap corruption fixed | Christian Hägele |
2012-07-02 | testcurl.pl: allow non in-tree c-ares enabled autobuild | Yang Tse |
2012-07-02 | configure.ac: verify that libmetalink is new enough | Yang Tse |
2012-07-02 | curl: Added runtime version check for libmetalink | Tatsuhiro Tsujikawa |
2012-07-02 | Include metalink/metalink.h for libmetalink functions | Tatsuhiro Tsujikawa |
2012-07-02 | errors: CURLM_CALL_MULTI_PERFORM is not returned anymore | Daniel Stenberg |
2012-07-01 | release: cleaned up plans for this and coming release | Daniel Stenberg |
2012-06-29 | curl-compilers.m4: remove -Wstrict-aliasing=3 from clang | Yang Tse |
2012-06-29 | test2017 to test2022: more metalink tests | Yang Tse |
2012-06-29 | test2005 to test2016: improve failure detection | Yang Tse |
2012-06-28 | lib582.c: fix conversion warning | Yang Tse |
2012-06-28 | nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes | Yang Tse |
2012-06-28 | nss.c: Fixed size_t conversion warnings | Marc Hoersken |
2012-06-28 | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse |
2012-06-28 | schannel: provide two additional (dummy) API defines | Daniel Stenberg |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa |
2012-06-27 | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg |
2012-06-27 | ssluse.c: fix compiler warning: conversion to 'int' from 'size_t' | Yang Tse |
2012-06-27 | sslgen.c: add compile-time check for SSL-backend completeness | Yang Tse |
2012-06-27 | build: add our standard includes to curl_darwinssl.c and curl_multibyte.c | Yang Tse |
2012-06-27 | build: add curl_schannel and curl_darwinssl files to other build systems | Yang Tse |
2012-06-27 | tests: add five more Metalink test cases | Yang Tse |
2012-06-27 | tests: update Metalink message format | Yang Tse |
2012-06-27 | Metalink: updated message format | Tatsuhiro Tsujikawa |