Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-06 | pipelining: removed | Daniel Stenberg | |
As previously planned and documented in DEPRECATE.md, all pipelining code is removed. Closes #3651 | |||
2019-03-25 | CURLMOPT_PIPELINING.3: fix typo | Jay Satiro | |
2018-09-05 | multiplex: enable by default | Daniel Stenberg | |
Starting 7.62.0, multiplexing is enabled by default in multi handles. | |||
2018-09-05 | pipelining: deprecated | Daniel Stenberg | |
Transparently. The related curl_multi_setopt() options all still returns OK when pipelining is selected. To re-enable the support, the single line change in lib/multi.c needs to be reverted. See docs/DEPRECATE.md Closes #2705 | |||
2017-05-27 | opts: more examples added in option man pages | Daniel Stenberg | |
2016-09-01 | CURLMOPT_PIPELINING.3: language | Daniel Stenberg | |
2016-09-01 | CURLMOPT_PIPELINING.3: extended and clarified | Daniel Stenberg | |
Especially in regards to the multiplexing part. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg | |
2014-11-04 | opts: more multi options as stand-alone man pages | Daniel Stenberg | |
2014-11-03 | opts: made stand-alone man-pages for several multi options | Daniel Stenberg | |