Age | Commit message (Expand) | Author |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-06-24 | http2: initial implementation of the push callback | Daniel Stenberg |
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 |