mosquitto/src
2021-10-24 14:23:57 +01:00
..
bridge_topic.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
bridge.c Fix client id not showing in log on failed connections, where possible. 2021-10-06 10:09:38 +01:00
CMakeLists.txt Merge pull request #2247 from Begasus/haiku 2021-07-09 14:16:21 +01:00
conf_includedir.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
conf.c Fix problem parsing config files with Windows line endings. 2021-09-23 11:40:40 +01:00
context.c Fix client id not showing in log on failed connections, where possible. 2021-10-06 10:09:38 +01:00
control.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
database.c Check for NULL before strcmp. 2021-10-24 14:23:57 +01:00
handle_auth.c Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication. 2021-10-12 22:33:05 +01:00
handle_connack.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_connect.c Fix client id not showing in log on failed connections, where possible. 2021-10-06 10:09:38 +01:00
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_publish.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_subscribe.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
handle_unsubscribe.c Strict protocol compliance fixes, and extensive test suite. 2021-08-23 23:19:28 +01:00
keepalive.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
lib_load.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
linker-macosx.syms Remove non-existant linker functions. 2020-11-20 16:04:39 +00:00
linker.syms Remove non-existant linker functions. 2020-11-20 16:04:39 +00:00
logging.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
loop.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
Makefile Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
memory_public.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
mosquitto_broker_internal.h Fix client id not showing in log on failed connections, where possible. 2021-10-06 10:09:38 +01:00
mosquitto.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
mux_epoll.c mux init must happen before bridges are started. 2021-04-14 23:06:53 +01:00
mux_poll.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
mux.c Fix mux_epoll__handle() use. 2021-01-21 12:06:45 +00:00
mux.h Fix mux_epoll__handle() use. 2021-01-21 12:06:45 +00:00
net.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
password_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
password_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_read_v5.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
persist_read_v234.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
persist_read.c Fix client id not showing in log on failed connections, where possible. 2021-10-06 10:09:38 +01:00
persist_write_v5.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
persist_write.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
persist.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin_debug.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin_defer.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin_public.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
plugin.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
property_broker.c 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
retain.c Don't send retained messages when a shared subscription is made. 2021-10-04 16:26:58 +01:00
security_default.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
security.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
send_auth.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_connack.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_suback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
send_unsuback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
service.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
session_expiry.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
signals.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
subs.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
sys_tree.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
sys_tree.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
topic_tok.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
websockets.c Improve QoS 0 outgoing packet queueing. 2021-05-18 16:53:45 +01:00
will_delay.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
xtreport.c Various fixes around inflight quota management. 2021-09-22 17:20:24 +01:00