mosquitto/src
2020-10-13 16:06:12 +01:00
..
bridge_topic.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
bridge.c Cleanup bridge ssl_ctx on exit. 2020-09-17 12:45:57 +01:00
CMakeLists.txt Move headers to own directory. 2020-10-07 22:06:01 +01:00
conf_includedir.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
conf.c Deprecation warnings. 2020-09-24 21:42:51 +01:00
context.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
control.c Fix $CONTROL plugin unregistering. 2020-09-23 17:03:01 +01:00
database.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +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 Don't free will_struct after the client context owns it. 2020-09-25 09:14:31 +01:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_publish.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
handle_subscribe.c Added support for controlling UNSUBSCRIBE calls in v5 plugin ACL checks. 2020-10-09 14:02:02 +01:00
handle_unsubscribe.c Added support for controlling UNSUBSCRIBE calls in v5 plugin ACL checks. 2020-10-09 14:02:02 +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 New plugin interface 2020-09-22 14:49:28 +01:00
linker.syms mosquitto_plugin_publish no longer exists. 2020-09-24 09:14:51 +01:00
logging.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +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 password functions to own file. 2020-10-13 16:05:34 +01:00
memory_public.c New plugin interface 2020-09-22 14:49:28 +01:00
mosquitto_broker_internal.h Move password functions to own file. 2020-10-13 16:05:34 +01:00
mosquitto.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
mux_epoll.c Fix bridge reconnect 2020-07-20 15:47:48 +01:00
mux_poll.c Build fix for Windows. 2020-09-30 09:47:24 +01: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 Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
password_mosq.c Build variant fixes. 2020-10-13 16:06:12 +01:00
password_mosq.h Move password functions to own file. 2020-10-13 16:05:34 +01:00
persist_read_v5.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
persist_read_v234.c Fixes for the poor souls stuck on <c99. 2020-03-12 10:29:11 +00:00
persist_read.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
persist_write_v5.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
persist_write.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
persist.h Store username and listener of persistent clients 2020-08-07 08:32:14 +02:00
plugin_debug.c Fix plugin interface on example debug and defer plugins. 2020-09-30 09:43:53 +01:00
plugin_defer.c Fix plugin interface on example debug and defer plugins. 2020-09-30 09:43:53 +01:00
plugin_public.c New plugin interface 2020-09-22 14:49:28 +01:00
plugin.c Callback struct padding for future use. 2020-09-30 10:26:17 +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 Move password functions to own file. 2020-10-13 16:05:34 +01:00
security.c Added support for controlling UNSUBSCRIBE calls in v5 plugin ACL checks. 2020-10-09 14:02:02 +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 Fix service path quoting on Windows. 2020-08-11 09:09:31 +01: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 Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
sys_tree.h Fix sys_tree macro stubs with no arguments. 2020-07-12 22:26:00 +01: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 context->mosq in websockets. 2020-09-25 09:15:22 +01:00
will_delay.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00