Commit History

Author SHA1 Message Date
  Daniel Stenberg cbae73e1dd llist: no longer uses malloc 7 years ago
  Daniel Stenberg e60fe20fdf llist: replace Curl_llist_alloc with Curl_llist_init 7 years ago
  Alex Rousskov cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 7 years ago
  Daniel Stenberg 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
  Daniel Stenberg ea7134ac87 http2: initial implementation of the push callback 9 years ago
  Daniel Stenberg 72105ebf05 http2: set default concurrency, fix ConnectionExists for multiplex 9 years ago
  Daniel Stenberg 02ec1ced9b CURLMOPT_PIPELINE: bit 1 is for multiplexing 9 years ago
  Daniel Stenberg b419e7ae0c hostcache: made all host caches use structs, not pointers 9 years ago
  Daniel Stenberg d37e0160c2 multi: converted socket hash into non-allocated struct 9 years ago
  Daniel Stenberg 640296c95d connection cache: avoid Curl_hash_alloc() 9 years ago
  Daniel Stenberg c19349951d multi: fix *getsock() with CONNECT 9 years ago
  Daniel Stenberg 3c8c873252 multi: convert CURLM_STATE_CONNECT_PEND handling to a list 10 years ago
  Daniel Stenberg 3cd43bbfec multi: rename all Curl_one_easy to SessionHandle 11 years ago
  Daniel Stenberg 09b9fc9009 multi: remove 'Curl_one_easy' struct, phase 1 11 years ago
  Linus Nielsen Feltzing 0f147887b0 Multiple pipelines and limiting the number of connections. 11 years ago
  Daniel Stenberg c43127414d always-multi: always use non-blocking internals 11 years ago