mosquitto/lib
2018-11-22 18:55:04 +00:00
..
cpp Various build improvements to help packaging. 2018-09-25 14:25:54 +01:00
actions.c Rename *_with_properties() -> *_v5(). 2018-11-22 18:55:04 +00:00
callbacks.c Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
CMakeLists.txt Pass properties when disconnecting clients. 2018-11-22 18:09:31 +00:00
connect.c Rename *_with_properties() -> *_v5(). 2018-11-22 18:55:04 +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 v5 client callbacks. 2018-11-20 14:36:18 +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 Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
handle_publish.c Don't free properties any more, we use them. 2018-11-20 17:54:44 +00:00
handle_pubrec.c private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
handle_pubrel.c Add v5 client callbacks. 2018-11-20 14:36:18 +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 Rename *_with_properties() -> *_v5(). 2018-11-22 18:55:04 +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 Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
Makefile Add DISCONNECT handling to library. 2018-11-22 18:13:18 +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 User properties are copied from PUBLISH to PUBLISH. 2018-10-25 10:24:19 +01:00
messages_mosq.h Bump copyright years. 2018-04-11 15:24:29 +01:00
mosquitto_internal.h Pass properties when disconnecting clients. 2018-11-22 18:09:31 +00:00
mosquitto.c Validate properties coming into client library. 2018-11-01 18:53:06 +00:00
mosquitto.h Rename *_with_properties() -> *_v5(). 2018-11-22 18:55:04 +00:00
mqtt_protocol.h Add mosquitto_string_to_property_info. 2018-10-30 11:54:36 +00: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 Rename *_with_properties() -> *_v5(). 2018-11-22 18:55:04 +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 Add client property value reading functions. 2018-11-20 17:54:26 +00:00
property_mosq.h private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
read_handle.c Add DISCONNECT handling to library. 2018-11-22 18:13:18 +00:00
read_handle.h Add DISCONNECT handling to library. 2018-11-22 18:13:18 +00:00
send_connect.c private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
send_disconnect.c Add reason code to send__disconnect(). 2018-11-22 16:52:39 +00:00
send_mosq.c private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
send_mosq.h Add reason code to send__disconnect(). 2018-11-22 16:52:39 +00:00
send_publish.c private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
send_subscribe.c private struct mqtt5__property -> public mosquitto_property. 2018-11-01 23:50:54 +00:00
send_unsubscribe.c Client+library support for unsubscribe properties. 2018-11-01 14:12:52 +00:00
socks_mosq.c Client support for adding properties. 2018-10-31 12:38:39 +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 UTF-8 validation tests and fixes. 2018-10-04 09:03:54 +01:00
util_mosq.c Add v5 client callbacks. 2018-11-20 14:36:18 +00:00
util_mosq.h Remove support for openssl 1.0.0 and 1.0.1. 2018-04-11 17:12:25 +01: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