diff --git a/README.md b/README.md index 3afe93665..03d8ea3c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ HTML files that are preprocessed. The web site is a on old custom made setup that mostly builds static HTML files from a set of source files using (GNU) `make`. The sources files are preprocessed with what is basically a souped-up C preprocessor called `fcpp` -and a set of `perl` scripts. The man pages get converted to HTML with +and a set of `perl` scripts. The manpages get converted to HTML with `roffit`. Markdown is converted to HTML with `pandoc`. diff --git a/_about.html b/_about.html index 7be81611b..242fdb68e 100644 --- a/_about.html +++ b/_about.html @@ -67,7 +67,7 @@
  • hypermail for mail archives -
  • man pages converted using Daniel's manpages converted using Daniel's roffit
  • curl(!) for the automatically generated mirror links diff --git a/_changes.html b/_changes.html index 7c8bef352..690e28bc6 100644 --- a/_changes.html +++ b/_changes.html @@ -497,7 +497,7 @@ CHG asyn-thread: use GetAddrInfoExW on >= Windows 8 CHG configure: make libpsl detection failure cause error CHG docs/cmdline: change to .md for cmdline docs - CHG docs: introduce "curldown" for libcurl man page format + CHG docs: introduce "curldown" for libcurl manpage format CHG runtests: support -gl. Like -g but for lldb.

    Bugfixes: @@ -522,10 +522,10 @@ BGF cmake: freshen up docs/INSTALL.cmake BGF cmake: prefill/cache `HAVE_STRUCT_SOCKADDR_STORAGE` BGF cmake: rework options to enable curl and libcurl docs - BGF cmake: when USE_MANUAL=YES, build the curl.1 man page + BGF cmake: when USE_MANUAL=YES, build the curl.1 manpage BGF cmdline-opts/write-out.d: remove spurious double quotes BGF cmdline-opts: update availability for the *-ca-native options - BGF cmdline/gen: fix the sorting of the man page options + BGF cmdline/gen: fix the sorting of the manpage options BGF configure: add libngtcp2_crypto_boringssl detection BGF configure: fix no default int compile error in ipv6 detection BGF configure: when enabling QUIC, check that TLS supports QUIC @@ -726,14 +726,14 @@ BGF docs/example/keepalive.c: show TCP keep-alive options BGF docs/example/localport.c: show off CURLOPT_LOCALPORT BGF docs/examples/interface.c: show CURLOPT_INTERFACE use - BGF docs/libcurl: fix three minor man page format mistakes + BGF docs/libcurl: fix three minor manpage format mistakes BGF docs/libcurl: SYNSOPSIS cleanup BGF docs: add supported version for the json write-out BGF docs: clarify that curl passes on input unfiltered BGF docs: fix function typo in curl_easy_option_next.3 BGF docs: KNOWN_BUGS cleanup - BGF docs: preserve the modification date when copying the prebuilt man page - BGF docs: remove bold from some man page SYNOPSIS sections + BGF docs: preserve the modification date when copying the prebuilt manpage + BGF docs: remove bold from some manpage SYNOPSIS sections BGF docs: use SOURCE_DATE_EPOCH for generated manpages BGF doh: provide better return code for responses w/o addresses BGF doh: use PIPEWAIT when HTTP/2 is attempted @@ -921,7 +921,7 @@ BGF docs: adapt SEE ALSO sections to new requirements BGF docs: explain how PINNEDPUBLICKEY is independent of VERIFYPEER BGF docs: replace made up domains with example.com - BGF docs: update curl man page references + BGF docs: update curl manpage references BGF docs: use CURLSSLBACKEND_NONE BGF doh: inherit DEBUGFUNCTION/DATA BGF escape: replace Curl_isunreserved with ISUNRESERVED @@ -1270,7 +1270,7 @@ BGF curl_easy_nextheader.3: add missing open parenthesis examples BGF curl_log: evaluate log statement only when transfer is verbose BGF curl_mprintf.3: minor fix of the example - BGF curl_pushheader_byname/bynum.3: document in their own man pages + BGF curl_pushheader_byname/bynum.3: document in their own manpages BGF curl_url_set: enforce the max string length check for all parts BGF CURLOPT_AWS_SIGV4.3: remove unused variable from example BGF CURLOPT_INFILESIZE.3: mention -1 triggers chunked @@ -1535,7 +1535,7 @@ BGF libssh2: fix crash in keyboard callback BGF libssh2: free fingerprint better BGF libssh: tell it to use SFTP non-blocking - BGF man pages: simplify the .TH sections + BGF manpages: simplify the .TH sections BGF MANUAL.md: add dict example for looking up a single definition BGF md(4|5): don't use deprecated iOS functions BGF md4: only build when used @@ -1744,7 +1744,7 @@ BGF tests: make CPPFLAGS common to all unit tests BGF tests: make first.c the same for both lib tests and unit tests BGF tests: support for imaps/pop3s/smtps protocols - BGF tests: sync option lists in runtests.pl & its man page + BGF tests: sync option lists in runtests.pl & its manpage BGF tests: test secure mail protocols with explicit SSL requests BGF tests: use AM_CPPFILES to modify flags in unit tests BGF tests: use dynamic ports numbers in pytest suite @@ -1907,7 +1907,7 @@ BGF libtest: add a sleep macro for Windows BGF Linux CI: update some dependecies to latest tag BGF Makefile.mk: fix wolfssl and mbedtls default paths - BGF man pages: call the custom user pointer 'clientp' consistently + BGF manpages: call the custom user pointer 'clientp' consistently BGF md4: fix build with GnuTLS + OpenSSL v1 BGF misc: fix grammar and spelling BGF misc: fix spelling @@ -1920,7 +1920,7 @@ BGF ngtcp2: add CURLOPT_SSL_CTX_FUNCTION support for openssl+wolfssl BGF ngtcp2: fix the build without 'sendmsg' BGF ngtcp2: replace removed define and stop using removed function - BGF no-clobber.d: only use long form options in man page text + BGF no-clobber.d: only use long form options in manpage text BGF noproxy: support for space-separated names is deprecated BGF nss: implement data_pending method BGF openldap: fix missing sasl symbols at build in specific configs @@ -2256,7 +2256,7 @@ BGF docs: fix deprecation versions inconsistencies BGF docs: make sure libcurl opts examples pass in long arguments BGF docs: remove mentions of deprecated '--without-openssl' parameter - BGF docs: tag curl options better in man pages + BGF docs: tag curl options better in manpages BGF docs: tell about disabled protocols in CURLOPT_*PROTOCOLS_STR. BGF docs: update sourceforge project links BGF easy: fix the #include order @@ -2330,7 +2330,7 @@ BGF strcase: add and use Curl_timestrcmp BGF strerror: improve two URL API error messages BGF symbol-scan.pl: also check for LIBCURL* symbols - BGF symbol-scan.pl: scan and verify .3 man pages + BGF symbol-scan.pl: scan and verify .3 manpages BGF symbols-in-versions: add missing LIBCURL* symbols BGF symbols-in-versions: CURLOPT_ENCODING is deprecated since 7.21.6 BGF test1119: scan all public headers @@ -2660,7 +2660,7 @@ BGF runtests.pl: add the --repeat parameter to the --help output BGF runtests: fix skipping tests not done event-based BGF runtests: skip starting the ssh server if user name is lacking - BGF scripts/copyright.pl: fix the exclusion to not ignore man pages + BGF scripts/copyright.pl: fix the exclusion to not ignore manpages BGF sectransp: check for a function defined when __BLOCKS__ is undefined BGF select: return error from "lethal" poll/select errors BGF server/sws: support spaces in the HTTP request path @@ -3165,7 +3165,7 @@ BGF openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailable BGF openssl: remove usage of deprecated `SSL_get_peer_certificate` BGF openssl: use non-deprecated API to read key parameters - BGF page-footer: add a mention of how to report bugs to the man page + BGF page-footer: add a mention of how to report bugs to the manpage BGF page-footer: document more environment variables BGF request.d: refer to 'method' rather than 'command' BGF retry-all-errors.d: make the example complete @@ -3267,7 +3267,7 @@ BGF examples/htmltidy: correct wrong printf() use BGF examples/imap-append: fix end-of-data check BGF ftp: make the MKD retry to retry once per directory - BGF gen.pl: insert the current date and version in generated man page + BGF gen.pl: insert the current date and version in generated manpage BGF gen.pl: replace leading single quotes with \(aq BGF http2: make getsock not wait for write if there's no remote window BGF HTTP3: fix the HTTP/3 Explained book link @@ -3290,7 +3290,7 @@ BGF llist: remove redundant code, branch will not be executed BGF Makefile.m32: fix to not require OpenSSL with -libssh2 or -rtmp options BGF maketgz: redirect updatemanpages.pl output to /dev/null - BGF man pages: require all to use the same section header order + BGF manpages: require all to use the same section header order BGF manpage: adjust the asterisk in some SYNOPSIS sections BGF md5: fix compilation with OpenSSL 3.0 API BGF misc: fix a few issues on MidnightBSD @@ -3463,8 +3463,8 @@ BGF ngtcp2: utilize crypto API functions to simplify BGF openssl: annotate SSL3_MT_SUPPLEMENTAL_DATA BGF openssl: when creating a new context, there cannot be an old one - BGF opt-docs: make sure all man pages have examples - BGF opt-docs: verify man page sections + order + BGF opt-docs: make sure all manpages have examples + BGF opt-docs: verify manpage sections + order BGF opts docs: unify phrasing in NAME header BGF output.d: add method to suppress response bodies BGF page-header: add GOPHERS, simplify wording in the 1st para @@ -4331,7 +4331,7 @@ BGF docs/RESOURCES: remove BGF docs/TheArtOfHttpScripting: convert to markdown BGF docs: add description about CI platforms to CONTRIBUTE.md - BGF docs: correct non-existing macros in man pages + BGF docs: correct non-existing macros in manpages BGF doh: add error message for DOH_DNS_NAME_TOO_LONG BGF dynbuf: make sure Curl_dyn_tail() zero terminates BGF easy_reset: clear retry counter @@ -4360,7 +4360,7 @@ BGF libssh2: handle the SSH protocols done over HTTPS proxy BGF libssh2: pass on the error from ssh_force_knownhost_key_type BGF Makefile.m32: add ability to override zstd libs [ci skip] - BGF man pages: switch to https://example.com URLs + BGF manpages: switch to https://example.com URLs BGF MANUAL: update examples to resolve without redirects BGF mbedtls: add missing header when defining MBEDTLS_DEBUG BGF memdebug: remove 9 year old unused debug function @@ -4496,7 +4496,7 @@ BGF nss: fix build with disabled proxy support BGF ntlm: free target_info before (re-)malloc BGF openssl: fix build with LibreSSL < 2.9.1 - BGF page-header: provide protocol details in the curl.1 man page + BGF page-header: provide protocol details in the curl.1 manpage BGF quiche: handle calling disconnect twice BGF runtests.pl: treat LibreSSL and BoringSSL as OpenSSL BGF runtests: move the gnutls-serv tests to a dynamic port @@ -5843,7 +5843,7 @@ BGF disconnect: set conn->data for protocol disconnect BGF docs/version.d: mention MultiSSL BGF docs: fix the --tls-max description - BGF docs: use $(INSTALL_DATA) to install man page + BGF docs: use $(INSTALL_DATA) to install manpage BGF docs: use meaningless port number in CURLOPT_LOCALPORT example BGF gopher: always include the entire gopher-path in request BGF http2: clear pause stream id if it gets closed @@ -6218,7 +6218,7 @@ BGF travis: execute "set -eo pipefail" for coverage build BGF travis: run a 'make checksrc' too BGF travis: update to GCC-8 - BGF travis: verify that man pages can be regenerated + BGF travis: verify that manpages can be regenerated BGF upload: allocate upload buffer on-demand BGF upload: change default UPLOAD_BUFSIZE to 64KB BGF urldata: remove unused pipe_broke struct field @@ -6433,7 +6433,7 @@ BGF CURLOPT_URL.3: added ENCODING section BGF wolfssl: Fix non-blocking connect BGF vtls: don't define MD5_DIGEST_LENGTH for wolfssl - BGF docs: remove extraneous commas in man pages + BGF docs: remove extraneous commas in manpages BGF URL: fix ASCII dependency in strcpy_url and strlen_url BGF ssh-libssh.c: fix left shift compiler warning BGF configure: only check for CA bundle for file-using SSL backends @@ -6507,7 +6507,7 @@ BGF smtp: fix processing of initial dot in data BGF --tlsauthtype: works only if libcurl is built with TLS-SRP support BGF tests: new tests for http raw mode - BGF libcurl-security.3: man page discussion security concerns when using libcurl + BGF libcurl-security.3: manpage discussion security concerns when using libcurl BGF curl_gssapi: make sure this file too uses our *printf() BGF BINDINGS: fix curb link (and remove ruby-curl-multi) BGF nss: use PK11_CreateManagedGenericObject() if available @@ -6729,7 +6729,7 @@ BGF failf: skip the sprintf() if there are no consumers BGF fuzzer: move to using external curl-fuzzer BGF lib/Makefile.m32: allow customizing dll suffixes - BGF docs: fix typo in curl_mime_data_cb man page + BGF docs: fix typo in curl_mime_data_cb manpage BGF darwinssl: add support for TLSv1.3 BGF build: fix --disable-crypto-auth BGF lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS @@ -6884,7 +6884,7 @@

    Bugfixes:

    Bugfixes: @@ -8161,7 +8161,7 @@ BGF readwrite_data: set a max number of loops BGF http2: avoid superfluous Curl_expire() calls BGF http2: set TCP_NODELAY unconditionally - BGF docs: fix unescaped '\n' in man pages + BGF docs: fix unescaped '\n' in manpages BGF openssl: Fix algorithm init to make (gost) engines work BGF win32: make recent Borland compilers use long long BGF runtests: Fix pid check in checkdied @@ -8316,7 +8316,7 @@ BGF openssl: removed USERDATA_IN_PWD_CALLBACK kludge BGF openssl: removed error string #ifdef BGF openssl: Fix verification of server-sent legacy intermediates - BGF docs: man page indentation and syntax fixes + BGF docs: manpage indentation and syntax fixes BGF docs: Spelling fixes BGF fopen.c: fix a few compiler warnings BGF CURLOPT_OPENSOCKETFUNCTION: return error at once @@ -8336,7 +8336,7 @@ BGF CURLOPT_HEADEROPT: default to separate BGF dist: include {src,lib}/checksrc.whitelist BGF connectionexists: fix build without NTLM - BGF docs: distribute the CURLOPT_PINNEDPUBLICKEY man page, too + BGF docs: distribute the CURLOPT_PINNEDPUBLICKEY manpage, too BGF curl -z: do not write empty file on unmet condition BGF openssl: fix serial number output BGF curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION @@ -8872,7 +8872,7 @@ CHG bits.close: introduce connection close tracking CHG darwinssl: Add support for --cacert CHG polarssl: add ALPN support - CHG docs: Added new option man pages + CHG docs: Added new option manpages

    Bugfixes:

    Bugfixes:

    @@ -12196,7 +12196,7 @@ BGF IPv6 IP-address only URLs sent bad Host: headers BGF --silent is more silent when doing URL globbing fetches BGF *multi_perform() now returns control properly when waiting for connect - BGF curl_formadd man page was corrected + BGF curl_formadd manpage was corrected BGF curl_escape() and curl_unescape() no longer deals with '+' BGF improved performance on persistent transfers on windows BGF no longer closes ftp connections unncessarily often @@ -12271,7 +12271,7 @@

    Changes:

    @@ -12636,7 +12636,7 @@

    Bugfixes: