Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev | |
If there's an existing entry using the selected name. Closes #2622 | |||
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken | |
This enables users to preresolve but still take advantage of happy eyeballs and trying multiple addresses if some are not connecting. Ref: https://github.com/curl/curl/pull/2260 | |||
2017-11-17 | resolve: allow IP address within [] brackets | Daniel Stenberg | |
... so that IPv6 addresses can be passed like they can for connect-to and how they're used in URLs. Added test 1324 to verify Reported-by: Alex Malinovich Fixes #2087 Closes #2091 | |||
2016-05-17 | CURLOPT_RESOLVE.3: fix typo | Frank Gevaerts | |
Closes #811 | |||
2016-05-17 | docs: CURLOPT_RESOLVE overrides CURLOPT_IPRESOLVE | Daniel Stenberg | |
2016-04-27 | opts: Fix some syntax errors in example code fragments | Michael Kaufmann | |
Fixes #779 | |||
2016-04-18 | opts: fix option references missing (section) | Daniel Stenberg | |
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. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-13 | CURLOPT_RESOLVE.3: minor language polish | Daniel Stenberg | |
2015-08-09 | CURLOPT_RESOLVE.3: Note removal support was added in 7.42 | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html Reported-by: Inca R | |||
2014-10-23 | CURLOPT_RESOLVE.3: add an example | Daniel Stenberg | |
2014-06-20 | opts: fixed some typos | Dan Fandrich | |
2014-06-20 | opts: the final bunch of options as man pages | Daniel Stenberg | |
Now all current options have their own man pages. |