Max Kellermann
|
3cba76552b
|
lib/curl/Global: drop redundant ">=0" check
|
2017-01-08 12:44:04 +01:00 |
|
Max Kellermann
|
e98a8b624b
|
lib/curl/Global: drop redundant "virtual"
|
2017-01-08 12:41:26 +01:00 |
|
Max Kellermann
|
5163b1a624
|
lib/curl/Request: require the caller to explicitly register the request
This allows constructing an instance in any thread, and register it
inside the IOThread later.
|
2017-01-07 16:01:58 +01:00 |
|
Max Kellermann
|
6cff3214f3
|
lib/curl/Slist: new wrapper for curl_slist
|
2017-01-06 19:37:31 +01:00 |
|
Max Kellermann
|
06116382ee
|
input/curl: move code to class CurlRequest
The CurlRequest gives us a more low-level API to CURL without the
InputStream interface, integrated into our IOThread.
|
2017-01-03 12:24:05 +01:00 |
|
Max Kellermann
|
3e8cc2c670
|
input/curl: move class CurlGlobal to separate source file
|
2017-01-03 10:50:02 +01:00 |
|
Max Kellermann
|
fc83d38e67
|
input/curl: wrap CURLM* in new class CurlMulti
|
2016-12-19 16:41:12 +01:00 |
|
Max Kellermann
|
36b93993cf
|
input/curl: wrap CURL* in new class CurlEasy
|
2016-12-19 14:42:04 +01:00 |
|