mosquitto/src
Roger A. Light 40d8015837 Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events.
These are called when subscribe/unsubscribes actually succeed.
2022-03-31 14:24:11 +01:00
..
bridge.c
bridge_topic.c
broker_control.c
CMakeLists.txt
conf.c
conf_includedir.c
context.c Fix Coverity Scan 1486961 Resource leak 2022-03-24 11:58:36 +00:00
control.c
database.c
handle_auth.c
handle_connack.c
handle_connect.c
handle_disconnect.c
handle_publish.c
handle_subscribe.c Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
handle_unsubscribe.c Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
http_serv.c
keepalive.c
linker-macosx.syms Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
linker.syms Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
listeners.c
logging.c Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
loop.c
Makefile Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
memory_public.c Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
mosquitto.c
mosquitto_broker_internal.h Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
mux.c
mux.h
mux_epoll.c
mux_kqueue.c
mux_poll.c
net.c
persist.h
persist_read.c
persist_read_v5.c Fix Coverity Scan false positive 1486951 String not null terminated 2022-03-24 10:14:27 +00:00
persist_read_v234.c Fix Coverity Scan false positive 1486951 String not null terminated 2022-03-24 10:14:27 +00:00
persist_write.c
persist_write_v5.c Fix persist writing 2022-03-31 14:22:43 +01:00
plugin_acl_check.c
plugin_basic_auth.c
plugin_callbacks.c Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
plugin_cleanup.c
plugin_connect.c
plugin_disconnect.c
plugin_extended_auth.c
plugin_init.c
plugin_message.c
plugin_persist.c
plugin_psk_key.c
plugin_public.c Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
plugin_subscribe.c Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
plugin_tick.c
plugin_unsubscribe.c Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events. 2022-03-31 14:24:11 +01:00
plugin_v2.c
plugin_v3.c
plugin_v4.c
plugin_v5.c
property_broker.c Comments 2022-03-24 13:37:26 +00:00
read_handle.c
retain.c Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
security_default.c
send_auth.c
send_connack.c
send_suback.c
send_unsuback.c
service.c
session_expiry.c
signals.c
subs.c Fix Coverity Scan 1486961 Resource leak 2022-03-24 11:58:36 +00:00
sys_tree.c
sys_tree.h
topic_tok.c
websockets.c
will_delay.c
xtreport.c