Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-17 | docs: fix typos | Jakub Wilk | |
Closes https://github.com/curl/curl/pull/2503 | |||
2017-11-09 | --interface: add support for Linux VRF | Luca Boccassi | |
The --interface command (CURLOPT_INTERFACE option) already uses SO_BINDTODEVICE on Linux, but it tries to parse it as an interface or IP address first, which fails in case the user passes a VRF. Try to use the socket option immediately and parse it as a fallback instead. Update the documentation to mention this feature, and that it requires the binary to be ran by root or with CAP_NET_RAW capabilities for this to work. Closes #2024 | |||
2016-11-16 | cmdline-docs: more options converted over | Daniel Stenberg | |