mosquitto/lib
Roger A. Light 605131502b Fix MOSQ_OPT_SSL_CTX not being able to be set to NULL.
Closes #2289. Thanks to Poltorak Serguei.
2021-08-31 10:45:10 +01:00
..
cpp Update to EPL-2.0 2020-11-25 17:34:21 +00:00
actions.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
alias_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
alias_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
callbacks.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
CMakeLists.txt Fix connack error printing. 2020-12-01 15:57:37 +00:00
connect.c Improve QoS 0 outgoing packet queueing. 2021-05-18 16:53:45 +01:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_connack.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_ping.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_pubackcomp.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_publish.c Cleanup messsage before return. 2021-05-16 19:57:59 +01:00
handle_pubrec.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_pubrel.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_suback.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_unsuback.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
helpers.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Fix inconsistent sign in log__printf declaration. 2021-03-20 19:16:43 +00:00
logging_mosq.h Fix inconsistent sign in log__printf declaration. 2021-03-20 19:16:43 +00:00
loop.c Don't call read() if sockpairR < 0. 2021-05-06 21:04:49 +01:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00:00
memory_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
memory_mosq.h Fix memory tracking not being available on FreeBSD or macOS. 2021-02-25 17:04:15 +00:00
messages_mosq.c fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
messages_mosq.h fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
misc_mosq.c Check for file==dir only when reading. 2021-08-23 23:19:37 +01:00
misc_mosq.h Minor build fixes. 2021-03-21 09:18:43 +00:00
mosquitto_internal.h Fix $share subscriptions not being recovered for durable clients. 2021-08-26 12:17:26 +01:00
mosquitto.c Improve QoS 0 outgoing packet queueing. 2021-05-18 16:53:45 +01:00
net_mosq_ocsp.c Minor build fixes. 2021-03-21 09:18:43 +00:00
net_mosq.c Build warning fixes. 2021-08-26 10:54:03 +01:00
net_mosq.h Fix building with Visual Studio 2008 2021-04-18 21:23:25 +02:00
options.c Fix MOSQ_OPT_SSL_CTX not being able to be set to NULL. 2021-08-31 10:45:10 +01:00
packet_datatypes.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
packet_mosq.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
packet_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
property_mosq.c Fix CONNECT performance with many user-properties. 2021-08-26 12:17:42 +01:00
property_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_connect.c Minor build fixes. 2021-03-21 09:18:43 +00:00
send_disconnect.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_publish.c Build warning fixes. 2021-08-26 10:54:03 +01:00
send_subscribe.c Minor build fixes. 2021-03-21 09:18:43 +00:00
send_unsubscribe.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
socks_mosq.c Build warning fixes. 2021-08-26 10:54:03 +01:00
socks_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
srv_mosq.c Build warning fixes. 2021-08-26 10:54:03 +01:00
strings_mosq.c Apply max_keepalive to MQTT v3.1.1 and v3.1 clients. 2021-08-20 23:27:14 +01:00
thread_mosq.c Deconfigure thread mode when the loop thread ends. 2021-08-24 11:51:38 +01:00
time_mosq.c Fix building with Visual Studio 2008 2021-04-18 21:23:25 +02:00
time_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
tls_mosq.c Minor build fixes. 2021-03-21 09:18:43 +00:00
tls_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
utf8_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_topic.c Fix mosquitto_{pub|sub}_topic_check() function returns. 2021-02-09 14:09:53 +00:00
will_mosq.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
will_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00