mosquitto/lib
2025-03-06 16:23:49 +00:00
..
cpp Fix incorrect subscribe_callback in mosquittopp.h. 2021-11-17 00:23:04 +00:00
actions.c Fix 3239. Added COMPAT_ prefix to pthread_ calls 2024-10-30 16:49:32 +00:00
alias_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
alias_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
callbacks.c Fix 3239. Added COMPAT_ prefix to pthread_ calls 2024-10-30 16:49:32 +00:00
CMakeLists.txt Fix pthreads linking on Windows for libmosquitto_static 2024-10-30 17:33:06 +00:00
connect.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_auth.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_connack.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_ping.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubackcomp.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_publish.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_pubrec.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_pubrel.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_suback.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
handle_unsuback.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
helpers.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
logging_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
loop.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
Makefile
memory_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
memory_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
messages_mosq.c Fix 3239. Added COMPAT_ prefix to pthread_ calls 2024-10-30 16:49:32 +00:00
messages_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
misc_mosq.c Open files with appropriate access on Windows. 2024-10-11 17:56:49 +01:00
misc_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
mosquitto.c fix leakage of mosq->tls_engine and User SSL Context 2025-02-26 12:53:40 +00:00
mosquitto_internal.h Backport keepalive check from develop branch. 2025-02-27 13:59:36 +00:00
net_mosq.c Backport keepalive check from develop branch. 2025-02-27 13:59:36 +00:00
net_mosq.h Backport keepalive check from develop branch. 2025-02-27 13:59:36 +00:00
net_mosq_ocsp.c Minor build fixes. 2021-03-21 09:18:43 +00:00
options.c fix unused parameter warning (only with cmake -DWITH_TLS=OFF) in mosquitto_void_option() 2024-09-07 00:31:04 +01:00
packet_datatypes.c Don't call memcpy with NULL destination, even with size=0 2024-10-02 10:25:33 +01:00
packet_mosq.c Further fix for CVE-2023-28366. 2025-03-06 16:23:49 +00:00
packet_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
property_mosq.c Fix mismatched wrapped/unwrapped memory alloc/free in properties. 2025-01-20 18:41:36 +00:00
property_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
pthread_compat.h Fix 3239. Added COMPAT_ prefix to pthread_ calls 2024-10-30 16:49:32 +00:00
read_handle.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
read_handle.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
send_connect.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_disconnect.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_mosq.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
send_publish.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
send_subscribe.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_unsubscribe.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +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 Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
strings_mosq.c Increase logging of errors 2024-09-06 23:26:48 +01:00
thread_mosq.c Fix 3239. Fixed replace mistake in lib/thread_mosq.c 2024-10-30 16:49:32 +00:00
time_mosq.c fix CLOCK_BOOTTIME use on kernels not having it 2024-09-06 23:41:56 +01:00
time_mosq.h fix CLOCK_BOOTTIME use on kernels not having it 2024-09-06 23:41:56 +01:00
tls_mosq.c Library will no longer allow single level wildcard certificates, e.g. *.com 2023-08-16 14:01:21 +01:00
tls_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
utf8_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
util_mosq.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
util_mosq.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_topic.c Check zero length topics and topic filters closes #2908 2024-10-12 08:15:40 +02:00
will_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
will_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00