mosquitto/lib
2021-05-16 19:57:59 +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 Remove C++ style comments. 2021-04-25 22:26:12 +01:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_connack.c fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
handle_disconnect.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_ping.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_pubackcomp.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_publish.c Cleanup messsage before return. 2021-05-16 19:57:59 +01:00
handle_pubrec.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_pubrel.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_suback.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_unsuback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00: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 Fix building with Visual Studio 2008 2021-04-18 21:23:25 +02:00
misc_mosq.h Minor build fixes. 2021-03-21 09:18:43 +00:00
mosquitto_internal.h Fix QoS 0 messages not being delivered when max_queued_bytes was configured. 2021-03-08 23:23:45 +00:00
mosquitto.c Fix TLS bridge/lib incorrectly connecting on invalid CA file. 2021-03-11 12:45:04 +00:00
net_mosq_ocsp.c Minor build fixes. 2021-03-21 09:18:43 +00:00
net_mosq.c Fix possible socket leak. 2021-04-02 11:03:01 +01:00
net_mosq.h Fix building with Visual Studio 2008 2021-04-18 21:23:25 +02:00
options.c Fix missing control path. 2021-04-25 23:10:06 +01:00
packet_datatypes.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
packet_mosq.c Remove C++ style comments. 2021-04-25 22:26:12 +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 Minor build fixes. 2021-03-21 09:18:43 +00: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 Fix more minor compiler warnings. 2021-01-21 13:33:54 +00: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 Minor build fixes. 2021-03-21 09:18:43 +00:00
socks_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
srv_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
strings_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
thread_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00: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