Age | Commit message (Expand) | Author |
---|---|---|
2015-05-18 | http2: set default concurrency, fix ConnectionExists for multiplex | Daniel Stenberg |
2015-05-18 | CURLMOPT_PIPELINE: bit 1 is for multiplexing | Daniel Stenberg |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2015-05-12 | multi: converted socket hash into non-allocated struct | Daniel Stenberg |
2015-05-12 | connection cache: avoid Curl_hash_alloc() | Daniel Stenberg |
2015-03-07 | multi: fix *getsock() with CONNECT | Daniel Stenberg |
2014-09-02 | multi: convert CURLM_STATE_CONNECT_PEND handling to a list | Daniel Stenberg |
2013-08-03 | multi: rename all Curl_one_easy to SessionHandle | Daniel Stenberg |
2013-08-03 | multi: remove 'Curl_one_easy' struct, phase 1 | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |