Anders Bakken
|
2427d94c6d
url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT
|
6 years ago |
Anders Bakken
|
50d1b3379a
CURLOPT_RESOLVE: Add support for multiple IP addresses per entry
|
6 years ago |
Björn Stenberg
|
b46cfbc068
TODO fixed: Detect when called from within callbacks
|
6 years ago |
Alessandro Ghedini
|
979b012eeb
connect: add support for new TCP Fast Open API on Linux
|
7 years ago |
Jay Satiro
|
31f18d2722
connect: improve the bind error message
|
7 years ago |
Pavol Markovic
|
6ce9845677
macOS: Fix missing connectx function with Xcode version older than 9.0
|
7 years ago |
Orgad Shaneh
|
9f78b05443
connect.c: remove executable bit on file
|
7 years ago |
Luca Boccassi
|
32828cc4fb
--interface: add support for Linux VRF
|
7 years ago |
Daniel Stenberg
|
67c55a26d5
share: add support for sharing the connection cache
|
7 years ago |
Daniel Stenberg
|
6b12beb25a
connect: store IPv6 connection status after valid connection
|
7 years ago |
Daniel Stenberg
|
7ee59512f8
timeleft: made two more users of Curl_timeleft use timediff_t
|
7 years ago |
Daniel Stenberg
|
0d85eed3df
Curl_timeleft: change return type to timediff_t
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Anders Bakken
|
49d75a4c15
connect: fix race condition with happy eyeballs timeout
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Nick Zitzmann
|
870d849d48
configure: check for __builtin_available() availability (#1788)
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Jay Satiro
|
af0216251b
curl_setup_once: Remove ERRNO/SET_ERRNO macros
|
7 years ago |
Daniel Stenberg
|
909a5bee81
configure: remove checks for 5 functions never used
|
7 years ago |
Daniel Stenberg
|
7fffe97b78
expire: remove Curl_expire_latest()
|
7 years ago |
Daniel Stenberg
|
e9fd794a61
multi: assign IDs to all timers and make each timer singleton
|
7 years ago |
Marcel Raad
|
a8e523f086
connect: fix unreferenced parameter warning
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Jay Satiro
|
d00f2a8f2e
http_proxy: Fix proxy CONNECT hang on pending data
|
8 years ago |
Isaac Boukris
|
82245eaa56
Curl_getconnectinfo: avoid checking if the connection is closed
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Frank Gevaerts
|
ba410f6c64
add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}
|
8 years ago |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 years ago |