mosquitto/lib
Roger A. Light da7d02690b Fix mosquitto_loop_start() leaving the mosq struct in an invalid state
This occurs if thread creation fails.

Closes #3496. Thanks to ehoffman2.
2026-02-13 08:33:32 +00:00
..
cpp
actions_publish.c
actions_subscribe.c
actions_unsubscribe.c
alias_mosq.c
alias_mosq.h
callbacks.c
callbacks.h
CMakeLists.txt
connect.c OpenBSD build fixes 2026-02-06 14:50:20 +00:00
extended_auth.c
handle_auth.c
handle_connack.c
handle_disconnect.c
handle_ping.c Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
handle_pubackcomp.c Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
handle_publish.c
handle_pubrec.c Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
handle_pubrel.c Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
handle_suback.c Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
handle_unsuback.c Merge branch 'fixes' into develop 2026-01-15 00:49:53 +00:00
helpers.c
http_client.c Fix errno setting on Windows 2026-01-07 15:04:06 +00:00
http_client.h
libmosquitto.c
linker.version
logging_mosq.c
logging_mosq.h
loop.c
Makefile
messages_mosq.c
messages_mosq.h
mosquitto_internal.h Minor compiler warning fixes 2026-01-21 16:58:42 +00:00
net_mosq.c Fix missing unix sockets support on Windows 2026-02-11 23:45:25 +00:00
net_mosq.h
net_mosq_ocsp.c
net_ws.c More warning fixes 2026-01-23 09:26:09 +00:00
options.c
packet_datatypes.c More warning fixes 2026-01-23 09:26:09 +00:00
packet_mosq.c More warning fixes 2026-01-23 09:26:09 +00:00
packet_mosq.h
property_mosq.c
property_mosq.h
pthread_compat.h
read_handle.c
read_handle.h
send_connect.c
send_disconnect.c Make condition more explicit for what is actually required 2025-12-09 13:25:34 +00:00
send_mosq.c
send_mosq.h
send_publish.c
send_subscribe.c
send_unsubscribe.c
socks_mosq.c Fix errno setting on Windows 2026-01-07 15:04:06 +00:00
socks_mosq.h
srv_mosq.c
thread_mosq.c Fix mosquitto_loop_start() leaving the mosq struct in an invalid state 2026-02-13 08:33:32 +00:00
tls_mosq.c Fix --insecure and bridge_insecure 2026-01-19 11:45:55 +00:00
tls_mosq.h
util_mosq.c
util_mosq.h
will_mosq.c
will_mosq.h