Daniel Stenberg
1f0f0bdb19
managen: strict protocol check
...
- protocols MUST match one in the accept-list
- protocols are typically all uppercase
- drop All
- use SCP and SFTP instead of SSH
- add Protocols: to some options previously missing one
Closes #18675
2025-09-22 09:06:00 +02:00
Daniel Stenberg
134d2834fd
docs/cmdline-opts: remove two superfluous "Added in" mentions
...
The key "added in" phrase for the option itself is added automatically.
Closes #14000
2024-06-24 11:18:53 +02:00
Orgad Shaneh
54fe8c44e1
curl: support VLAN Priority: --vlan-priority
...
Add --vlan-priority option to the command line tool for setting VLAN
priority.
Closes #13907
2024-06-11 23:30:34 +02:00
Daniel Stenberg
9fb759f9a5
cmdline-opts: tidy up --ip-tos and --mptcp
...
To make them render nicer in the manpage and minor polish.
Closes #13906
2024-06-07 14:07:11 +02:00
Orgad Shaneh
3c20ae08b9
curl: support IP Type of Service / Traffic Class: --ip-tos
...
Add --ip-tos option to the command line tool for setting TOS for IPv4 or
Traffic Class for IPv6.
Closes #13606
2024-06-07 10:48:40 +02:00