curl/include/curl
Gergely Nagy f3c35e371c
multi: add curl_multi_wakeup()
This commit adds curl_multi_wakeup() which was previously in the TODO
list under the curl_multi_unblock name.

On some platforms and with some configurations this feature might not be
available or can fail, in these cases a new error code
(CURLM_WAKEUP_FAILURE) is returned from curl_multi_wakeup().

Fixes #4418
Closes #4608
2019-11-25 15:45:56 +01:00
..
.gitignore includes: remove curl/curlbuild.h and curl/curlrules.h 2017-06-14 11:07:33 +02:00
curl.h include: make CURLE_HTTP3 use a new error code 2019-11-21 23:16:29 +01:00
curlver.h bump: next release will be 7.68.0 2019-11-21 16:36:19 +01:00
easy.h defines: avoid underscore-prefixed defines 2019-08-23 11:47:57 +02:00
Makefile.am makefile: make checksrc and hugefile commands "silent" 2019-03-14 20:11:24 +01:00
mprintf.h defines: avoid underscore-prefixed defines 2019-08-23 11:47:57 +02:00
multi.h multi: add curl_multi_wakeup() 2019-11-25 15:45:56 +01:00
stdcheaders.h defines: avoid underscore-prefixed defines 2019-08-23 11:47:57 +02:00
system.h system.h: fix for MCST lcc compiler 2019-11-09 14:42:13 -05:00
typecheck-gcc.h defines: avoid underscore-prefixed defines 2019-08-23 11:47:57 +02:00
urlapi.h urlapi: CURLU_NO_AUTHORITY allows empty authority/host part 2019-09-19 15:57:28 +02:00