summaryrefslogtreecommitdiff
path: root/docs/examples/multi-uv.c
Commit message (Expand)AuthorAgeFilesLines
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-071-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-2/+2
* docs/examples: URL updatesViktor Szakats2018-09-231-1/+1
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-2/+2
* examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA2017-06-081-1/+1
* 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
* docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg2016-11-031-9/+3
* 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
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-3/+3
* 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
* multi-uv.c: remove unused variableClemens Gruber2013-03-271-2/+1
* Added libuv example multi-uv.cClemens Gruber2013-03-271-0/+213