| .. |
|
cpp
|
Fix build
|
2023-09-19 22:48:24 +01:00 |
|
actions_publish.c
|
Use new accessor functions where sensible.
|
2023-05-31 22:55:41 +01:00 |
|
actions_subscribe.c
|
Require topics>0 in mosquitto_[un]subscribe*().
|
2022-07-20 16:55:26 +01:00 |
|
actions_unsubscribe.c
|
Require topics>0 in mosquitto_[un]subscribe*().
|
2022-07-20 16:55:26 +01:00 |
|
alias_mosq.c
|
Improve test/client/02-subscribe-format-json-properties.py
|
2022-12-22 13:39:57 +00:00 |
|
alias_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
callbacks.c
|
Add mosquitto_unsubscribe2_v5_callback_set
|
2022-12-07 15:05:54 +00:00 |
|
callbacks.h
|
Add mosquitto_unsubscribe2_v5_callback_set
|
2022-12-07 15:05:54 +00:00 |
|
CMakeLists.txt
|
Make required includes public for libmosquitto
|
2022-08-08 12:24:15 +02:00 |
|
connect.c
|
Merge branch 'master' into develop
|
2022-08-17 16:18:24 +01:00 |
|
dummypthread.h
|
Pointless whitespace tidy.
|
2021-10-05 15:20:37 +01:00 |
|
handle_auth.c
|
Merge branch 'master' into develop
|
2021-11-23 12:53:50 +00:00 |
|
handle_connack.c
|
Start of message sequence "fuzzish" tests for library
|
2022-12-05 17:03:58 +00:00 |
|
handle_disconnect.c
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
handle_ping.c
|
Start of message sequence "fuzzish" tests for library
|
2022-12-05 17:03:58 +00:00 |
|
handle_pubackcomp.c
|
Fix Coverity 1486949
|
2022-08-31 11:36:53 +01:00 |
|
handle_publish.c
|
Set pointers to NULL after freeing.
|
2021-12-30 08:08:11 +00:00 |
|
handle_pubrec.c
|
Plugin persistence interface.
|
2021-11-24 19:26:07 +00:00 |
|
handle_pubrel.c
|
Fix Coverity Scan 1486957 Resource leak
|
2022-03-24 08:11:11 +00:00 |
|
handle_suback.c
|
Fix Coverity Scan 1436854 Resource leak
|
2022-03-24 08:11:11 +00:00 |
|
handle_unsuback.c
|
Fix accidentally deleted lines.
|
2022-12-07 16:50:59 +00:00 |
|
helpers.c
|
client_id -> clientid rename.
|
2023-01-16 18:46:35 +00:00 |
|
http_client.c
|
Build fixes, particularly pedantic compiler warnings.
|
2022-06-14 22:29:05 +01:00 |
|
http_client.h
|
Cleanup of include guard defines
|
2022-12-21 15:35:38 +00:00 |
|
linker.version
|
Add mosquitto_property_*_value() alternate accessor functions.
|
2023-05-31 22:48:48 +01:00 |
|
logging_mosq.c
|
Set pointers to NULL after freeing.
|
2021-12-30 08:08:11 +00:00 |
|
logging_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
loop.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
Makefile
|
Fix build
|
2023-09-19 22:48:24 +01:00 |
|
memory_mosq.c
|
Fix incorrect header position.
|
2022-01-14 11:02:39 +00:00 |
|
memory_mosq.h
|
Set pointers to NULL after freeing.
|
2021-12-30 08:08:11 +00:00 |
|
messages_mosq.c
|
Set pointers to NULL after freeing.
|
2021-12-30 08:08:11 +00:00 |
|
messages_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
mosquitto.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
mosquitto_internal.h
|
Rename mosquitto_client_msg -> mosquitto__client_msg
|
2023-01-16 10:21:12 +00:00 |
|
net_mosq.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
net_mosq.h
|
Merge branch 'master' into develop
|
2022-08-17 16:18:24 +01:00 |
|
net_mosq_ocsp.c
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
net_ws.c
|
Remove duplicate code
|
2022-12-05 17:04:12 +00:00 |
|
options.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
packet_datatypes.c
|
Tidy unused defs.
|
2022-11-08 17:23:46 +00:00 |
|
packet_mosq.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
packet_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
property_mosq.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
property_mosq.h
|
Add mosquitto_property_type().
|
2023-05-29 11:21:22 +01:00 |
|
read_handle.c
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
read_handle.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
send_connect.c
|
Extend metrics to all packets.
|
2023-06-28 22:03:14 +01:00 |
|
send_disconnect.c
|
Extend metrics to all packets.
|
2023-06-28 22:03:14 +01:00 |
|
send_mosq.c
|
Extend metrics to all packets.
|
2023-06-28 22:03:14 +01:00 |
|
send_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
send_publish.c
|
Fix Coverity Scan 1511194, use after free
|
2023-07-09 08:37:01 +01:00 |
|
send_subscribe.c
|
Extend metrics to all packets.
|
2023-06-28 22:03:14 +01:00 |
|
send_unsubscribe.c
|
Extend metrics to all packets.
|
2023-06-28 22:03:14 +01:00 |
|
socks_mosq.c
|
Fix Coverity Scan 1251560
|
2023-01-25 13:28:57 +00:00 |
|
socks_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
srv_mosq.c
|
CMake build fixes, including sqlite support.
|
2022-02-04 14:53:19 +00:00 |
|
strings_mosq.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
thread_mosq.c
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
tls_mosq.c
|
Merge branch 'master' into develop
|
2023-09-09 15:20:40 +01:00 |
|
tls_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
utf8_mosq.c
|
Fix oss-fuzz #55950
|
2023-02-13 22:01:11 +00:00 |
|
util_mosq.c
|
Fix invalid handling of long hex in config file.
|
2023-02-13 22:08:44 +00:00 |
|
util_mosq.h
|
Merge branch 'master' into develop
|
2022-08-17 16:18:24 +01:00 |
|
util_topic.c
|
Re-enable LTO for gcc builds.
|
2022-03-25 22:33:08 +00:00 |
|
will_mosq.c
|
Use new accessor functions where sensible.
|
2023-05-31 22:55:41 +01:00 |
|
will_mosq.h
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |