mosquitto/lib
Roger Light 4ef48269f5 Fix mosquitto_loop_stop() not stopping on Windows
Closes #1748. Closes #117. Thanks to Sigmund Vik.
2020-08-11 08:55:05 +01:00
..
cpp Fix use of sed on BSD. 2020-03-12 11:52:58 +00:00
actions.c Fix mosquitto_publish*() no longer returning MOSQ_ERR_NO_CONN. 2020-07-15 20:25:36 +01:00
alias_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
alias_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
callbacks.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
CMakeLists.txt Bugfix: include "deps" directory only if BUNDLED_DEPS has been provided and set to true 2020-02-06 15:20:29 +00:00
connect.c Merge branch 'fixes' of git://github.com/ChristianS99/mosquitto into fixes 2020-03-12 13:52:00 +00:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_connack.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_ping.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubackcomp.c Don't treact unexpected PUBACK/COMP as fatal. 2020-03-28 23:33:01 +00:00
handle_publish.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubrec.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubrel.c iDon't treat an unexpected PUBREL as fatal. 2020-03-19 15:38:29 +00:00
handle_suback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_unsuback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
helpers.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
linker.version Rejig OCSP code. 2019-03-26 22:13:42 +00:00
logging_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
logging_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
loop.c Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
Makefile Fix use of sed on BSD. 2020-03-12 11:52:58 +00:00
memory_mosq.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
memory_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
messages_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
messages_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto_internal.h Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
mosquitto.c Don't use mutex until it is initialised. 2020-07-15 12:12:51 +01:00
mosquitto.h Improved documentation around connect callback return codes. 2020-06-22 21:45:50 +01:00
mqtt_protocol.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
net_mosq_ocsp.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
net_mosq.c Fix support for openssl 3.0 2020-05-12 13:39:49 +01:00
net_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
options.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
packet_datatypes.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
packet_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
packet_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
property_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
property_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
read_handle.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
read_handle.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_connect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_publish.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_subscribe.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_unsubscribe.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
socks_mosq.c extend ifdef guard to fix compilation on OpenBSD 2020-06-17 15:54:24 +01:00
socks_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
srv_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
thread_mosq.c mosquitto_loop_start() now sets a thread name. 2020-08-10 22:51:17 +01:00
time_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
time_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
tls_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
tls_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
utf8_mosq.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
util_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_topic.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
will_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
will_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00