summaryrefslogtreecommitdiff
path: root/docs/CURL-DISABLE.md
Commit message (Collapse)AuthorAgeFilesLines
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-0/+4
| | | | | | | | Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868
* mqtt: enable by defaultDaniel Stenberg2020-08-311-0/+4
| | | | | | No longer considered experimental. Closes #5858
* configure: added --disable-get-easy-optionsDaniel Stenberg2020-08-271-0/+5
| | | | | | To allow disabling of the curl_easy_option APIs in a build. Closes #5365
* socketpair: allow CURL_DISABLE_SOCKETPAIRDaniel Stenberg2020-08-261-0/+5
| | | | | | ... to completely disable the use of socketpair Closes #5850
* docs: fix some typosmhasbini2019-12-061-1/+1
| | | | Closes #4680
* CURL-DISABLE: initial docs for the CURL_DISABLE_* definesDaniel Stenberg2019-11-121-0/+110
The disable-scan script used in test 1165 is extended to also verify that the docs cover all used defines and all defines offered by configure. Reported-by: SLDiggie on github Fixes #4545 Closes #4587