mosquitto/lib
2021-09-07 19:17:11 +01:00
..
cpp CMake tidy. 2021-05-10 00:39:46 +01:00
actions.c Simplify client message properties, only one is used. 2021-06-02 15:15:01 +01:00
alias_mosq.c Add support for MQTT v5 broker->client topic aliases. 2021-03-22 16:56:10 +00:00
alias_mosq.h Add support for MQTT v5 broker->client topic aliases. 2021-03-22 16:56:10 +00:00
callbacks.c Strict build fixes. 2021-05-02 23:51:56 +01:00
callbacks.h Add missing header. 2021-03-14 19:14:26 +00:00
CMakeLists.txt CMake tidy. 2021-05-10 00:39:46 +01:00
connect.c Simplify out packet mutex use. 2021-06-02 15:14:56 +01:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_connack.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_ping.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_pubackcomp.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
handle_publish.c Merge branch 'fixes' into develop 2021-05-21 15:42:26 +01:00
handle_pubrec.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
handle_pubrel.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
handle_suback.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
handle_unsuback.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
helpers.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
linker.version Add mosquitto_sub_matches_acl_with_pattern. 2021-07-08 17:45:50 +01:00
logging_mosq.c Fix inconsistent sign in log__printf declaration. 2021-03-20 19:16:43 +00:00
logging_mosq.h Fix inconsistent sign in log__printf declaration. 2021-03-20 19:16:43 +00:00
loop.c Simplify SSL accept/connect. 2021-06-08 23:52:25 +01:00
Makefile Add support for MQTT v5 broker->client topic aliases. 2021-03-22 16:56:10 +00:00
memory_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
memory_mosq.h Fix memory tracking not being available on FreeBSD or macOS. 2021-02-25 17:04:15 +00:00
messages_mosq.c Simplify client message properties, only one is used. 2021-06-02 15:15:01 +01:00
messages_mosq.h fix duplication of messages during connect 2021-03-22 07:59:37 +01:00
misc_mosq.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
misc_mosq.h Minor build fixes. 2021-03-21 09:18:43 +00:00
mosquitto.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
mosquitto_internal.h Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
net_mosq.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
net_mosq.h Merge branch 'fixes' into develop 2021-05-21 15:42:26 +01:00
net_mosq_ocsp.c Minor build fixes. 2021-03-21 09:18:43 +00:00
options.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
packet_datatypes.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
packet_mosq.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
packet_mosq.h Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
property_mosq.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
property_mosq.h Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
read_handle.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_connect.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
send_disconnect.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
send_mosq.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
send_mosq.h Simplify client message properties, only one is used. 2021-06-02 15:15:01 +01:00
send_publish.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
send_subscribe.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
send_unsubscribe.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
socks_mosq.c Merge branch 'master' into develop 2021-09-07 19:17:11 +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 Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
strings_mosq.c Apply max_keepalive to MQTT v3.1.1 and v3.1 clients. 2021-08-20 23:27:14 +01:00
thread_mosq.c Deconfigure thread mode when the loop thread ends. 2021-08-24 11:51:38 +01:00
time_mosq.c Fix building with Visual Studio 2008 2021-04-18 21:23:25 +02:00
time_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
tls_mosq.c Minor build fixes. 2021-03-21 09:18:43 +00:00
tls_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
utf8_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_mosq.c Function for checking if a context is connected. 2021-05-02 23:19:54 +01:00
util_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
util_topic.c Add mosquitto_sub_matches_acl_with_pattern. 2021-07-08 17:45:50 +01:00
will_mosq.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
will_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00