mosquitto/lib
2019-01-09 15:00:12 +00:00
..
cpp Various build improvements to help packaging. 2018-09-25 14:25:54 +01:00
actions.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
callbacks.c Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
CMakeLists.txt Merge branch 'master' into mqtt5 2018-12-19 14:11:11 +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 Fix and tests for client side receive-maximum. 2019-01-09 12:21:15 +00:00
handle_disconnect.c Add DISCONNECT handling to library. 2018-11-22 18:13:18 +00:00
handle_ping.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
handle_pubackcomp.c Read reason code for PUBREC/PUBREL. 2018-12-23 21:49:39 +00:00
handle_publish.c Receive maximum support for clients. 2019-01-08 14:24:41 +00:00
handle_pubrec.c Support PUBREC reason code >=0x80 as partial qos2 flow. 2019-01-09 15:00:12 +00:00
handle_pubrel.c Read reason code for PUBREC/PUBREL. 2018-12-23 21:49:39 +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_int_option and mosquitto_void_option 2019-01-08 14:21:02 +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 Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
messages_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
mosquitto_internal.h Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
mosquitto.c Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
mosquitto.h Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
mqtt_protocol.h Retain-as-published support. 2018-12-14 13:36:02 +00:00
net_mosq.c Merge branch 'master' into mqtt5 2018-12-19 14:11:11 +00:00
net_mosq.h Revert incorrect change. 2018-08-16 11:33:06 +01:00
options.c Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
packet_datatypes.c User properties are copied from PUBLISH to PUBLISH. 2018-10-25 10:24:19 +01:00
packet_mosq.c Pass properties when disconnecting clients. 2018-11-22 18:09:31 +00:00
packet_mosq.h User properties are copied from PUBLISH to PUBLISH. 2018-10-25 10:24:19 +01: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 Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_mosq.c Receive maximum support for clients. 2019-01-08 14:24:41 +00:00
send_mosq.h Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_publish.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_subscribe.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_unsubscribe.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
socks_mosq.c Merge branch 'master' into mqtt5 2018-12-19 14:11:11 +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 Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
util_mosq.h Send maximum limits for QoS>0. 2019-01-08 18:38:47 +00:00
util_topic.c Fix topic matching tests and function. 2018-10-16 22:49:13 +01: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