You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/lib
Roger A. Light 6ef2c79e9a Add max_keepalive, for limiting keepalives of MQTT v5 clients. 7 years ago
..
cpp Various build improvements to help packaging. 7 years ago
CMakeLists.txt Pass properties when disconnecting clients. 7 years ago
Makefile Add DISCONNECT handling to library. 7 years ago
actions.c Rename *_with_properties() -> *_v5(). 7 years ago
callbacks.c Add v5 client callbacks. 7 years ago
connect.c Add broker test for assigned client id. 7 years ago
dummypthread.h Don't use reserved names in header guards. 10 years ago
handle_auth.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
handle_connack.c Add max_keepalive, for limiting keepalives of MQTT v5 clients. 7 years ago
handle_disconnect.c Add DISCONNECT handling to library. 7 years ago
handle_ping.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 7 years ago
handle_pubackcomp.c Add v5 client callbacks. 7 years ago
handle_publish.c Don't free properties any more, we use them. 7 years ago
handle_pubrec.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
handle_pubrel.c Add v5 client callbacks. 7 years ago
handle_suback.c Add v5 client callbacks. 7 years ago
handle_unsuback.c Add v5 client callbacks. 7 years ago
helpers.c Consistent use of config.h across the project. 7 years ago
linker.version Rename *_with_properties() -> *_v5(). 7 years ago
logging_mosq.c Consistent use of config.h across the project. 7 years ago
logging_mosq.h Bump copyright years. 8 years ago
loop.c Add v5 client callbacks. 7 years ago
memory_mosq.c Merge branch 'develop' 8 years ago
memory_mosq.h Fixes for building on NetBSD. 7 years ago
messages_mosq.c User properties are copied from PUBLISH to PUBLISH. 7 years ago
messages_mosq.h Bump copyright years. 8 years ago
mosquitto.c Add broker test for assigned client id. 7 years ago
mosquitto.h Function for copying property lists. 7 years ago
mosquitto_internal.h Process session-expiry-interval on CONNECT and DISCONNECT. 7 years ago
mqtt_protocol.h Add mosquitto_string_to_property_info. 7 years ago
net_mosq.c Merge branch 'develop' into mqtt5 7 years ago
net_mosq.h Revert incorrect change. 7 years ago
options.c Rename *_with_properties() -> *_v5(). 7 years ago
packet_datatypes.c User properties are copied from PUBLISH to PUBLISH. 7 years ago
packet_mosq.c Pass properties when disconnecting clients. 7 years ago
packet_mosq.h User properties are copied from PUBLISH to PUBLISH. 7 years ago
property_mosq.c Function for copying property lists. 7 years ago
property_mosq.h private struct mqtt5__property -> public mosquitto_property. 7 years ago
read_handle.c Add DISCONNECT handling to library. 7 years ago
read_handle.h Add DISCONNECT handling to library. 7 years ago
send_connect.c Add broker test for assigned client id. 7 years ago
send_disconnect.c Add reason code to send__disconnect(). 7 years ago
send_mosq.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
send_mosq.h Add reason code to send__disconnect(). 7 years ago
send_publish.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
send_subscribe.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
send_unsubscribe.c Client+library support for unsubscribe properties. 7 years ago
socks_mosq.c Rename clean_session to clean_start for v5. 7 years ago
socks_mosq.h Bump copyright years. 8 years ago
srv_mosq.c Add v5 client callbacks. 7 years ago
thread_mosq.c Fixes for building on FreeBSD. 7 years ago
time_mosq.c Bump copyright years. 8 years ago
time_mosq.h Bump copyright years. 8 years ago
tls_mosq.c Don't use deprecated openssl functions. 8 years ago
tls_mosq.h Remove support for openssl 1.0.0 and 1.0.1. 8 years ago
utf8_mosq.c UTF-8 validation tests and fixes. 7 years ago
util_mosq.c Add v5 client callbacks. 7 years ago
util_mosq.h Remove support for openssl 1.0.0 and 1.0.1. 8 years ago
util_topic.c Fix topic matching tests and function. 7 years ago
will_mosq.c Validate properties coming into client library. 7 years ago
will_mosq.h Client+lib will property support. 7 years ago