Daniel Stenberg
|
66b0775763
checksrc: enhance the ASTERISKSPACE and update code accordingly
|
hace 4 años |
Daniel Stenberg
|
59e351a572
asyn-*: remove support for never-used NULL entry pointers
|
hace 4 años |
Jay Satiro
|
153d581b7f
asyn-thread: fix cppcheck warning
|
hace 4 años |
Jay Satiro
|
05d3312f77
asyn-thread: remove dead code
|
hace 4 años |
Daniel Stenberg
|
0b030a5b23
global_init: move the IPv6 works status bool to multi handle
|
hace 4 años |
Daniel Stenberg
|
8bd14c871f
fix: Copyright year out of date, should be 2020
|
hace 4 años |
Marcel Raad
|
875314ed0b
hostip: move code to resolve IP address literals to `Curl_resolv`
|
hace 4 años |
Xiang Xiao
|
060fb84a5a
lib: remove erroneous +x file permission on some c files
|
hace 4 años |
Marcel Raad
|
67a08dca27
curl_setup: disable IPv6 resolver without `getaddrinfo`
|
hace 5 años |
Daniel Stenberg
|
9c76f694de
asyn-thread: make use of Curl_socketpair() where available
|
hace 5 años |
Daniel Stenberg
|
e34ec7de59
asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
|
hace 5 años |
Eric Wong
|
17d1e27d30
asyn-thread: issue CURL_POLL_REMOVE before closing socket
|
hace 5 años |
Daniel Stenberg
|
b1616dad8f
timediff: make it 64 bit (if possible) even with 32 bit time_t
|
hace 5 años |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
hace 5 años |
Daniel Stenberg
|
041690aadb
asyn-thread: removed unused variable
|
hace 5 años |
amkatyal
|
eb9a604f8d
asyn-thread: create a socketpair to wait on
|
hace 5 años |
Daniel Stenberg
|
3af0e76d1e
HTTP3: initial (experimental) support
|
hace 5 años |
Daniel Stenberg
|
754ae10398
threaded-resolver: shutdown the resolver thread without error message
|
hace 5 años |
Brad Spencer
|
84a30d0a41
curl_multi_remove_handle() don't block terminating c-ares requests
|
hace 6 años |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
hace 6 años |
Romain Fliedel
|
6765e6d9e6
ares: remove fd from multi fd set when ares is about to close the fd
|
hace 6 años |
Rikard Falkeborn
|
1c14ba60cc
asyn-thread: Remove unused macro
|
hace 6 años |
Daniel Stenberg
|
3ef67c6861
easy_perform: use *multi_timeout() to get wait times
|
hace 6 años |
Daniel Stenberg
|
ac9a179fe9
multi: fix memory leak when stopped during name resolve
|
hace 6 años |
Daniel Stenberg
|
67636222f4
threaded resolver: track resolver time and set suitable timeout values
|
hace 6 años |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
hace 7 años |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
hace 7 años |
Dan Fandrich
|
df29455dbc
asyn-thread: Fixed cleanup after OOM
|
hace 7 años |
Dan Fandrich
|
d5d736726c
asyn-thread: Improved cleanup after OOM situations
|
hace 7 años |
Dan Fandrich
|
11a8778e0b
asyn-thread: Set errno to the proper value ENOMEM in OOM situation
|
hace 7 años |