1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/misc
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
..
fts private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lwsac cov263975: help coverity see false positive 2019-11-12 10:28:53 +00:00
threadpool cleaning 2020-01-05 22:17:58 +00:00
base64-decode.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
daemonize.c cleaning 2020-01-05 22:17:58 +00:00
dir.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
diskcache.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
getifaddrs.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
getifaddrs.h refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
lejp.c lejp: fix warnings on windows 2019-10-23 06:36:11 +01:00
lws-ring.c cleaning 2020-01-05 22:17:58 +00:00
lws-struct-lejp.c cleaning 2020-01-05 22:17:58 +00:00
lws-struct-sqlite.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
peer-limits.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
romfs.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
romfs.h refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
sha-1.c cleaning 2020-01-05 22:17:58 +00:00