mosquitto/lib
krismattheus 479d8e5f1a fix incorrect return code when connecting in non-blocking mode
Signed-off-by: krismattheus <kris.mattheus@visionbms.com>
2019-02-28 00:16:04 +00:00
..
cpp Rework TLS engine support. 2019-02-26 17:11:29 +00:00
actions.c Merge branch 'mqtt5' into develop 2019-02-26 18:51:31 +00:00
alias_mosq.c Add alias support to the broker. 2019-01-18 21:30:34 +00:00
alias_mosq.h Add alias support to the broker. 2019-01-18 21:30:34 +00:00
callbacks.c Add reason_code to on_publish_v5 callback. 2019-01-09 17:06:43 +00:00
CMakeLists.txt Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
connect.c Use lib provided random id. Change lib generated id to alphanumeric only. 2019-02-27 14:53:07 +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 client support for outgoing maximum packet size. 2019-02-19 15:14:34 +00:00
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 2019-01-17 18:51:23 +00:00
handle_ping.c Rename mqtt3_protocol.h -> mqtt_protocol.h. 2018-09-19 10:58:12 +01:00
handle_pubackcomp.c Coverity fixes 2019-02-27 12:38:20 +00:00
handle_publish.c Receive maximum support for clients. 2019-01-08 14:24:41 +00:00
handle_pubrec.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +00:00
handle_pubrel.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +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 Merge branch 'mqtt5' into develop 2019-02-26 18:51:31 +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 Coverity fixes 2019-02-27 12:38:20 +00:00
messages_mosq.h Handle mismatched handshakes properly. 2019-02-08 13:01:07 +00:00
mosquitto_internal.h Handle DISCONNECT with will. 2019-02-27 09:27:34 +00:00
mosquitto.c Strings for new error codes. 2019-02-19 15:53:15 +00:00
mosquitto.h Merge branch 'mqtt5' into develop 2019-02-26 18:51:31 +00:00
mqtt_protocol.h Retain-as-published support. 2018-12-14 13:36:02 +00:00
net_mosq.c fix incorrect return code when connecting in non-blocking mode 2019-02-28 00:16:04 +00:00
net_mosq.h Merge branch 'mqtt5' into develop 2019-02-26 18:51:31 +00:00
options.c Add explicit support for TLS v1.3 and drop TLS v1.0. 2019-02-27 22:50:01 +00:00
packet_datatypes.c Fix datatype_read test. 2019-02-12 11:34:45 +00:00
packet_mosq.c Broker configurable max_packet_size 2019-02-19 15:57:20 +00:00
packet_mosq.h Tests and implementation for maximum packet size. 2019-02-18 19:50:51 +00:00
property_mosq.c Coverity fixes 2019-02-27 12:38:20 +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 Tests and fixes for shortened DISCONNECT packets. 2019-01-17 18:51:23 +00:00
send_mosq.c Coverity fixes 2019-02-27 12:38:20 +00:00
send_mosq.h Add mosquitto_unsubscribe_multiple(), plus tests. 2019-02-17 20:59:16 +00:00
send_publish.c Tests and implementation for maximum packet size. 2019-02-18 19:50:51 +00:00
send_subscribe.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
send_unsubscribe.c Add mosquitto_unsubscribe_multiple(), plus tests. 2019-02-17 20:59:16 +00:00
socks_mosq.c Merge branch 'fixes' into mqtt5 2019-02-12 17:05:42 +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 Add TLS engine and keyform support to libmosquitto 2019-02-26 15:48:00 +00:00
utf8_mosq.c Disallow UTF-8 control characters. 2018-12-18 10:15:28 +00:00
util_mosq.c Only use getrandom on recent glibc, when TLS not in use. 2019-02-27 20:58:29 +00:00
util_mosq.h Use better random numbers for everything, where possible. 2019-02-27 14:15:31 +00:00
util_topic.c Fix merge error for C90 compile fail. 2019-02-27 17:34:32 +00: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