Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | --ssl-allow-beast added | Daniel Stenberg | |
This new option tells curl to not work around a security flaw in the SSL3 and TLS1.0 protocols. It uses the new libcurl option CURLOPT_SSL_OPTIONS with the CURLSSLOPT_ALLOW_BEAST bit set. | |||
2011-10-16 | --show-error: position indepdenent | Daniel Stenberg | |
Previously we required that -S/--show-error was used _after_ -s/--silent. This was slightly confusing since we strive to make arguments as position independent as possible. Now, you can use them in any order and the result should still be the same. Bug: http://curl.haxx.se/bug/view.cgi?id=3424286 Reported by: Andreas Olsson | |||
2011-10-06 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-10-05 | curl tool: OOM handling fixes | Yang Tse | |
2011-10-05 | curl tool: OOM handling fixes | Yang Tse | |
2011-10-05 | curl tool: OOM handling fixes | Yang Tse | |
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse | |