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
/
asyn-thread.c
Age
Commit message (
Expand
)
Author
2020-01-10
fix: Copyright year out of date, should be 2020
Daniel Stenberg
2020-01-10
hostip: move code to resolve IP address literals to `Curl_resolv`
Marcel Raad
2019-12-27
lib: remove erroneous +x file permission on some c files
Xiang Xiao
2019-12-03
curl_setup: disable IPv6 resolver without `getaddrinfo`
Marcel Raad
2019-10-10
asyn-thread: make use of Curl_socketpair() where available
Daniel Stenberg
2019-09-12
asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
Daniel Stenberg
2019-08-11
asyn-thread: issue CURL_POLL_REMOVE before closing socket
Eric Wong
2019-08-01
timediff: make it 64 bit (if possible) even with 32 bit time_t
Daniel Stenberg
2019-07-30
cleanup: remove the 'numsocks' argument used in many places
Daniel Stenberg
2019-07-30
asyn-thread: removed unused variable
Daniel Stenberg
2019-07-30
asyn-thread: create a socketpair to wait on
amkatyal
2019-07-21
HTTP3: initial (experimental) support
Daniel Stenberg
2019-03-01
threaded-resolver: shutdown the resolver thread without error message
Daniel Stenberg
2019-01-07
curl_multi_remove_handle() don't block terminating c-ares requests
Brad Spencer
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-20
ares: remove fd from multi fd set when ares is about to close the fd
Romain Fliedel
2018-08-09
asyn-thread: Remove unused macro
Rikard Falkeborn
2018-06-27
easy_perform: use *multi_timeout() to get wait times
Daniel Stenberg
2018-06-16
multi: fix memory leak when stopped during name resolve
Daniel Stenberg
2018-03-24
threaded resolver: track resolver time and set suitable timeout values
Daniel Stenberg
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-08-29
asyn-thread: Fixed cleanup after OOM
Dan Fandrich
2017-08-28
asyn-thread: Improved cleanup after OOM situations
Dan Fandrich
2017-08-28
asyn-thread: Set errno to the proper value ENOMEM in OOM situation
Dan Fandrich
2017-07-10
curl_setup_once: Remove ERRNO/SET_ERRNO macros
Jay Satiro
2017-07-06
asyn-thread.c: fix unused variable warnings on macOS
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-07
asyn-thread: fix unused macro warnings
Marcel Raad
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-07
resolve: enable protocol family logic for synthesized IPv6
Luo Jinghua
2016-06-07
resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS
Luo Jinghua
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-27
code/docs: Use correct case for IPv4 and IPv6
Steve Holme
2014-12-14
asyn-thread: We prefer 'CURLcode result'
Steve Holme
2014-09-23
threaded-resolver: revert Curl_expire_latest() switch
Daniel Stenberg
2014-08-31
low-speed-limit: avoid timeout flood
Daniel Stenberg
2014-08-31
resolve: cache lookup for async resolvers
Michael Wallner
2014-05-22
bits.close: Fixed compilation warning
Steve Holme
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-01-10
threaded-resolver: never use NULL hints with getaddrinfo
Daniel Stenberg
[next]