summaryrefslogtreecommitdiff
path: root/docs/examples/multi-uv.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-09-23docs/examples: URL updatesViktor Szakats
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2017-08-22gnurl: replace references in folder "doc".ng0
2017-08-22examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA
2017-08-22examples/multi-uv: checksrc complianceJay Satiro
2017-08-22docs: fix timeout handling in multi-uv exampleMichael Kaufmann
2017-08-22s/cURL/curlDaniel Stenberg
2017-08-22docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg
2017-08-22docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi
2017-08-22docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi
2017-08-22docs: remove unused variables in multi-uv exampleAndrei Sedoi
2017-08-22docs: fix req->data in multi-uv exampleAndrei Sedoi
2017-06-08examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA
2017-02-20examples/multi-uv: checksrc complianceJay Satiro
2017-02-18docs: fix timeout handling in multi-uv exampleMichael Kaufmann
2016-11-07s/cURL/curlDaniel Stenberg
2016-11-03docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg
2016-11-03docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi
2016-11-03docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi
2016-11-03docs: remove unused variables in multi-uv exampleAndrei Sedoi
2016-10-27docs: fix req->data in multi-uv exampleAndrei Sedoi
2016-02-11examples: adhere to curl code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-07-01examples: provide <DESC> sectionsDaniel Stenberg
2014-11-19multi-uv.c: Updated for curl coding standardsSteve Holme
2014-11-19multi-uv.c: close the file handle after downloadWaldek Kozba
2014-10-07multi-uv.c: call curl_multi_info_read() betterWaldek Kozba
2013-03-27multi-uv.c: remove unused variableClemens Gruber
2013-03-27Added libuv example multi-uv.cClemens Gruber