]> granicus.if.org Git - curl/commit
select: switch to macros in uppercase
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Oct 2016 08:58:58 +0000 (10:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Oct 2016 09:05:45 +0000 (11:05 +0200)
commit8a6e89a9ebbaa79a2c4e4301774770efb3d24ef7
treee1f5912ef215b364a0be7c0609f343070ecc6efb
parenta05906190ca6f7d6135f82595107bcabe4b75c77
select: switch to macros in uppercase

Curl_select_ready() was the former API that was replaced with
Curl_select_check() a while back and the former arg setup was provided
with a define (in order to leave existing code unmodified).

Now we instead offer SOCKET_READABLE and SOCKET_WRITABLE for the most
common shortcuts where only one socket is checked. They're also more
visibly macros.
22 files changed:
lib/connect.c
lib/ftp.c
lib/gopher.c
lib/http_proxy.c
lib/pingpong.c
lib/rtsp.c
lib/select.c
lib/select.h
lib/socks.c
lib/ssh.c
lib/tftp.c
lib/transfer.c
lib/url.c
lib/vtls/axtls.c
lib/vtls/cyassl.c
lib/vtls/darwinssl.c
lib/vtls/gskit.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/openssl.c
lib/vtls/polarssl.c
lib/vtls/schannel.c