index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
multihandle.h
Age
Commit message (
Expand
)
Author
2019-11-25
multi: add curl_multi_wakeup()
Gergely Nagy
2019-10-02
CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt
Kunal Ekawde
2019-04-06
pipelining: removed
Daniel Stenberg
2018-05-28
psl: use latest psl and refresh it periodically
Patrick Monnerat
2018-02-15
TODO fixed: Detect when called from within callbacks
Björn Stenberg
2017-11-09
share: add support for sharing the connection cache
Daniel Stenberg
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
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