mosquitto/lib
2020-02-12 16:47:46 +00:00
..
cpp Fix WITH_STATIC_LIBRARIES using CMake on Windows 2019-08-06 12:01:29 +01:00
actions.c Fix properties not being sent on QoS>0 PUBLISH messages. 2019-08-01 15:47:48 +01:00
alias_mosq.c Add alias support to the broker. 2019-01-18 21:30:34 +00:00
alias_mosq.h Add alias support to the broker. 2019-01-18 21:30:34 +00:00
callbacks.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
CMakeLists.txt Bugfix: include "deps" directory only if BUNDLED_DEPS has been provided and set to true 2020-02-06 15:20:29 +00:00
connect.c Set minimum keepalive argument to mosquitto_connect*() to be 5 seconds. 2020-01-28 16:59:20 +00:00
dummypthread.h Don't use reserved names in header guards. 2016-03-13 18:43:13 +00:00
handle_auth.c private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
handle_connack.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 2019-01-17 18:51:23 +00:00
handle_ping.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_pubackcomp.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_publish.c Fix publish props not being passed to v5 msg callback for QoS 2 msgs. 2019-09-26 16:47:34 +01:00
handle_pubrec.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_pubrel.c Fix publish props not being passed to v5 msg callback for QoS 2 msgs. 2019-09-26 16:47:34 +01:00
handle_suback.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_unsuback.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
helpers.c Remove dead values. 2020-01-23 10:55:49 +00:00
linker.version Rejig OCSP code. 2019-03-26 22:13:42 +00:00
logging_mosq.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
logging_mosq.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
loop.c Build fixes. 2019-09-25 12:17:17 +01:00
Makefile Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
memory_mosq.c Remove incorrect and unused memory limiting code. 2019-04-26 11:31:59 +01:00
memory_mosq.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
messages_mosq.c Fix inflight max behaviour and option setting. 2019-09-24 11:26:25 +01:00
messages_mosq.h Separate broker message queues into in/out. 2019-04-17 09:29:34 +01:00
misc_mosq.c Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
misc_mosq.h Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
mosquitto_internal.h Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
mosquitto.c Remove dead values. 2020-01-23 10:55:49 +00:00
mosquitto.h Fix for internal logging not printing. 2020-01-29 16:25:56 +00:00
mqtt_protocol.h Make consts unsigned where they are compared against unsigned. 2020-01-23 12:51:47 +00:00
net_mosq_ocsp.c Windows build fixes. 2019-04-17 20:09:59 +01:00
net_mosq.c Don't call SSL_shutdown() if SSL init hasn't completed. 2020-02-04 17:11:11 +00:00
net_mosq.h Expose net__print_ssl_error() prototype. 2020-01-30 15:14:52 +00:00
options.c Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
packet_datatypes.c Fix datatype_read test. 2019-02-12 11:34:45 +00:00
packet_mosq.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
packet_mosq.h Make behaviour of mosquitto_connect[_async]() consistent. 2019-07-30 18:42:31 +01:00
property_mosq.c Fix missing function warnings on NetBSD. 2019-08-04 23:00:26 +01:00
property_mosq.h Subscription identifier support. 2018-12-20 15:32:43 +00:00
read_handle.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
read_handle.h Merge branch 'master' 2019-03-16 10:05:38 +00:00
send_connect.c Fix memory leak when setting v5 properties in mosquitto_connect_v5() 2019-08-01 14:49:19 +01:00
send_disconnect.c Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
send_mosq.c Fix minor Coverity issues 2019-04-17 16:20:46 +01:00
send_mosq.h Merge branch 'master' 2019-03-16 10:05:38 +00:00
send_publish.c Remove debug statements. 2019-04-17 13:05:58 +01:00
send_subscribe.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
send_unsubscribe.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
socks_mosq.c Remove duplicate code. 2020-02-12 16:47:46 +00:00
socks_mosq.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
srv_mosq.c Build fixes. 2019-09-25 12:17:17 +01:00
thread_mosq.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
time_mosq.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
time_mosq.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
tls_mosq.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
tls_mosq.h Merge branch 'master' 2019-03-16 10:05:38 +00:00
utf8_mosq.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
util_mosq.c Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
util_mosq.h Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
util_topic.c Fix mosquitto_topic_matches_sub() behaviour with wildcards in topic. 2020-02-07 22:55:50 +00:00
will_mosq.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
will_mosq.h Merge branch 'master' 2019-03-16 10:05:38 +00:00