summaryrefslogtreecommitdiff
path: root/lib/multihandle.h
Commit message (Expand)AuthorAgeFilesLines
* pipelining: removedDaniel Stenberg2019-04-061-34/+14
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-1/+7
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+1
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-4/+0
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* llist: no longer uses mallocDaniel Stenberg2017-04-221-0/+1
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-8/+8
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-1/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-241-0/+4
* http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-181-1/+2
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-2/+4
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-1/+1
* multi: converted socket hash into non-allocated structDaniel Stenberg2015-05-121-1/+1
* connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-121-1/+3
* multi: fix *getsock() with CONNECTDaniel Stenberg2015-03-071-15/+16
* multi: convert CURLM_STATE_CONNECT_PEND handling to a listDaniel Stenberg2014-09-021-1/+4
* multi: rename all Curl_one_easy to SessionHandleDaniel Stenberg2013-08-031-4/+2
* multi: remove 'Curl_one_easy' struct, phase 1Daniel Stenberg2013-08-031-21/+3
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-19/+44
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-0/+134