Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | CURLOPT_CONNECT_TO.3: user must not free the list prematurely | Michael Kaufmann | |
The connect-to list isn't copied so as long as the handle may be used for a transfer the list must be valid. Bug: https://github.com/curl/curl/pull/819 Reported-by: Michael Kaufmann | |||
2016-04-27 | opts: Fix some syntax errors in example code fragments | Michael Kaufmann | |
Fixes #779 | |||
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann | |
Makes curl connect to the given host+port instead of the host+port found in the URL. |