mosquitto/lib
Gianfranco Costamagna 5b011ff112 Add dynamic symbols linking with cmake too
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
2023-09-26 23:40:50 +02:00
..
cpp Fix incorrect subscribe_callback in mosquittopp.h. 2021-11-17 00:23:04 +00:00
actions.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
alias_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
alias_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
callbacks.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
CMakeLists.txt Add dynamic symbols linking with cmake too 2023-09-26 23:40:50 +02:00
connect.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
dummypthread.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
handle_auth.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_connack.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_ping.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubackcomp.c Fix Coverity 1486949 2022-08-31 11:36:53 +01:00
handle_publish.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubrec.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_pubrel.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_suback.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
handle_unsuback.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
helpers.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
logging_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
loop.c Fix high CPU use on slow TLS connect. 2023-04-27 23:25:52 +01:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00:00
memory_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
memory_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
messages_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
messages_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
misc_mosq.c Add helper messages for lax permissions 2023-09-18 22:21:56 +01:00
misc_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
mosquitto_internal.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
mosquitto.c Fix high CPU use on slow TLS connect. 2023-04-27 23:25:52 +01:00
net_mosq_ocsp.c Minor build fixes. 2021-03-21 09:18:43 +00:00
net_mosq.c Fix default settings incorrectly allowing TLS v1.1. 2023-03-28 01:39:28 +01:00
net_mosq.h Don't set SIGPIPE to ignore, use MSG_NOSIGNAL instead. 2022-08-07 23:04:46 +01:00
options.c Fix engine support. 2023-06-02 19:11:50 +02:00
packet_datatypes.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
packet_mosq.c Fix max_queued_message 0 stopping clients from receiving messages. 2023-08-22 07:40:54 +01:00
packet_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
property_mosq.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
property_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
read_handle.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
read_handle.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
send_connect.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_disconnect.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_mosq.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
send_publish.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
send_subscribe.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
send_unsubscribe.c Don't pass NULL to printf %s. 2021-11-15 22:29:19 +00:00
socks_mosq.c Build warning fixes. 2021-08-26 10:54:03 +01:00
socks_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
srv_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
strings_mosq.c Add missing mosquitto_strerror entries. 2023-08-12 10:12:52 +01:00
thread_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
time_mosq.c Merge branch 'fixes' of github.com:Daedaluz/mosquitto into Daedaluz-fixes 2023-03-27 23:37:55 +01:00
time_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
tls_mosq.c Library will no longer allow single level wildcard certificates, e.g. *.com 2023-08-16 14:01:21 +01:00
tls_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
utf8_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
util_mosq.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_mosq.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_topic.c Fix mosquitto_topic_matches_sub2() not using the length parameters. 2021-11-16 23:14:24 +00:00
will_mosq.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
will_mosq.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00