mosquitto/lib
2023-01-16 18:46:35 +00:00
..
cpp client_id -> clientid rename. 2023-01-16 18:46:35 +00:00
actions_publish.c Windows fixes. 2022-07-21 15:51:52 +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
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 Scan 1486949 Resource leak 2022-03-24 14:10:19 +00: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_unsubscribe2_v5_callback_set 2022-12-07 15:05:54 +00: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 2022-08-17 16:18:24 +01:00
Makefile Big rejig of library tests 2023-01-02 11:45:09 +00: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 2022-08-17 16:18:24 +01:00
mosquitto_internal.h Rename mosquitto_client_msg -> mosquitto__client_msg 2023-01-16 10:21:12 +00:00
net_mosq.c Fix openssl 3 deprecations. 2023-01-11 22:34:08 +00: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 Fix openssl 3 deprecations. 2023-01-11 22:34:08 +00:00
packet_datatypes.c Tidy unused defs. 2022-11-08 17:23:46 +00:00
packet_mosq.c Merge branch 'master' into develop 2022-08-17 16:18:24 +01:00
packet_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
property_mosq.c Port from fixes 2022-12-03 23:41:15 +00:00
property_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00: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 Set pointers to NULL after freeing. 2021-12-30 08:08:11 +00:00
send_disconnect.c Set pointers to NULL after freeing. 2021-12-30 08:08:11 +00:00
send_mosq.c Tidy unused defs. 2022-11-08 17:23:46 +00:00
send_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
send_publish.c Renaming and adding tests. 2023-01-16 10:31:13 +00:00
send_subscribe.c Set pointers to NULL after freeing. 2021-12-30 08:08:11 +00:00
send_unsubscribe.c Merge branch 'master' into develop 2021-11-23 12:53:50 +00:00
socks_mosq.c Socks proxy test plus fixes. 2022-01-16 23:39:55 +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 Add missing int to string conversions. 2022-12-01 11:35:48 +00:00
thread_mosq.c Bump copyrights. 2021-11-03 22:10:06 +00:00
tls_mosq.c Bump copyrights. 2021-11-03 22:10:06 +00:00
tls_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00
utf8_mosq.c Re-enable LTO for gcc builds. 2022-03-25 22:33:08 +00:00
util_mosq.c Port from fixes 2022-12-03 23:41:15 +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 Set pointers to NULL after freeing. 2021-12-30 08:08:11 +00:00
will_mosq.h Bump copyrights. 2021-11-03 22:10:06 +00:00