| .. |
|
cpp
|
Fix libdir location in pkgconfig files.
|
2025-12-08 20:57:17 +00:00 |
|
actions_publish.c
|
|
|
|
actions_subscribe.c
|
|
|
|
actions_unsubscribe.c
|
|
|
|
alias_mosq.c
|
|
|
|
alias_mosq.h
|
|
|
|
callbacks.c
|
Formatting: Double space before functions.
|
2025-09-17 12:03:03 +01:00 |
|
callbacks.h
|
|
|
|
CMakeLists.txt
|
cmake: Only include C++ support when required
|
2026-02-24 10:26:50 +00:00 |
|
connect.c
|
|
|
|
extended_auth.c
|
|
|
|
handle_auth.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
handle_connack.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
handle_disconnect.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
handle_ping.c
|
Merge branch 'fixes' into develop
|
2026-01-15 00:49:53 +00:00 |
|
handle_pubackcomp.c
|
Merge branch 'fixes' into develop
|
2026-01-15 00:49:53 +00:00 |
|
handle_publish.c
|
|
|
|
handle_pubrec.c
|
|
|
|
handle_pubrel.c
|
|
|
|
handle_suback.c
|
|
|
|
handle_unsuback.c
|
Merge branch 'fixes' into develop
|
2026-01-15 00:49:53 +00:00 |
|
helpers.c
|
|
|
|
http_client.c
|
|
|
|
http_client.h
|
|
|
|
libmosquitto.c
|
|
|
|
linker.version
|
|
|
|
logging_mosq.c
|
Formatting: Double space before functions.
|
2025-09-17 12:03:03 +01:00 |
|
logging_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
loop.c
|
|
|
|
Makefile
|
|
|
|
messages_mosq.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
messages_mosq.h
|
|
|
|
mosquitto_internal.h
|
|
|
|
net_mosq.c
|
lib: Fix unix socket use on Windows
|
2026-02-24 14:58:34 +00:00 |
|
net_mosq.h
|
|
|
|
net_mosq_ocsp.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
net_ws.c
|
|
|
|
options.c
|
|
|
|
packet_datatypes.c
|
|
|
|
packet_mosq.c
|
|
|
|
packet_mosq.h
|
|
|
|
property_mosq.c
|
Support parsing future MQTT v5 properties with id value > 128
|
2025-10-13 22:23:12 +01:00 |
|
property_mosq.h
|
Refactor property functions to common static library.
|
2024-03-17 20:56:14 +00:00 |
|
pthread_compat.h
|
|
|
|
read_handle.c
|
Formatting: Double space before functions.
|
2025-09-17 12:03:03 +01:00 |
|
read_handle.h
|
|
|
|
send_connect.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
send_disconnect.c
|
Make condition more explicit for what is actually required
|
2025-12-09 13:25:34 +00:00 |
|
send_mosq.c
|
|
|
|
send_mosq.h
|
|
|
|
send_publish.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
send_subscribe.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
send_unsubscribe.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
socks_mosq.c
|
Fix errno setting on Windows
|
2026-01-07 15:04:06 +00:00 |
|
socks_mosq.h
|
|
|
|
srv_mosq.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
thread_mosq.c
|
Fix mosquitto_loop_start() leaving the mosq struct in an invalid state
|
2026-02-13 08:33:32 +00:00 |
|
tls_mosq.c
|
|
|
|
tls_mosq.h
|
Replace mosquitto__cmp_hostname_wildcard with openssl equivalent
|
2025-07-18 07:48:42 +01:00 |
|
util_mosq.c
|
Remove unused srand() etc. functions
|
2025-10-15 11:49:13 +01:00 |
|
util_mosq.h
|
Refactor random functions to common static library.
|
2024-03-17 21:57:15 +00:00 |
|
will_mosq.c
|
|
|
|
will_mosq.h
|
|
|