Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-03 | docs: shorten and simplify the top comment in multi-uv.c | Daniel Stenberg | |
and change URL to use https | |||
2016-11-03 | docs: handle CURL_POLL_INOUT in multi-uv example | Andrei Sedoi | |
2016-11-03 | docs: multi-uv: don't use CURLMsg after cleanup | Andrei Sedoi | |
2016-11-03 | docs: remove unused variables in multi-uv example | Andrei Sedoi | |
2016-10-27 | docs: fix req->data in multi-uv example | Andrei Sedoi | |
Closes #1088 | |||
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg | |
All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2014-11-19 | multi-uv.c: Updated for curl coding standards | Steve Holme | |
2014-11-19 | multi-uv.c: close the file handle after download | Waldek Kozba | |
2014-10-07 | multi-uv.c: call curl_multi_info_read() better | Waldek Kozba | |
Improves it for low-latency cases (like the communication with localhost) | |||
2013-03-27 | multi-uv.c: remove unused variable | Clemens Gruber | |
2013-03-27 | Added libuv example multi-uv.c | Clemens Gruber | |