Age | Commit message (Expand) | Author |
2014-04-06 | RELEASE-NOTES: Synced with 5cdb61abb2 | Steve Holme |
2014-04-06 | tests: Disabled DIGEST-MD5 tests when running with SSPI enabled | Steve Holme |
2014-04-06 | sasl: Fixed compilation warning | Steve Holme |
2014-04-06 | sasl: Added curl_memory.h include as per test 1132 | Steve Holme |
2014-04-06 | sasl: Fixed compilation warning in SSPI builds | Steve Holme |
2014-04-06 | sasl: Corrected missing free of decoded challenge message from 607883f13c | Steve Holme |
2014-04-06 | sasl: Corrected add of Curl_sasl_decode_digest_md5_message() from 2c49e96092 | Steve Holme |
2014-04-06 | sasl: Post DIGEST-MD5 SSPI code tidy up | Steve Holme |
2014-04-06 | sasl: Corrected pre-processor inclusion of SSPI based DIGEST-MD5 code | Steve Holme |
2014-04-06 | sasl: Added support for DIGEST-MD5 via Windows SSPI | Steve Holme |
2014-04-06 | http_negotiate_sspi: Fixed compilation when USE_HTTP_NEGOTIATE not defined | Steve Holme |
2014-04-06 | Makefile.vc6: Added curl_sasl_sspi.c | Steve Holme |
2014-04-06 | Makefile.vc6: Follow up fix to commit 45d3f00803 | Steve Holme |
2014-04-06 | ntlm: Moved the identity generation into shared SSPI code | Steve Holme |
2014-04-06 | sasl: Renamed SSPI module following short name clash | Steve Holme |
2014-04-05 | sasl: Added initial stub functions for SSPI DIGEST-MD support | Steve Holme |
2014-04-05 | sasl: Combined DIGEST-MD5 message decoding and generation | Steve Holme |
2014-04-05 | Makefile.vc6: added warnless.c to fix build | Marc Hoersken |
2014-04-05 | winbuild: Updated the VC++ make instructions following commit 11025613b9 | Steve Holme |
2014-04-05 | http2: Compile with current nghttp2, which supports h2-11 | Tatsuhiro Tsujikawa |
2014-04-05 | winbuild: Added Visual Studio 2005 (VC8) project files | Steve Holme |
2014-04-04 | curl_easy_setopt: fix wrong version number references | Daniel Stenberg |
2014-04-04 | docs: this is for 7.37.0 | Daniel Stenberg |
2014-04-04 | PROXYHEADER: send these headers in "normal" proxy requests too | Daniel Stenberg |
2014-04-04 | test1428: verify --proxy-header | Daniel Stenberg |
2014-04-04 | curl.1: documented --proxy-header | Daniel Stenberg |
2014-04-04 | curl: add --proxy-header | Maciej Puzio |
2014-04-04 | symbols-in-versions: Added CURLHEADER_* | Daniel Stenberg |
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-04-04 | HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue | Daniel Stenberg |
2014-04-03 | ftp: in passive data connect wait for happy eyeballs sockets | Daniel Stenberg |
2014-04-03 | http2+openssl: fix compiler warnings in ALPN using code | Daniel Stenberg |
2014-04-03 | tests: unified use of some keywords | Dan Fandrich |
2014-04-03 | tests: added some missing closing tags | Dan Fandrich |
2014-04-03 | runtests: insist on a <keywords> section | Daniel Stenberg |
2014-04-03 | tests: add keywords to the last 7 tests lacking them | Daniel Stenberg |
2014-04-01 | smtp: Fixed login denied with a RFC-821 based server | Steve Holme |
2014-04-01 | tests: Added SMTP with credientials test when not supported by server | Steve Holme |
2014-04-01 | urldata: spellfix comment | Daniel Stenberg |
2014-03-31 | RELEASE-NOTES: Synced with dd07e79023 | Steve Holme |
2014-03-31 | tests: Added SMTP with credentials test for RFC-821 based server | Steve Holme |
2014-03-31 | ipv6: strip off zone identifiers in redirects too | Daniel Stenberg |
2014-03-31 | docs: Removed mention of -g hack when using IPv6 literals | Dan Fandrich |
2014-03-31 | http2: let openssl mention the exact protocol negotiated | Daniel Stenberg |
2014-03-31 | http2: remove _DRAFT09 from the NPN_HTTP2 enum | Daniel Stenberg |
2014-03-31 | URL parser: IPv6 zone identifiers are now supported | Till Maas |
2014-03-30 | curl: stop interpreting IPv6 literals as glob patterns. | Paul Marks |
2014-03-30 | test938: Updated to use file input for upload | Steve Holme |
2014-03-30 | test836: Fixed incorrect username in expected output | Steve Holme |