Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Daniel Stenberg
|
02c7a2ccab
multi: mention integer overflow risk if using > 500 million sockets
|
7 years ago |
Daniel Stenberg
|
5113ad0424
http-proxy: do the HTTP CONNECT process entirely non-blocking
|
7 years ago |
Daniel Stenberg
|
7fffe97b78
expire: remove Curl_expire_latest()
|
7 years ago |
Daniel Stenberg
|
bba59073c5
redirect: store the "would redirect to" URL when max redirs is reached
|
7 years ago |
Daniel Stenberg
|
d6c74ff663
multi: remove leftover debug infof() calls from e9fd794a6
|
7 years ago |
Daniel Stenberg
|
31b39c40cf
multi: use a fixed array of timers instead of malloc
|
7 years ago |
Daniel Stenberg
|
e9fd794a61
multi: assign IDs to all timers and make each timer singleton
|
7 years ago |
Alan Jenkins
|
be299a4dba
multi: clarify condition in curl_multi_wait
|
7 years ago |
Daniel Stenberg
|
cbae73e1dd
llist: no longer uses malloc
|
7 years ago |
Daniel Stenberg
|
ab6d23278e
Curl_expire_latest: ignore already expired timers
|
7 years ago |
Daniel Stenberg
|
e60fe20fdf
llist: replace Curl_llist_alloc with Curl_llist_init
|
7 years ago |
Daniel Stenberg
|
5f1163517e
multi: make curl_multi_wait avoid malloc in the typical case
|
7 years ago |
Daniel Stenberg
|
452203341d
pause: handle mixed types of data when paused
|
7 years ago |
Marcel Raad
|
068cd1ad4c
multi: fix MinGW-w64 compiler warnings
|
7 years ago |
Daniel Stenberg
|
6e0f26c8a8
multi: fix streamclose() crash in debug mode
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Michael Kaufmann
|
a5e8fcbc17
speed caps: update the timeouts if the speed is too low/high
|
7 years ago |
Michael Kaufmann
|
2f8d0df085
proxy: fix hostname resolution and IDN conversion
|
7 years ago |
Okhin Vasilij
|
c6da05a5ec
HTTPS-proxy: fixed mbedtls and polishing
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Marcel Raad
|
21aa32d30d
lib: fix compiler warnings after de4de4e3c7c
|
8 years ago |
Daniel Stenberg
|
6290c3c26b
multi: force connections to get closed in close_all_connections
|
8 years ago |
Anders Bakken
|
406506ca92
curl_multi_remove_handle: fix a double-free
|
8 years ago |
Daniel Stenberg
|
5c3d8d20a6
curl_multi_add_handle: set timeouts in closure handles
|
8 years ago |
Olivier Brunel
|
4b86113f5e
speed caps: not based on average speeds anymore
|
8 years ago |
Daniel Stenberg
|
3533def3d5
http2: make sure stream errors don't needlessly close the connection
|
8 years ago |
Daniel Stenberg
|
bde2f09d5e
multi: make Curl_expire() work with 0 ms timeouts
|
8 years ago |
Daniel Stenberg
|
6eb60c2dc5
transfer: return without select when the read loop reached maxcount
|
8 years ago |
Daniel Stenberg
|
75dc096e01
curl_multi_cleanup: clear connection pointer for easy handles
|
8 years ago |