mosquitto/src
2020-09-17 13:26:31 +01:00
..
db_dump db_dump: Fix mosquitto_msg_store usage. 2020-07-10 22:00:11 +01:00
deps Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
bridge_topic.c Bridge remapping refactoring and tests. 2019-10-03 16:46:15 +01:00
bridge.c Cleanup bridge ssl_ctx on exit. 2020-09-17 12:45:57 +01:00
CMakeLists.txt Move keepalive check code to separate file. 2020-09-05 22:59:50 +01:00
conf_includedir.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
conf.c Breaking: allow_anonymous defaults to false. 2020-09-17 11:29:32 +01:00
context.c Always ensure the client is in the hash before deleting. 2020-09-17 13:26:31 +01:00
control.c Add support for $CONTROL/ topics in plugins. 2020-09-10 15:32:47 +01:00
database.c Move unpwd to security_options struct. 2020-08-18 15:20:48 +01:00
handle_auth.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_connack.c Don't always iterate over entire inflight messages list 2020-08-17 23:03:25 +01:00
handle_connect.c Fix use after free (develop branch only). 2020-09-17 11:55:53 +01:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_publish.c Add support for $CONTROL/ topics in plugins. 2020-09-10 15:32:47 +01:00
handle_subscribe.c Fix leak on malformed v5 subscribe. 2020-09-17 11:44:22 +01:00
handle_unsubscribe.c Send DISCONNECT with malformed-packet reason code on bad SUBSCRIBEs. 2020-08-02 15:10:12 +01:00
json_help.c Json helper functions. 2020-08-17 23:03:38 +01:00
json_help.h Json helper functions. 2020-08-17 23:03:38 +01:00
keepalive.c Move keepalive check code to separate file. 2020-09-05 22:59:50 +01:00
lib_load.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
linker-macosx.syms Add support for $CONTROL/ topics in plugins. 2020-09-10 15:32:47 +01:00
linker.syms Add support for $CONTROL/ topics in plugins. 2020-09-10 15:32:47 +01:00
logging.c DLT logging is now configurable at runtime with log_dest dlt. 2020-06-30 00:51:57 +01:00
loop.c Add mosquitto_kick_client_by_clientid() and mosquitto_kick_client_by_username() 2020-09-07 13:51:44 +01:00
Makefile Move keepalive check code to separate file. 2020-09-05 22:59:50 +01:00
mosquitto_broker_internal.h Breaking: allow_anonymous defaults to false. 2020-09-17 11:29:32 +01:00
mosquitto_broker.h Add support for $CONTROL/ topics in plugins. 2020-09-10 15:32:47 +01:00
mosquitto_passwd.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto_plugin.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto.c Breaking: allow_anonymous defaults to false. 2020-09-17 11:29:32 +01:00
mux_epoll.c Fix bridge reconnect 2020-07-20 15:47:48 +01:00
mux_poll.c Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
mux.c Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
mux.h Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
net.c Breaking: Bind to loopback if no listeners are configured. 2020-09-17 11:10:40 +01:00
persist_read_v5.c Be more tolerant when loading persistence files. 2020-05-01 21:51:07 +01:00
persist_read_v234.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
persist_read.c Fix incorrect store ref count usage. 2020-07-16 11:18:04 +01:00
persist_write_v5.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
persist_write.c Be more tolerant when loading persistence files. 2020-05-01 21:51:07 +01:00
persist.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
plugin_debug.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
plugin_defer.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
plugin.c Add mosquitto_kick_client_by_clientid() and mosquitto_kick_client_by_username() 2020-09-07 13:51:44 +01:00
property_broker.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
read_handle.c Send DISCONNECT with malformed-packet reason code on bad PUBLISHes. 2020-08-02 23:12:47 +01:00
retain.c Optimise use of db__message_write() 2020-08-12 15:29:08 +01:00
security_default.c Breaking: allow_anonymous defaults to false. 2020-09-17 11:29:32 +01:00
security.c Breaking: allow_anonymous defaults to false. 2020-09-17 11:29:32 +01:00
send_auth.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_connack.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_suback.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_unsuback.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
service.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
session_expiry.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
signals.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
subs.c Optimise use of db__message_write() 2020-08-12 15:29:08 +01:00
sys_tree.c Remove duplicate strlen() calls. 2020-03-26 09:32:01 +00:00
sys_tree.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
topic_tok.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
uhpa.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
websockets.c Move keepalive check code to separate file. 2020-09-05 22:59:50 +01:00
will_delay.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00