Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-23 | docs/examples: URL updates | Viktor Szakats | |
- also update two URLs outside of docs/examples - fix spelling of filename persistant.c - fix three long lines that started failing checksrc.pl Closes https://github.com/curl/curl/pull/3036 | |||
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | |
... and unify the source code to adhere. Closes #2563 | |||
2017-06-08 | examples/multi-uv.c: fix deprecated symbol | Ryuichi KAWAMATA | |
Closes #1557 | |||
2017-02-20 | examples/multi-uv: checksrc compliance | Jay Satiro | |
2017-02-18 | docs: fix timeout handling in multi-uv example | Michael Kaufmann | |
2016-11-07 | s/cURL/curl | Daniel Stenberg | |
We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. | |||
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 | |