Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-31 | http2: more documentation for prior knowledge | Daniel Stenberg | |
2016-03-31 | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes | |
Supports HTTP/2 over clear TCP - Optimize switching to HTTP/2 by removing calls to init and setup before switching. Switching will eventually call setup and setup calls init. - Supports new version to “force” the use of HTTP/2 over clean TCP - Add common line parameter “--http2-prior-knowledge” to the Curl command line tool. | |||
2016-03-29 | build: use roffit 0.11 feature | Daniel Stenberg | |
... load file specified as argument. | |||
2016-03-29 | TODO: use secure protocol in recently added URL | Viktor Szakats | |
Closes #733 | |||
2016-03-29 | HTTP2.md: mention libressl and boringssl too | Daniel Stenberg | |
2016-03-29 | docs/HTTP-COOKIES: converted to markdown | Daniel Stenberg | |
2016-03-29 | HTTP2: s/polarssl/mbedtls | Daniel Stenberg | |
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro | |
2016-03-28 | TODO: 2.5 Edge-triggered sockets should work | Daniel Stenberg | |
2016-03-27 | CURLMOPT_SOCKETFUNCTION.3: describe the 'what' argument | Daniel Stenberg | |
2016-03-27 | curl_multi_socket_action.3: mark the options properly | Daniel Stenberg | |
... to make them appear as links on the html version. | |||
2016-03-27 | docs: curlinfo_filetime sftp support, new curlopt_quote "statvfs" | marquis-de-muesli | |
Closes #677 | |||
2016-03-25 | docs/TODO: Add feature request for metalink in HTTP headers | Dusty Mabe | |
Closes #729 Closes #728 | |||
2016-03-24 | schannel: Add ALPN support | JDepooter | |
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724 | |||
2016-03-23 | RELEASE-PROCEDURE: mention the github release tag edit | Daniel Stenberg | |
... and update the coming release dates a bit | |||
2016-03-23 | THANKS: 15 new contributors from 7.48.0 release | Daniel Stenberg | |
2016-03-23 | CURLINFO_TLS_SSL_PTR.3: Warn about limitations | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/685 | |||
2016-03-22 | libcurl-thread.3: minor nroff format fix | Daniel Stenberg | |
2016-03-22 | CURLINFO_TLS_SSL_PTR.3: minor nroff format fix | Daniel Stenberg | |
2016-03-22 | CODE_STYLE: indend example code | Daniel Stenberg | |
... to make it look nicer in markdown outputa | |||
2016-03-20 | CODE_STYLE: Use boolean conditions | Steve Holme | |
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style. | |||
2016-03-19 | KNOWN_BUGS: #93 Issue with CURLFORM_CONTENTLEN in arrays on 32-bit platforms | Steve Holme | |
2016-03-18 | FAQ: 2.5 Install libcurl for both 32bit and 64bit? | Daniel Stenberg | |
2016-03-15 | CURLOPT_SSLENGINE.3: Only for OpenSSL built with engine support | Jay Satiro | |
Bug: https://curl.haxx.se/mail/lib-2016-03/0150.html Reported-by: Oliver Graute | |||
2016-03-14 | CODE_STYLE: Space around operators | Daniel Stenberg | |
As just discussed on the mailing list, also document how we prefer spacing in expressions. | |||
2016-03-14 | CODE_STYLE: add example for indent style as well | Daniel Stenberg | |
2016-03-14 | CODE_STYLE: mention braces for functions too | Daniel Stenberg | |
2016-03-14 | docs/Makefile.am: include CODE_STYLE in tarball too | Daniel Stenberg | |
2016-03-14 | CONTRIBUTE: moved out code style to a separate document | Daniel Stenberg | |
2016-03-14 | CODE_STYLE: initial version | Daniel Stenberg | |
Ripped out from CONTRIBUTE into its own document, but also extended from there. | |||
2016-03-13 | TODO: Use the RFC6265 test suite | Daniel Stenberg | |
2016-03-10 | THANKS-filter: unify Michael König | Daniel Stenberg | |
2016-03-09 | HTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt-svc link | Daniel Stenberg | |
2016-03-09 | curl_multi_wait.3: add example | Daniel Stenberg | |
2016-03-08 | opt-docs: fix heading macros | Jay Satiro | |
..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond | |||
2016-03-08 | HTTP2.md: HTTP/2 by default for curl's HTTPS connections | Daniel Stenberg | |
2016-03-08 | HTTP2.md: mention the disable ALPN and NPN options | Daniel Stenberg | |
2016-03-07 | TODO: 17.12 keep running, read instructions from pipe/socket | Daniel Stenberg | |
And delete trailing whitespace And rename section 17 to "command line tool" from "client" Closes #702 | |||
2016-03-06 | CURLOPT_ACCEPTTIMEOUT_MS.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_ACCEPT_ENCODING.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_APPEND.3: added example | Daniel Stenberg | |
2016-03-06 | CURLOPT_NOPROGRESS.3: added example, conform to stardard style | Daniel Stenberg | |
2016-03-06 | opts: added two examples | Daniel Stenberg | |
2016-03-06 | CURLOPT_SSL_CTX_FUNCTION.3: use .NF for example | Daniel Stenberg | |
2016-03-06 | CURLOPT_SSL_CTX_FUNCTION.3: added example | Daniel Stenberg | |
and removed erroneous reference to test case lib509 | |||
2016-03-06 | curlx.c: use more curl style code | Daniel Stenberg | |
2016-02-27 | getinfo: Add support for mbedTLS TLS session info | Jay Satiro | |
.. and preprocessor check TLS session info is defined for all backends. | |||
2016-02-26 | ROADMAP: clarify on the TLS proxy, mention HTTP cookies to work on | Daniel Stenberg | |
2016-02-23 | getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION | Jay Satiro | |
The two options are almost the same, except in the case of OpenSSL: CURLINFO_TLS_SESSION OpenSSL session internals is SSL_CTX *. CURLINFO_TLS_SSL_PTR OpenSSL session internals is SSL *. For backwards compatibility we couldn't modify CURLINFO_TLS_SESSION to return an SSL pointer for OpenSSL. Also, add support for the 'internals' member to point to SSL object for the other backends axTLS, PolarSSL, Secure Channel, Secure Transport and wolfSSL. Bug: https://github.com/curl/curl/issues/234 Reported-by: dkjjr89@users.noreply.github.com Bug: https://curl.haxx.se/mail/lib-2015-09/0127.html Reported-by: Michael König | |||
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro | |
- Add tests. - Add an example to CURLOPT_TFTP_NO_OPTIONS.3. - Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS. Bug: https://github.com/curl/curl/issues/481 |