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 a22ccbd884 Clients: improve error msgs when connecting v3.x broker with v5 client
Closes #1344. Thanks to HowJMay.
6 years ago
..
cpp Windows build fixes. 7 years ago
CMakeLists.txt Windows build fixes. 7 years ago
Makefile Build fixes around CFLAGS et al. 7 years ago
actions.c Fix MQTT v5 sub opts being set for v3 subs. 6 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 Merge branch 'master' 7 years ago
connect.c Make behaviour of `mosquitto_connect[_async]()` consistent. 6 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 Clients: improve error msgs when connecting v3.x broker with v5 client 6 years ago
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 7 years ago
handle_ping.c Restrict what packets are allowed in what client state. 7 years ago
handle_pubackcomp.c Fix inflight quota inc/dec for both broker and library. 7 years ago
handle_publish.c Fix inflight quota inc/dec for both broker and library. 7 years ago
handle_pubrec.c Fix inflight quota inc/dec for both broker and library. 7 years ago
handle_pubrel.c Fix incoming msgs not being removed when there are no subs 6 years ago
handle_suback.c Restrict what packets are allowed in what client state. 7 years ago
handle_unsuback.c Restrict what packets are allowed in what client state. 7 years ago
helpers.c Merge branch 'master' 7 years ago
linker.version Rejig OCSP code. 7 years ago
logging_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
logging_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
loop.c Clients: improve error msgs when connecting v3.x broker with v5 client 6 years ago
memory_mosq.c Remove incorrect and unused memory limiting code. 7 years ago
memory_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
messages_mosq.c Fix inflight quota inc/dec for both broker and library. 7 years ago
messages_mosq.h Separate broker message queues into in/out. 7 years ago
mosquitto.c pthread_cancel() is not available on Android 6 years ago
mosquitto.h Fix MQTT v5 sub opts being set for v3 subs. 6 years ago
mosquitto_internal.h Fixes for bug #1273 6 years ago
mqtt_protocol.h Retain-as-published support. 7 years ago
net_mosq.c Set sock to invalid after closing. 6 years ago
net_mosq.h Merge branch 'master' of git://github.com/LarsVoelker/mosquitto into LarsVoelker-master 7 years ago
net_mosq_ocsp.c Windows build fixes. 7 years ago
options.c Fix mosquitto_string_option(, MOSQ_OPT_TLS_KEYFORM, ) return value 6 years ago
packet_datatypes.c Fix datatype_read test. 7 years ago
packet_mosq.c Make behaviour of `mosquitto_connect[_async]()` consistent. 6 years ago
packet_mosq.h Make behaviour of `mosquitto_connect[_async]()` consistent. 6 years ago
property_mosq.c Set *name to NULL on failure. 6 years ago
property_mosq.h Subscription identifier support. 7 years ago
read_handle.c Merge branch 'master' 7 years ago
read_handle.h Merge branch 'master' 7 years ago
send_connect.c Fix MQTT v5 clients not being able to specify a password without a username. 6 years ago
send_disconnect.c Multistep auth, plus reauth, plus tests. 7 years ago
send_mosq.c Fix minor Coverity issues 7 years ago
send_mosq.h Merge branch 'master' 7 years ago
send_publish.c Remove debug statements. 7 years ago
send_subscribe.c Merge branch 'master' 7 years ago
send_unsubscribe.c Merge branch 'master' 7 years ago
socks_mosq.c Merge branch 'master' 7 years ago
socks_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
srv_mosq.c Merge branch 'master' 7 years ago
thread_mosq.c pthread_cancel() is not available on Android 6 years ago
time_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
time_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
tls_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
tls_mosq.h Merge branch 'master' 7 years ago
utf8_mosq.c Merge branch 'master' 7 years ago
util_mosq.c Allow other apps access to log file on Windows. 6 years ago
util_mosq.h Minor build variant fixes. 7 years ago
util_topic.c Fix some -Wextra compiler warnings. 7 years ago
will_mosq.c Merge branch 'master' 7 years ago
will_mosq.h Merge branch 'master' 7 years ago