Jonathan Nieder
|
2b6b843bb1
multi: update comment to say easyp list is linear
|
4 years ago |
Daniel Stenberg
|
25222b14ef
Revert "multi: implement wait using winsock events"
|
4 years ago |
rcombs
|
8bc25c590e
multi: implement wait using winsock events
|
4 years ago |
Daniel Stenberg
|
0b030a5b23
global_init: move the IPv6 works status bool to multi handle
|
4 years ago |
Daniel Stenberg
|
9607532873
ConnectionExists: respect the max_concurrent_streams limits
|
4 years ago |
Daniel Stenberg
|
9275c2be8c
multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public header
|
4 years ago |
Gergely Nagy
|
f3c35e371c
multi: add curl_multi_wakeup()
|
5 years ago |
Kunal Ekawde
|
c124e6b3c0
CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt
|
5 years ago |
Daniel Stenberg
|
2f44e94efb
pipelining: removed
|
5 years ago |
Patrick Monnerat
|
8541d02c96
psl: use latest psl and refresh it periodically
|
6 years ago |
Björn Stenberg
|
b46cfbc068
TODO fixed: Detect when called from within callbacks
|
6 years ago |
Daniel Stenberg
|
67c55a26d5
share: add support for sharing the connection cache
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
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)
|
8 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
|
12 years ago |