mosquitto/src
2020-05-05 15:37:04 +01:00
..
db_dump Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00: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 Merge branch 'rfc-bridge-local-clean' of git://github.com/etactica/mosquitto into etactica-rfc-bridge-local-clean 2020-05-05 14:33:02 +01:00
CMakeLists.txt Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
conf_includedir.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
conf.c Merge branch 'rfc-bridge-local-clean' of git://github.com/etactica/mosquitto into etactica-rfc-bridge-local-clean 2020-05-05 14:33:02 +01:00
context.c Free outgoing client messages even for non-bridges. 2020-05-05 15:37:04 +01:00
database.c Free outgoing client messages even for non-bridges. 2020-05-05 15:37:04 +01:00
handle_auth.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_connack.c Allow MQTT v5.0 outgoing bridges to fall back to MQTT v3.1.1 2020-04-02 10:26:36 +01:00
handle_connect.c Fix memory leak when connecting clients are rejected. 2020-05-05 14:31:13 +01:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_publish.c Remove duplicate UTF-8 check 2020-03-26 09:09:11 +00:00
handle_subscribe.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
handle_unsubscribe.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
lib_load.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
linker-macosx.syms Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
linker.syms Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
logging.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
loop.c Clearer client disconnection message. 2020-04-28 10:42:49 +01:00
Makefile Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
mosquitto_broker_internal.h Merge branch 'rfc-bridge-local-clean' of git://github.com/etactica/mosquitto into etactica-rfc-bridge-local-clean 2020-05-05 14:33:02 +01:00
mosquitto_broker.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00: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 Tidy up main(). 2020-04-08 11:34:31 +01:00
mux_epoll.c Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00: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 Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00: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 Be more tolerant when loading persistence files. 2020-05-01 21:51:07 +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 Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
property_broker.c 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
retain.c Reduce heap allocation churn when tokenising topics. 2019-12-11 13:23:59 +00:00
security_default.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
security.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00: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 Fix memory leak when cleaning all shared subs. 2020-04-30 16:58:46 +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 Prototype separate poll/epoll files. 2020-03-26 10:35:02 +00:00
will_delay.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00