#
c4ab3337 |
| 10-Sep-2024 |
Daniel Stenberg |
CURLOPT_*-docs: provide additional details Went through CURLOPTTYPE_STRINGPOINT and CURLOPTTYPE_SLISTPOINT options and clarified: - what happens when setting the option *again*
CURLOPT_*-docs: provide additional details Went through CURLOPTTYPE_STRINGPOINT and CURLOPTTYPE_SLISTPOINT options and clarified: - what happens when setting the option *again* - setting to NULL disables/restores to default - libcurl does not copy the slist for options using a such Closes #14846
show more ...
|
#
6429ce8e |
| 23-Aug-2024 |
Dan Fandrich |
docs: fix some examples in man pages The man-examples job hasn't been running for a few months to verify that these compile, so some mistakes slipped in. Ref: #14654
|
#
b2696ac3 |
| 30-Jul-2024 |
Ivan Kuchin |
misc: cleanup after removing years from copyright - remove leftover copyright years from few test files - fix email in copyright lines - consistent format of copyright lines
misc: cleanup after removing years from copyright - remove leftover copyright years from few test files - fix email in copyright lines - consistent format of copyright lines Closes #14312
show more ...
|
#
5a488251 |
| 18-Jul-2024 |
Daniel Stenberg |
curldown: fixups - make DEFAULT sections less repetitive - make historic mentions use HISTORY - generate the protocols section on `# %PROTOCOLS%` instead of guessing
curldown: fixups - make DEFAULT sections less repetitive - make historic mentions use HISTORY - generate the protocols section on `# %PROTOCOLS%` instead of guessing where to put it - generate the availability section on `# %AVAILABILITY%` instead of guessing where to put it - make the protocols section more verbose Closes #14227
show more ...
|
#
8c1d9378 |
| 17-Jul-2024 |
Daniel Stenberg |
curldown: make 'added-in:' a mandatory header field - generate AVAILABILITY manpage sections automatically - for consistent wording - allows us to double-check against other d
curldown: make 'added-in:' a mandatory header field - generate AVAILABILITY manpage sections automatically - for consistent wording - allows us to double-check against other documumentation (symbols-in-versions etc) - enables proper automation/scripting based on this data - lots of them were wrong or missing in the manpages - several of them repeated (sometimes mismatching) backend support info Add test 1488 to verify "added-in" version numbers against symbols-in-versions. Closes #14217
show more ...
|
#
48952c1a |
| 11-Jun-2024 |
Daniel Stenberg |
CURLOPT_ECH.md: remove repeated 'if' Closes #13922
|
#
a1ecd0ba |
| 16-Apr-2024 |
Daniel Stenberg |
CURLOPT_ECH: polish - remove the pointer to build instructions, it won't work in manpages - add see-also - minor white space edits Closes #13379
|
#
a362962b |
| 04-Apr-2024 |
Stephen Farrell |
TLS: add support for ECH (Encrypted Client Hello) An EXPERIMENTAL feature used with CURLOPT_ECH and --ech. Closes #11922
|