| .. |
|
cpp
|
cmake: Refactor threadlib linking
|
2026-05-03 01:17:26 +01:00 |
|
actions_publish.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
actions_subscribe.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
actions_unsubscribe.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
alias_mosq.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
alias_mosq.h
|
|
|
|
callbacks.c
|
|
|
|
callbacks.h
|
|
|
|
CMakeLists.txt
|
cmake: Refactor threadlib linking
|
2026-05-03 01:17:26 +01:00 |
|
connect.c
|
Fix unix sockets support on Windows
|
2026-02-23 23:16:43 +00:00 |
|
extended_auth.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
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
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
handle_pubrec.c
|
Merge branch 'fixes' into develop
|
2026-01-15 00:49:53 +00:00 |
|
handle_pubrel.c
|
Protocol error edge case test fixes and redundant check removal
|
2026-04-15 12:31:28 +01:00 |
|
handle_suback.c
|
Merge branch 'fixes' into develop
|
2026-01-15 00:49:53 +00:00 |
|
handle_unsuback.c
|
Merge branch 'fixes' into develop
|
2026-01-15 00:49:53 +00:00 |
|
helpers.c
|
|
|
|
http_client.c
|
Fix errno setting on Windows
|
2026-01-07 15:04:06 +00:00 |
|
http_client.h
|
Formatting: Apply to C headers
|
2025-09-17 12:48:02 +01:00 |
|
libmosquitto.c
|
Unconditionally init/destroy client mutexes
|
2025-11-01 08:19:17 +00:00 |
|
linker.version
|
|
|
|
logging_mosq.c
|
|
|
|
logging_mosq.h
|
|
|
|
loop.c
|
Simplify stopping the thread in libmosquitto
|
2025-11-23 23:11:56 +00:00 |
|
Makefile
|
Fix libdir location in pkgconfig files.
|
2025-12-08 20:57:17 +00:00 |
|
messages_mosq.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
messages_mosq.h
|
|
|
|
mosquitto_internal.h
|
Fix password length not being passed to MOSQ_EVT_BASIC_AUTH events.
|
2026-02-13 13:14:38 +00:00 |
|
net_mosq.c
|
lib: Fix unix socket use on Windows
|
2026-02-24 14:58:34 +00:00 |
|
net_mosq.h
|
Formatting: Apply to C headers
|
2025-09-17 12:48:02 +01:00 |
|
net_mosq_ocsp.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
net_ws.c
|
More warning fixes
|
2026-01-23 09:26:09 +00:00 |
|
options.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
packet_datatypes.c
|
More warning fixes
|
2026-01-23 09:26:09 +00:00 |
|
packet_mosq.c
|
Fix incorrect maximum-packet-size restriction for incoming packets.
|
2026-02-23 18:45:34 +00:00 |
|
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
|
|
|
|
pthread_compat.h
|
|
|
|
read_handle.c
|
|
|
|
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
|
Fix --insecure and bridge_insecure
|
2026-01-19 11:45:55 +00:00 |
|
tls_mosq.h
|
|
|
|
util_mosq.c
|
Remove unused srand() etc. functions
|
2025-10-15 11:49:13 +01:00 |
|
util_mosq.h
|
|
|
|
will_mosq.c
|
Formatting: Forbid single line if statements
|
2025-09-17 12:48:02 +01:00 |
|
will_mosq.h
|
|
|