Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-23 | http2: add stream options to dist and curl_easy_setopt.3 | Daniel Stenberg | |
2015-09-12 | opts: add CURLINFO_* man pages to dist | Daniel Stenberg | |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot | |
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'. | |||
2015-06-24 | http2: initial HTTP/2 server push types/docs | Daniel Stenberg | |
2015-05-18 | CURLOPT_PIPEWAIT: added | Daniel Stenberg | |
By setting this option to 1 libcurl will wait for a connection to reveal if it is possible to pipeline/multiplex on before it continues. | |||
2015-04-28 | dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME | Daniel Stenberg | |
2015-04-22 | docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too | Kamil Dudka | |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg | |
--path-as-is is the command line option Added docs in curl.1 and CURLOPT_PATH_AS_IS.3 Added test in test 1241 | |||
2015-03-20 | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini | |
This option can be used to enable/disable TLS False Start defined in the RFC draft-bmoeller-tls-falsestart. | |||
2015-01-16 | opts: add CURLOPT_SSL_VERIFYSTATUS* to docs/Makefile | Daniel Stenberg | |
2014-12-03 | opts: added CURLOPT_UNIX_SOCKET_PATH to Makefile.am | Daniel Stenberg | |
2014-11-04 | opts-Makefile: put more man pages into dist and make hmtl+pdf | Daniel Stenberg | |
2014-11-03 | opts: made stand-alone man-pages for several multi options | Daniel Stenberg | |
2014-06-21 | opts: fixed mancheck for out-of-tree builds | Dan Fandrich | |
2014-06-20 | opts: add the rest of the options | Daniel Stenberg | |
... and fixed mancheck to ignore obsolete options | |||
2014-06-19 | opts: makefile now includes all current man pages | Daniel Stenberg | |
2014-06-18 | opts: add all existing man pages to the dist | Daniel Stenberg | |
2014-06-17 | opts: initial makefile | Daniel Stenberg | |
with a bonus first rough 'mancheck' target to see which man pages that are still missing |