mosquitto/lib
2019-02-19 15:53:15 +00:00
..
cpp Fix comparison of boolean values in CMake build. 2019-02-08 13:01:07 +00:00
actions.c Add client support for outgoing maximum packet size. 2019-02-19 15:14:34 +00: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 Add reason_code to on_publish_v5 callback. 2019-01-09 17:06:43 +00:00
CMakeLists.txt Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
connect.c Send maximum limits for QoS>0. 2019-01-08 18:38:47 +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 Add client support for outgoing maximum packet size. 2019-02-19 15:14:34 +00:00
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 2019-01-17 18:51:23 +00:00
handle_ping.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
handle_pubackcomp.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
handle_publish.c Receive maximum support for clients. 2019-01-08 14:24:41 +00:00
handle_pubrec.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
handle_pubrel.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
handle_suback.c Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
handle_unsuback.c Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
helpers.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
linker.version Add mosquitto_unsubscribe_multiple(), plus tests. 2019-02-17 20:59:16 +00:00
logging_mosq.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
logging_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
loop.c Merge branch 'master' into mqtt5 2018-12-19 14:11:11 +00:00
Makefile Merge branch 'master' into mqtt5 2018-12-19 14:11:11 +00:00
memory_mosq.c Merge branch 'develop' 2018-05-03 07:55:45 +01:00
memory_mosq.h Fixes for building on NetBSD. 2018-08-09 15:21:40 +01:00
messages_mosq.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
messages_mosq.h Handle mismatched handshakes properly. 2019-02-08 13:01:07 +00:00
mosquitto_internal.h Tests and implementation for maximum packet size. 2019-02-18 19:50:51 +00:00
mosquitto.c Strings for new error codes. 2019-02-19 15:53:15 +00:00
mosquitto.h Add client support for outgoing maximum packet size. 2019-02-19 15:14:34 +00:00
mqtt_protocol.h Retain-as-published support. 2018-12-14 13:36:02 +00:00
net_mosq.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
net_mosq.h Fix TLS connections not working over SOCKS. 2019-02-08 13:01:07 +00:00
options.c Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
packet_datatypes.c Fix datatype_read test. 2019-02-12 11:34:45 +00:00
packet_mosq.c Tests and implementation for maximum packet size. 2019-02-18 19:50:51 +00:00
packet_mosq.h Tests and implementation for maximum packet size. 2019-02-18 19:50:51 +00:00
property_mosq.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
property_mosq.h Subscription identifier support. 2018-12-20 15:32:43 +00:00
read_handle.c Support PUBREC reason code >=0x80 as partial qos2 flow. 2019-01-09 15:00:12 +00:00
read_handle.h Support PUBREC reason code >=0x80 as partial qos2 flow. 2019-01-09 15:00:12 +00:00
send_connect.c Receive maximum support for clients. 2019-01-08 14:24:41 +00:00
send_disconnect.c Tests and fixes for shortened DISCONNECT packets. 2019-01-17 18:51:23 +00:00
send_mosq.c Tests and fixes for truncated PUB* packets 2019-01-17 17:24:31 +00:00
send_mosq.h Add mosquitto_unsubscribe_multiple(), plus tests. 2019-02-17 20:59:16 +00:00
send_publish.c Tests and implementation for maximum packet size. 2019-02-18 19:50:51 +00:00
send_subscribe.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_unsubscribe.c Add mosquitto_unsubscribe_multiple(), plus tests. 2019-02-17 20:59:16 +00:00
socks_mosq.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
socks_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
srv_mosq.c Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
thread_mosq.c Fixes for building on FreeBSD. 2018-08-15 17:02:56 +01:00
time_mosq.c Bump copyright years. 2018-04-11 15:24:29 +01:00
time_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
tls_mosq.c Don't use deprecated openssl functions. 2018-04-11 22:10:48 +01:00
tls_mosq.h Remove support for openssl 1.0.0 and 1.0.1. 2018-04-11 17:12:25 +01:00
utf8_mosq.c Disallow UTF-8 control characters. 2018-12-18 10:15:28 +00:00
util_mosq.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
util_mosq.h Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
util_topic.c Fix mosquitto_topic_matches_sub() rc with sub=="topic/#abc". 2019-02-12 11:34:45 +00:00
will_mosq.c Validate properties coming into client library. 2018-11-01 18:53:06 +00:00
will_mosq.h Client+lib will property support. 2018-11-01 11:37:57 +00:00