mosquitto/lib
2018-10-06 21:56:48 +01:00
..
cpp Various build improvements to help packaging. 2018-09-25 14:25:54 +01:00
actions.c Fix subscribe_multiple datatypes. 2018-10-04 09:46:51 +01:00
callbacks.c Separate out functions from mosquitto.c to aid discoverability. 2018-04-11 15:04:17 +01:00
CMakeLists.txt Move simple datatype reading functions to own file. 2018-10-03 10:23:58 +01:00
connect.c Fix connection problems when using mosquitto_connect_async(). 2018-08-08 09:21:19 +01:00
dummypthread.h Don't use reserved names in header guards. 2016-03-13 18:43:13 +00:00
handle_connack.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
handle_ping.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
handle_pubackcomp.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
handle_publish.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
handle_pubrec.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
handle_pubrel.c Add identifiers for v5. 2018-09-19 10:59:41 +01:00
handle_suback.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
handle_unsuback.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
helpers.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
linker.version Add mosquitto_subscribe_multiple. 2018-09-27 22:05:15 +01: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 Fix some places where return codes were incorrect. 2018-08-02 14:41:04 +01:00
Makefile Coverage reporting for whole broker. 2018-10-06 21:56:48 +01: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 Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
messages_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
mosquitto_internal.h Merge branch 'develop' into mqtt5 2018-10-02 11:28:03 +01:00
mosquitto.c Add reason strings. 2018-10-04 12:43:43 +01:00
mosquitto.h Property reading, and tests for byte properties. 2018-10-04 17:18:57 +01:00
mqtt_protocol.h Add reason strings. 2018-10-04 12:43:43 +01:00
net_mosq.c Merge branch 'develop' into mqtt5 2018-10-02 11:28:03 +01:00
net_mosq.h Revert incorrect change. 2018-08-16 11:33:06 +01:00
options.c Very simple v5 CONNECT support - no properties. 2018-09-19 11:00:15 +01:00
packet_datatypes.c Property reading, and tests for byte properties. 2018-10-04 17:18:57 +01:00
packet_mosq.c Move simple datatype reading functions to own file. 2018-10-03 10:23:58 +01:00
packet_mosq.h Property reading, and tests for byte properties. 2018-10-04 17:18:57 +01:00
property_mosq.c Simplify prop validation. 2018-10-04 22:58:46 +01:00
property_mosq.h Property reading, and tests for byte properties. 2018-10-04 17:18:57 +01:00
read_handle.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
read_handle.h Bump copyright years. 2018-04-11 15:24:29 +01:00
send_connect.c Very simple v5 CONNECT support - no properties. 2018-09-19 11:00:15 +01:00
send_disconnect.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
send_mosq.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
send_mosq.h Fix subscribe_multiple datatypes. 2018-10-04 09:46:51 +01:00
send_publish.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
send_subscribe.c Merge branch 'develop' into mqtt5 2018-10-02 11:28:03 +01:00
send_unsubscribe.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
socks_mosq.c Fix build on Windows. 2018-09-20 10:38:35 +01:00
socks_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
srv_mosq.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01: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 UTF-8 validation tests and fixes. 2018-10-04 09:03:54 +01:00
util_mosq.c Consistent use of config.h across the project. 2018-08-16 11:14:51 +01:00
util_mosq.h Remove support for openssl 1.0.0 and 1.0.1. 2018-04-11 17:12:25 +01:00
will_mosq.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
will_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00