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 2dd24449ad Fix "unused parameter" warnings. 7 years ago
..
cpp Fix "unused parameter" warnings. 7 years ago
CMakeLists.txt Windows build fixes. 7 years ago
Makefile Merge branch 'master' into mqtt5 7 years ago
actions.c Merge branch 'mqtt5' into develop 7 years ago
alias_mosq.c Add alias support to the broker. 7 years ago
alias_mosq.h Add alias support to the broker. 7 years ago
callbacks.c Add reason_code to on_publish_v5 callback. 7 years ago
connect.c Use lib provided random id. Change lib generated id to alphanumeric only. 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 client support for outgoing maximum packet size. 7 years ago
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 7 years ago
handle_ping.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 7 years ago
handle_pubackcomp.c Tests and support for QoS 1 reporting of no subscribers on publish. 7 years ago
handle_publish.c Disallow writing to $ topics where appropriate. 7 years ago
handle_pubrec.c Fix "unused parameter" warnings. 7 years ago
handle_pubrel.c Fix "unused parameter" warnings. 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 Fix "unused parameter" warnings. 7 years ago
linker.version Merge branch 'mqtt5' into develop 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 Merge branch 'master' into mqtt5 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 Fix "unused parameter" warnings. 7 years ago
messages_mosq.h Handle mismatched handshakes properly. 7 years ago
mosquitto.c Strings for new error codes. 7 years ago
mosquitto.h Windows build fixes. 7 years ago
mosquitto_internal.h Don't leak sockets. 7 years ago
mqtt_protocol.h Retain-as-published support. 7 years ago
net_mosq.c Fix "unused parameter" warnings. 7 years ago
net_mosq.h Fix "unused parameter" warnings. 7 years ago
options.c Windows build fixes. 7 years ago
packet_datatypes.c Fix datatype_read test. 7 years ago
packet_mosq.c Fix signed/unsigned comparion warnings. 7 years ago
packet_mosq.h Tests and implementation for maximum packet size. 7 years ago
property_mosq.c Coverity fixes 7 years ago
property_mosq.h Subscription identifier support. 7 years ago
read_handle.c Support PUBREC reason code >=0x80 as partial qos2 flow. 7 years ago
read_handle.h Support PUBREC reason code >=0x80 as partial qos2 flow. 7 years ago
send_connect.c Receive maximum support for clients. 7 years ago
send_disconnect.c Tests and fixes for shortened DISCONNECT packets. 7 years ago
send_mosq.c Disallow writing to $ topics where appropriate. 7 years ago
send_mosq.h Disallow writing to $ topics where appropriate. 7 years ago
send_publish.c Tests and implementation for maximum packet size. 7 years ago
send_subscribe.c Subscription identifier support. 7 years ago
send_unsubscribe.c Add mosquitto_unsubscribe_multiple(), plus tests. 7 years ago
socks_mosq.c Fix signed/unsigned comparion warnings. 7 years ago
socks_mosq.h Bump copyright years. 8 years ago
srv_mosq.c Fix "unused parameter" warnings. 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 Add TLS engine and keyform support to libmosquitto 7 years ago
utf8_mosq.c Disallow UTF-8 control characters. 7 years ago
util_mosq.c Fix signed/unsigned comparion warnings. 7 years ago
util_mosq.h Use better random numbers for everything, where possible. 7 years ago
util_topic.c Fix signed/unsigned comparion warnings. 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