Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-04 | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg | |
... so that the CI and more detects compiler warnings/errors properly! Closes #2337 | |||
2018-03-02 | unit1307: proper cleanup on OOM to fix torture tests | Dan Fandrich | |
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 |