summaryrefslogtreecommitdiff
path: root/docs/examples/multi-uv.c
Commit message (Collapse)AuthorAgeFilesLines
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-2/+2
| | | | | | ... and unify the source code to adhere. Closes #2563
* examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA2017-06-081-1/+1
| | | | Closes #1557
* examples/multi-uv: checksrc complianceJay Satiro2017-02-201-2/+2
|
* docs: fix timeout handling in multi-uv exampleMichael Kaufmann2017-02-181-14/+18
|
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
| | | | | | 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.
* docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg2016-11-031-9/+3
| | | | and change URL to use https
* docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi2016-11-031-12/+13
|
* docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi2016-11-031-5/+12
|
* docs: remove unused variables in multi-uv exampleAndrei Sedoi2016-11-031-5/+0
|
* docs: fix req->data in multi-uv exampleAndrei Sedoi2016-10-271-1/+1
| | | | Closes #1088
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-3/+3
| | | | | | | | | | 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.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-011-1/+5
|
* multi-uv.c: Updated for curl coding standardsSteve Holme2014-11-191-18/+19
|
* multi-uv.c: close the file handle after downloadWaldek Kozba2014-11-191-0/+6
|
* multi-uv.c: call curl_multi_info_read() betterWaldek Kozba2014-10-071-17/+28
| | | | | Improves it for low-latency cases (like the communication with localhost)
* multi-uv.c: remove unused variableClemens Gruber2013-03-271-2/+1
|
* Added libuv example multi-uv.cClemens Gruber2013-03-271-0/+213