Age | Commit message (Expand) | Author |
2014-11-29 | tests: Disable test 1013 until SMB is fully added | Steve Holme |
2014-11-29 | smb: Added SMB protocol and port definitions | Bill Nagel |
2014-11-29 | smb: Added internal SMB definitions and structures | Bill Nagel |
2014-11-29 | smb: Added SMB connection structure | Bill Nagel |
2014-11-29 | smb: Added initial source files for SMB | Bill Nagel |
2014-11-29 | smb: Added configuration options for SMB | Bill Nagel |
2014-11-28 | runtests.pl: fix startup of IPv6 servers | Peter Wu |
2014-11-28 | runtests.pl: fix warning message, remove duplicate value | Peter Wu |
2014-11-27 | http.c: Fixed compilation warnings from features being disabled | Steve Holme |
2014-11-27 | RELEASE-NOTES: Synced with c5399c827d | Steve Holme |
2014-11-26 | tests: Added SMTP with --crlf test case | Steve Holme |
2014-11-26 | docs: Updated for commit 4bd860a001 and SMTP Unix line ending conversion | Steve Holme |
2014-11-26 | smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob() | Steve Holme |
2014-11-26 | smtp: Added support for the conversion of Unix newlines during mail send | Steve Holme |
2014-11-25 | CURLOPT_CRLF.3: Fixed inclusion of SMTP in listed protocols | Steve Holme |
2014-11-25 | curl*3: added small examples | Daniel Stenberg |
2014-11-25 | libcurl.3: fix formatting | Daniel Stenberg |
2014-11-25 | man pages: SEE ALSO curl_multi_wait | Daniel Stenberg |
2014-11-25 | curl_multi_wait.3: clarify numfds being used if not NULL | Daniel Stenberg |
2014-11-25 | multi-single.c: switch to use curl_multi_wait | Daniel Stenberg |
2014-11-25 | testcurl: bump the version of this script! | Daniel Stenberg |
2014-11-25 | testcurl: skip reading the setup file if given enough cmdline info | Daniel Stenberg |
2014-11-25 | select.c: fix compilation for VxWorks | Daniel Stenberg |
2014-11-24 | SSL: Add PEM format support for public key pinning | moparisthebest |
2014-11-24 | Revert "repository: ignore patch files generated by git" | Kamil Dudka |
2014-11-23 | multi.c: Fixed compilation warnings when no verbose string support | Steve Holme |
2014-11-23 | RELEASE-NOTES: Synced with 1450712e76 | Steve Holme |
2014-11-23 | sasl: Tidied up some parameter comments | Steve Holme |
2014-11-23 | sasl: Reduced the need for two sets of NTLM functions | Steve Holme |
2014-11-23 | ntlm: Moved NSS initialisation to base decode function | Steve Holme |
2014-11-23 | http_ntlm: Fixed additional NSS initialisation call when decoding type-2 | Steve Holme |
2014-11-23 | ntlm: Fixed static'ness of local decode function | Steve Holme |
2014-11-23 | ntlm: Corrected some parameter names and comments | Steve Holme |
2014-11-22 | runtests.pl: Re-aligned feature support comments | Steve Holme |
2014-11-22 | runtests.pl: Use Kerberos and SPNEGO as proxies for the crypto feature | Steve Holme |
2014-11-22 | runtests.pl: Added support for SPNEGO | Steve Holme |
2014-11-22 | runtests.pl: Added Kerberos detection | Steve Holme |
2014-11-22 | runtests.pl: Added GSS-API detection | Steve Holme |
2014-11-21 | FILEFORMAT: Added SSPI, GSS-API and Kerberos to the features list | Steve Holme |
2014-11-21 | FILEFORMAT: Added test requires feature not present information | Steve Holme |
2014-11-20 | http.c: log if it notices HTTP 1.1 after a upgrade to http2 | Daniel Stenberg |
2014-11-20 | test1801: first real http2 test case | Daniel Stenberg |
2014-11-20 | sws: initial tiny steps toward http2 support | Daniel Stenberg |
2014-11-20 | FILEFORMAT: mention the new upgrade support | Daniel Stenberg |
2014-11-20 | test1800: first plain-text http2 test case | Daniel Stenberg |
2014-11-20 | http: Disable pipelining for HTTP/2 and upgraded connections | Tatsuhiro Tsujikawa |
2014-11-20 | CURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS option | Brad Harder |
2014-11-19 | multi-uv.c: Updated for curl coding standards | Steve Holme |
2014-11-19 | conncache: Fixed specifiers in infof() for long and size_t variables | Steve Holme |
2014-11-19 | cmake: add Kerberos to the supported features | Peter Wu |