mosquitto/lib
Roger A. Light 49ebb58569 Fix failure to close thread in some situations.
Closes #2545. Thanks to p-luke.
2022-08-15 22:17:00 +01:00
..
cpp Fix incorrect subscribe_callback in mosquittopp.h. 2021-11-17 00:23:04 +00:00
actions.c
alias_mosq.c
alias_mosq.h
callbacks.c
CMakeLists.txt
connect.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
dummypthread.h
handle_auth.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_connack.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_disconnect.c
handle_ping.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubackcomp.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_publish.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubrec.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubrel.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_suback.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_unsuback.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
helpers.c
linker.version
logging_mosq.c
logging_mosq.h
loop.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
Makefile
memory_mosq.c
memory_mosq.h
messages_mosq.c
messages_mosq.h
misc_mosq.c
misc_mosq.h
mosquitto.c Fix documentation omission around mosquitto_reinitialise. 2022-08-10 14:31:34 +01:00
mosquitto_internal.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
net_mosq.c Fix use of MOSQ_OPT_SSL_CTX when used with MOSQ_OPT_SSL_CTX_DEFAULTS 2022-08-10 17:18:33 +01:00
net_mosq.h Don't set SIGPIPE to ignore, use MSG_NOSIGNAL instead. 2022-08-07 23:04:46 +01:00
net_mosq_ocsp.c
options.c Fix use of MOSQ_OPT_TLS_ENGINE being unable to be used. 2022-05-17 17:19:17 +01:00
packet_datatypes.c
packet_mosq.c Backport SSL connect fixes. 2022-08-09 21:25:54 +01:00
packet_mosq.h
property_mosq.c Fix client_generated flag not being copied on properties. 2022-02-24 14:05:11 +00:00
property_mosq.h
read_handle.c
read_handle.h
send_connect.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_disconnect.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_mosq.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_mosq.h
send_publish.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_subscribe.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_unsubscribe.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
socks_mosq.c
socks_mosq.h
srv_mosq.c
strings_mosq.c Use strings.h for strcasecmp, except on Windows. 2022-02-24 12:02:16 +00:00
thread_mosq.c
time_mosq.c
time_mosq.h
tls_mosq.c
tls_mosq.h
utf8_mosq.c
util_mosq.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_mosq.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_topic.c Fix mosquitto_topic_matches_sub2() not using the length parameters. 2021-11-16 23:14:24 +00:00
will_mosq.c
will_mosq.h