Age | Commit message (Expand) | Author |
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 |
2014-11-19 | cmake: fix NTLM detection when CURL_DISABLE_HTTP defined | Peter Wu |
2014-11-19 | RELEASE-NOTES: synced with cb13fad733e | Daniel Stenberg |
2014-11-19 | examples: Wait recommended 100ms when no file descriptors are ready | Jay Satiro |
2014-11-19 | multi-uv.c: close the file handle after download | Waldek Kozba |
2014-11-19 | multi: inform about closed sockets before they are closed | Jon Spencer |
2014-11-19 | build: in Makefile.m32 moved target autodetection. | Guenter Knauf |
2014-11-19 | build: in Makefile.m32 simplify platform flags. | Guenter Knauf |
2014-11-19 | build: in Makefile.m32 try to detect 64bit target. | Guenter Knauf |
2014-11-19 | CMake: Simplify if() conditions on check result variables | Brad King |
2014-11-19 | TODO-RELEASE: removed | Daniel Stenberg |
2014-11-18 | debug: added new connection cache output, plus fixups | Carlo Wood |
2014-11-18 | multi: move the ending condition into the loop as well | Daniel Stenberg |
2014-11-18 | multi: Prefer we don't use CURLE_OK and NULL in comparisons | Steve Holme |
2014-11-18 | multi_runsingle: use 'result' for local CURLcode storage | Daniel Stenberg |