mosquitto/lib
2025-04-01 11:36:39 +01:00
..
cpp
actions_publish.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00: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 Bump copyrights. 2021-11-03 22:10:06 +00:00
callbacks.c Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
callbacks.h Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
CMakeLists.txt Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
connect.c Refactor random functions to common static library. 2024-03-17 21:57:15 +00: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 Fix mismatched alloc/frees 2024-04-25 16:20:14 +01:00
handle_disconnect.c
handle_ping.c
handle_pubackcomp.c Merge branch 'master' into develop 2024-10-19 22:13:14 +01:00
handle_publish.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
handle_pubrec.c Merge branch 'master' into develop 2024-10-19 22:13:14 +01:00
handle_pubrel.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
handle_suback.c Merge branch 'master' into develop 2024-10-19 22:13:14 +01:00
handle_unsuback.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
helpers.c Fix mismatched alloc/frees 2024-04-25 16:20:14 +01:00
http_client.c Fix mismatched alloc/frees 2024-04-25 16:20:14 +01:00
http_client.h Cleanup of include guard defines 2022-12-21 15:35:38 +00:00
linker.version Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
logging_mosq.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
logging_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
loop.c
Makefile Add mosquitto_ext_auth_continue() 2024-10-28 22:31:44 +00:00
messages_mosq.c
messages_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
mosquitto.c Fix library reinitialise with packet buffer. 2024-11-20 14:20:14 +00:00
mosquitto_internal.h Add mosquitto_client_id_hashv broker helper function 2025-02-03 11:16:58 +00:00
net_mosq.c Remove support for TLS v1.1 2025-04-01 11:36:39 +01:00
net_mosq.h Do graceful socket shutdown for clients. 2023-12-24 08:18:00 +00:00
net_mosq_ocsp.c Bump copyrights. 2021-11-03 22:10:06 +00:00
net_ws.c Refactor random functions to common static library. 2024-03-17 21:57:15 +00:00
options.c
packet_datatypes.c Merge branch 'master' into develop 2024-10-19 22:13:14 +01:00
packet_mosq.c Fix packet read single for an EAGAIN case 2025-03-26 19:35:30 +00:00
packet_mosq.h Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
property_mosq.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
property_mosq.h Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
pthread_compat.h Fix NetBSD build 2024-10-12 17:01:09 +01:00
read_handle.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
read_handle.h Bump copyrights. 2021-11-03 22:10:06 +00:00
send_connect.c Fix bridge 2024-03-18 14:39:06 +00:00
send_disconnect.c
send_mosq.c Refactor property functions to common static library. 2024-03-17 20:56:14 +00:00
send_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
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 branch 'develop' of github.com:andreaskem/mosquitto into andreaskem-develop 2025-02-25 17:02:16 +00:00
socks_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
srv_mosq.c Refactor memory functions to common static library. 2024-03-17 10:30:07 +00:00
thread_mosq.c
tls_mosq.c Remove support for openssl < 3.0 2024-02-26 19:07:22 +00:00
tls_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
util_mosq.c
util_mosq.h Refactor random functions to common static library. 2024-03-17 21:57:15 +00:00
will_mosq.c
will_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00