mosquitto/lib
2025-07-29 16:07:57 +01:00
..
cpp Fix C++ symbols being removed when compiled with link time optimisation. 2025-05-01 10:59:38 +01:00
actions_publish.c Fix some build variants 2025-07-10 16:08:49 +01:00
actions_subscribe.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
actions_unsubscribe.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
alias_mosq.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
alias_mosq.h
callbacks.c Fix some build variants 2025-07-10 16:08:49 +01:00
callbacks.h Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
CMakeLists.txt Merge from master 2025-07-25 19:13:51 +01:00
connect.c Fix some build variants 2025-07-10 16:08:49 +01:00
extended_auth.c Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
handle_auth.c Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
handle_connack.c Support topic-alias-maximum in client library 2025-07-19 21:45:22 +01:00
handle_disconnect.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
handle_ping.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
handle_pubackcomp.c Fix some build variants 2025-07-10 16:08:49 +01:00
handle_publish.c Fix lib subscription identifier tests 2025-07-20 08:51:06 +01:00
handle_pubrec.c Merge from master 2025-07-25 19:13:51 +01: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 Merge from master 2025-07-25 19:13:51 +01:00
handle_unsuback.c Merge from master 2025-07-25 19:13:51 +01:00
helpers.c Merge from master 2025-07-25 19:13:51 +01:00
http_client.c Merge from master 2025-07-25 19:13:51 +01:00
http_client.h
libmosquitto.c Merge branch 'master' into develop 2025-07-29 16:07:57 +01:00
linker.version Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
logging_mosq.c Merge from master 2025-07-25 19:13:51 +01:00
logging_mosq.h
loop.c Merge from master 2025-07-25 19:13:51 +01:00
Makefile Start of mocking support 2025-04-16 15:42:51 +01:00
messages_mosq.c Fix some build variants 2025-07-10 16:08:49 +01:00
messages_mosq.h
mosquitto_internal.h Merge from master 2025-07-25 19:13:51 +01:00
net_mosq.c Merge from master 2025-07-25 19:13:51 +01:00
net_mosq.h Backport keepalive check from develop branch. 2025-02-27 13:59:36 +00:00
net_mosq_ocsp.c Whitespace tidy 2025-04-06 22:40:48 +01:00
net_ws.c Refactor random functions to common static library. 2024-03-17 21:57:15 +00:00
options.c Remove support for TLS v1.1 2025-04-01 11:36:39 +01:00
packet_datatypes.c Merge branch 'master' into develop 2024-10-19 22:13:14 +01:00
packet_mosq.c Merge from master 2025-07-25 19:13:51 +01:00
packet_mosq.h Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
property_mosq.c Fix mismatched wrapped/unwrapped memory alloc/free in properties. 2025-01-20 18:41:36 +00:00
property_mosq.h Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
pthread_compat.h Merge from master 2025-07-25 19:13:51 +01:00
read_handle.c Lib: Correctly handle publish properties 2025-07-19 21:47:59 +01:00
read_handle.h
send_connect.c Fix bridge 2024-03-18 14:39:06 +00:00
send_disconnect.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
send_mosq.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
send_mosq.h
send_publish.c Better message expiry fix. 2024-03-18 15:29:40 +00:00
send_subscribe.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
send_unsubscribe.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
socks_mosq.c Merge from master 2025-07-25 19:13:51 +01:00
socks_mosq.h
srv_mosq.c Fix potential deadlock in mosquitto_sub if -W is used. 2025-02-27 00:02:26 +00:00
thread_mosq.c Merge from master 2025-07-25 19:13:51 +01:00
tls_mosq.c Replace mosquitto__cmp_hostname_wildcard with openssl equivalent 2025-07-18 07:48:42 +01:00
tls_mosq.h Replace mosquitto__cmp_hostname_wildcard with openssl equivalent 2025-07-18 07:48:42 +01:00
util_mosq.c Bridge: Fix idle_timeout never occurring for lazy bridges. 2025-03-19 11:56:43 +00:00
util_mosq.h Refactor random functions to common static library. 2024-03-17 21:57:15 +00:00
will_mosq.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
will_mosq.h