summaryrefslogtreecommitdiff
path: root/lib/multiif.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* multi: use larger dns hash table for multi interfaceDaniel Stenberg2022-08-291-2/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* conn: fix typo 'connnection' -> 'connection' in two function namesAdam Rosenfield2022-04-271-3/+3
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-061-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* url: make sure pushed streams get an allocated download bufferDaniel Stenberg2020-06-231-0/+1
* conncache: various concept cleanupsDaniel Stenberg2020-04-301-0/+1
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-131-5/+3
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-021-0/+6
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-061-7/+0
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-1/+1
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-1/+0
* unpause: trigger a timeout for event-based transfersDaniel Stenberg2019-06-091-0/+1
* multiif.h: remove unused protosDaniel Stenberg2019-05-021-15/+0
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-0/+3
* pipelining: removedDaniel Stenberg2019-04-061-1/+2
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+4
* curl_easy_perform: fix timeout handlingDaniel Stenberg2018-11-251-0/+8
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-201-1/+1
* multi: improved pending transfers handling => improved performanceDaniel Stenberg2018-03-161-2/+0
* pause: when changing pause state, update socket stateDaniel Stenberg2018-03-161-1/+2
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+2
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-081-1/+0
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-19/+1
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-3/+23
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-2/+2
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-041-0/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-6/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: setup the new pushed stream properlyDaniel Stenberg2015-06-241-0/+6
* http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-181-0/+2
* bundles: store no/default/pipeline/multiplexDaniel Stenberg2015-05-181-3/+0
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-3/+2
* multi: inform about closed sockets before they are closedJon Spencer2014-11-191-1/+1
* multi: removed Curl_multi_set_easy_connectionDaniel Stenberg2014-11-101-4/+0
* low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-311-0/+1
* multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg2014-01-121-11/+1
* multi: add timer inaccuracy margin to timeout/connecttimeoutDaniel Stenberg2013-12-151-0/+2
* multi_socket: improved 100-continue timeout handlingDaniel Stenberg2013-08-281-1/+7
* multi_socket: react on socket close immediatelyDaniel Stenberg2013-06-201-0/+12
* curl_easy_init: use less mallocsDaniel Stenberg2013-04-261-1/+7
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-2/+28
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+54
* build: rename 76 lib/*.h filesYang Tse2012-12-281-54/+0
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* multi: support timeoutsDaniel Stenberg2010-08-151-3/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Adjusted to take in account that...Yang Tse2009-06-101-3/+3