curl/docs/cmdline-opts
Dorian Craps ab6d5442e8
curl: (on linux) add MPTCP support
Multipath TCP (MPTCP), standardized in RFC8684 [1], is a TCP extension
that enables a TCP connection to use different paths.

Multipath TCP has been used for several use cases. On smartphones, MPTCP
enables seamless handovers between cellular and Wi-Fi networks while
preserving established connections. This use-case is what pushed Apple
to use MPTCP since 2013 in multiple applications [2]. On dual-stack
hosts, Multipath TCP enables the TCP connection to automatically use the
best performing path, either IPv4 or IPv6. If one path fails, MPTCP
automatically uses the other path.

To benefit from MPTCP, both the client and the server have to support
it. Multipath TCP is a backward-compatible TCP extension that is enabled
by default on recent Linux distributions (Debian, Ubuntu, Redhat, ...).
Multipath TCP is included in the Linux kernel since version 5.6 [3]. To
use it on Linux, an application must explicitly enable it when creating
the socket. No need to change anything else in the application.

This attached patch adds an --mptcp option which allows the creation of
an MPTCP socket instead of TCP on Linux. If Multipath TCP is not
supported on the system, an error will be reported. It is important to
note that if the end server doesn't support MPTCP, the connection will
continue after a seamless fallback to TCP.

Link: https://www.rfc-editor.org/rfc/rfc8684.html [1]
Link: https://www.tessares.net/apples-mptcp-story-so-far/ [2]
Link: https://www.mptcp.dev [3]
Co-developed-by: Dorian Craps (@CrapsDorian) <doriancraps@gmail.com>
Co-developed-by: Olivier Bonaventure (@obonaventure) <Olivier.Bonaventure@uclouvain.be>
Co-developed-by: Matthieu Baerts (@matttbe) <matttbe@kernel.org>
Signed-off-by: Dorian Craps <dorian.craps@student.vinci.be>

Closes #13278
2024-06-07 10:54:19 +02:00
..
_AUTHORS.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_BUGS.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_DESCRIPTION.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_ENVIRONMENT.md openssl: revert keylog_callback support for LibreSSL 2024-05-20 03:55:40 -04:00
_EXITCODES.md cmdline-opts/_EXITCODES: sync with libcurl-errors 2024-03-02 17:59:29 -05:00
_FILES.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_GLOBBING.md docs: do not start lines/sentences with So, But nor And 2024-01-26 10:38:58 +01:00
_NAME.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_OPTIONS.md gen.pl: make the "manpageification" faster 2024-03-05 10:54:23 +01:00
_OUTPUT.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_PROGRESS.md docs: ascii version of manpage without nroff 2024-03-06 15:55:59 +01:00
_PROTOCOLS.md cmdline-opts/_PROTOCOLS.md: mention WS(S) 2024-06-05 12:53:29 +02:00
_PROXYPREFIX.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_SEEALSO.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_SYNOPSIS.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
_URL.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
_VARIABLES.md _VARIABLES.md: improve the description 2024-03-04 22:43:50 +01:00
_VERSION.md cmdline-opts/_VERSION: provide %VERSION correctly 2024-02-28 15:53:12 +01:00
_WWW.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
.gitignore tidy-up: one comment and EOF newlines 2024-03-12 15:38:44 +00:00
abstract-unix-socket.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
alt-svc.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
anyauth.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
append.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
aws-sigv4.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
basic.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
ca-native.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
cacert.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
capath.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
cert-status.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
cert-type.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
cert.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ciphers.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
CMakeLists.txt cmake: tidy-up to use WORKING_DIRECTORY 2024-04-04 09:21:17 +00:00
compressed-ssh.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
compressed.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
config.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
connect-timeout.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
connect-to.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
continue-at.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
cookie-jar.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
cookie.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
create-dirs.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
create-file-mode.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
crlf.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
crlfile.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
curves.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
data-ascii.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
data-binary.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
data-raw.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
data-urlencode.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
data.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
delegation.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
digest.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
disable-eprt.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
disable-epsv.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
disable.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
disallow-username-in-url.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
dns-interface.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
dns-ipv4-addr.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
dns-ipv6-addr.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
dns-servers.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
doh-cert-status.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
doh-insecure.md doh-insecure.md: expand 2024-06-05 10:59:48 +02:00
doh-url.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
dump-header.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ech.md cmdline-opts/ech.md: shorten the help text 2024-06-05 13:58:48 +02:00
egd-file.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
engine.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
etag-compare.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
etag-save.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
expect100-timeout.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
fail-early.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
fail-with-body.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
fail.md cmdline-opts/fail.md: expand and clarify 2024-06-05 11:00:46 +02:00
false-start.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
form-escape.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
form-string.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
form.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ftp-account.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
ftp-alternative-to-user.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ftp-create-dirs.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ftp-method.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ftp-pasv.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
ftp-port.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
ftp-pret.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ftp-skip-pasv-ip.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ftp-ssl-ccc-mode.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ftp-ssl-ccc.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ftp-ssl-control.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
get.md get.d: clarify the explanation 2024-05-30 08:33:33 +02:00
globoff.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
happy-eyeballs-timeout-ms.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
haproxy-clientip.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
haproxy-protocol.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
head.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
header.md header.md: remove backslash, make nicer markdown 2024-02-06 13:07:02 +01:00
help.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
hostpubmd5.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
hostpubsha256.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
hsts.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
http0.9.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
http1.0.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
http1.1.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
http2-prior-knowledge.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
http2.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
http3-only.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
http3.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ignore-content-length.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
include.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
insecure.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
interface.md cmdline-opts/interface.md: expand the documentation 2024-06-05 08:36:34 +02:00
ip-tos.md curl: support IP Type of Service / Traffic Class: --ip-tos 2024-06-07 10:48:40 +02:00
ipfs-gateway.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
ipv4.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ipv6.md ipv6.md: mention IPv4 mapped addresses 2024-03-15 14:56:37 +01:00
json.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
junk-session-cookies.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
keepalive-time.md tcpkeepalive: support setting TCP keep-alive parameters on Solaris <11.4 2024-06-03 23:04:05 +02:00
key-type.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
key.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
krb.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
libcurl.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
limit-rate.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
list-only.md file: add support for getting basic directory listings 2024-04-11 12:37:12 +02:00
local-port.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
location-trusted.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
location.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
login-options.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
mail-auth.md docs/cmdline-opts: fix mail-auth example TLD typo 2024-05-26 21:11:10 +02:00
mail-from.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
mail-rcpt-allowfails.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
mail-rcpt.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
mainpage.idx docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
Makefile.am docs/cmdline-opts: invoke managen using a relative path 2024-04-08 10:27:27 +02:00
Makefile.inc curl: (on linux) add MPTCP support 2024-06-07 10:54:19 +02:00
MANPAGE.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
manual.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
max-filesize.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
max-redirs.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
max-time.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
metalink.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
mptcp.md curl: (on linux) add MPTCP support 2024-06-07 10:54:19 +02:00
negotiate.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
netrc-file.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
netrc-optional.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
netrc.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
next.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
no-alpn.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
no-buffer.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
no-clobber.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
no-keepalive.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
no-npn.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
no-progress-meter.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
no-sessionid.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
noproxy.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ntlm-wb.md NTLM_WB: drop support 2024-04-08 13:58:58 +02:00
ntlm.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
oauth2-bearer.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
output-dir.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
output.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
parallel-immediate.md cmdline-opts: expand the parallel explanations 2024-06-05 10:34:55 +02:00
parallel-max.md cmdline-opts: expand the parallel explanations 2024-06-05 10:34:55 +02:00
parallel.md cmdline-opts: expand the parallel explanations 2024-06-05 10:34:55 +02:00
pass.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
path-as-is.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
pinnedpubkey.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
post301.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
post302.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
post303.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
preproxy.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
progress-bar.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
proto-default.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proto-redir.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proto.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proxy1.0.md proxy1.0.md: fix example 2024-02-05 19:41:50 +01:00
proxy-anyauth.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proxy-basic.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proxy-ca-native.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
proxy-cacert.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-capath.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
proxy-cert-type.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-cert.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-ciphers.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
proxy-crlfile.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-digest.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
proxy-header.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
proxy-http2.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proxy-insecure.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
proxy-key-type.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-key.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-negotiate.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-ntlm.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-pass.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-pinnedpubkey.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proxy-service-name.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-ssl-allow-beast.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-ssl-auto-client-cert.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
proxy-tls13-ciphers.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
proxy-tlsauthtype.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-tlspassword.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-tlsuser.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-tlsv1.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
proxy-user.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
proxy.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
proxytunnel.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
pubkey.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
quote.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
random-file.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
range.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
rate.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
raw.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
referer.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
remote-header-name.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
remote-name-all.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
remote-name.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
remote-time.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
remove-on-error.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
request-target.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
request.md request.md: language fix 2024-06-02 17:12:25 +02:00
resolve.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
retry-all-errors.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
retry-connrefused.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
retry-delay.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
retry-max-time.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
retry.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
sasl-authzid.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
sasl-ir.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
service-name.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
show-error.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
silent.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
socks4.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
socks4a.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
socks5-basic.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
socks5-gssapi-nec.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
socks5-gssapi-service.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
socks5-gssapi.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
socks5-hostname.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
socks5.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
speed-limit.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
speed-time.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
ssl-allow-beast.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
ssl-auto-client-cert.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ssl-no-revoke.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
ssl-reqd.md docs/cmdline-opts: mention STARTTLS for --ssl and --ssl-reqd 2024-05-12 17:39:20 +02:00
ssl-revoke-best-effort.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
ssl.md docs/cmdline-opts: mention STARTTLS for --ssl and --ssl-reqd 2024-05-12 17:39:20 +02:00
sslv2.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
sslv3.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
stderr.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
styled-output.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
suppress-connect-headers.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
tcp-fastopen.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
tcp-nodelay.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
telnet-option.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
tftp-blksize.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
tftp-no-options.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
time-cond.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
tls13-ciphers.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tls-max.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tlsauthtype.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
tlspassword.md cmdline: expand proxy option explanations 2024-06-05 10:35:56 +02:00
tlsuser.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
tlsv1.0.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tlsv1.1.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tlsv1.2.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tlsv1.3.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tlsv1.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
tr-encoding.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
trace-ascii.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
trace-config.md trace-config.md: remove the mutexed options list 2024-03-06 17:45:40 -05:00
trace-ids.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
trace-time.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
trace.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
unix-socket.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
upload-file.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
url-query.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
url.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
use-ascii.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00
user-agent.md docs/cmdline: change to .md for cmdline docs 2024-01-23 14:30:15 +01:00
user.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
variable.md cmdline-docs: quote and angle bracket cleanup 2024-02-07 08:35:28 +01:00
verbose.md docs: more language cleanups 2024-02-27 16:19:43 +01:00
version.md version: add "ECH" as a feature 2024-04-16 13:24:08 +02:00
write-out.md cmdline-opts: shorter help texts 2024-03-25 13:05:24 +01:00
xattr.md cmdline-opts: language cleanups 2024-03-12 15:42:33 +01:00