mosquitto/src
2019-03-13 13:22:14 +00:00
..
db_dump Fix and tests for CVE-2018-12546. 2019-02-08 13:01:07 +00:00
deps Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
bridge.c Use better random numbers for everything, where possible. 2019-02-27 14:15:31 +00:00
CMakeLists.txt Session expiry interval support - not working for file persistence. 2019-03-06 14:47:16 +00:00
conf_includedir.c Coverity fixes 2019-02-27 12:38:20 +00:00
conf.c Add support for custom log timestamps. 2019-03-13 11:24:14 +00:00
context.c Don't leak sockets. 2019-03-13 12:58:42 +00:00
database.c Don't use uhpa for topics, incompatible with uthash. 2019-03-08 23:11:21 +00:00
handle_auth.c Temporarily disable all extended AUTH. 2019-01-25 22:02:12 +00:00
handle_connack.c Add mosquitto_unsubscribe_multiple(), plus tests. 2019-02-17 20:59:16 +00:00
handle_connect.c Check for authentication method on CONNECT, and reject. 2019-03-06 16:12:36 +00:00
handle_publish.c Tests and support for QoS 1 reporting of no subscribers on publish. 2019-03-04 07:36:35 +00:00
handle_subscribe.c Fix sub-denied test. 2019-01-10 22:10:32 +00:00
handle_unsubscribe.c v5 report reason code=no sub when unsubscribing. 2019-02-17 10:14:02 +00:00
lib_load.h Bump copyright years. 2018-04-11 15:24:29 +01:00
linker-macosx.syms More client accessors. 2016-07-09 21:49:13 +01:00
linker.syms More client accessors. 2016-07-09 21:49:13 +01:00
logging.c Add support for custom log timestamps. 2019-03-13 11:24:14 +00:00
loop.c Session expiry interval support - not working for file persistence. 2019-03-06 14:47:16 +00:00
Makefile Session expiry interval support - not working for file persistence. 2019-03-06 14:47:16 +00:00
mosquitto_broker_internal.h Free clients with session expiry > 0 on exit. 2019-03-13 13:22:14 +00:00
mosquitto_broker.h Merge branch 'develop' 2018-05-03 07:55:45 +01:00
mosquitto_passwd.c Fix openssl deprecated function use. 2019-02-28 12:21:11 +00:00
mosquitto_plugin.h Bump copyright years. 2018-04-11 15:24:29 +01:00
mosquitto.c Free clients with session expiry > 0 on exit. 2019-03-13 13:22:14 +00:00
net.c Fix compiling with openssl < 1.1.1. 2019-02-28 11:23:26 +00:00
persist.c Don't use uhpa for topics, incompatible with uthash. 2019-03-08 23:11:21 +00:00
persist.h Fix and tests for CVE-2018-12546. 2019-02-08 13:01:07 +00:00
plugin_defer.c Bump copyright years. 2018-04-11 15:24:29 +01:00
plugin.c Rename clean_session to clean_start for v5. 2018-11-27 10:02:10 +00:00
property_broker.c Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
read_handle.c Support PUBREC reason code >=0x80 as partial qos2 flow. 2019-01-09 15:00:12 +00:00
security_default.c Test improvements 2019-02-27 09:27:34 +00:00
security.c Disallow writing to $ topics where appropriate. 2019-03-03 22:00:30 +00:00
send_connack.c Coverity fixes 2019-02-27 12:38:20 +00:00
send_suback.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_unsuback.c Fix missing reason_code on v5 UNSUBACK. 2019-02-17 09:30:06 +00:00
service.c Print message on error when installing as a Windows service. 2018-12-05 11:25:41 +00:00
session_expiry.c Session expiry interval support - not working for file persistence. 2019-03-06 14:47:16 +00:00
signals.c fix signal handler on win32 2018-09-25 10:34:28 +01:00
subs.c Don't use uhpa for topics, incompatible with uthash. 2019-03-08 23:11:21 +00:00
sys_tree.c Test and fixes for will message expiry interval. 2019-01-22 17:51:57 +00:00
sys_tree.h Bump copyright years. 2018-04-11 15:24:29 +01:00
uhpa.h Test improvements 2019-02-27 09:27:34 +00:00
websockets.c Windows build fixes. 2019-03-05 14:01:29 +00:00
will_delay.c Will delay tests and implementation. 2019-02-27 09:27:34 +00:00