1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/unix
Andy Green 157acfc906 windows: clean type warnings
There are some minor public api type improvements rather than cast everywhere
inside lws and user code to work around them... these changed from int to
size_t

 - lws_buflist_use_segment() return
 - lws_tokenize_t .len and .token_len
 - lws_tokenize_cstr() length
 - lws_get_peer_simple() namelen
 - lws_get_peer_simple_fd() namelen, int fd -> lws_sockfd_type fd
 - lws_write_numeric_address() len
 - lws_sa46_write_numeric_address() len

These changes are typically a NOP for user code
2020-01-11 14:04:50 +00:00
..
android cleaning 2020-01-05 22:17:58 +00:00
private-lib-plat-unix.h adopt: udp iface and AF_PACKET 2019-10-12 12:41:14 +01:00
unix-caps.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-fds.c cleaning 2020-01-05 22:17:58 +00:00
unix-file.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-init.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-misc.c lws_get_random: change length to size_t for coverity 2020-01-11 07:58:37 +00:00
unix-pipe.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-plugins.c cleaning 2020-01-05 22:17:58 +00:00
unix-resolv.c asynchronous dns for ipv4 and ipv6 2019-09-19 06:54:53 +01:00
unix-service.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-sockets.c windows: clean type warnings 2020-01-11 14:04:50 +00:00