mosquitto/src
2021-04-03 11:33:57 +01:00
..
bridge_topic.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
bridge.c Fix bridge backoff calculation. 2021-03-11 15:02:31 +00:00
CMakeLists.txt Fix cmake epoll detection. 2021-03-08 23:57:04 +00:00
conf_includedir.c Minor build fixes. 2021-03-21 09:18:43 +00:00
conf.c Minor build fixes. 2021-03-21 09:18:43 +00:00
context.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
control.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
database.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_auth.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_connack.c Fix segfault on client sending malformed CONNACk. 2021-04-03 11:14:27 +01:00
handle_connect.c Minor build fixes. 2021-03-21 09:18:43 +00:00
handle_disconnect.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_publish.c Minor tweaks to PR. 2021-03-11 15:21:49 +00:00
handle_subscribe.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
handle_unsubscribe.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
keepalive.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
lib_load.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00: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 Minor build fixes. 2021-03-21 09:18:43 +00:00
loop.c Minor build fixes. 2021-03-21 09:18:43 +00:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00: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 Minor build fixes. 2021-03-21 09:18:43 +00:00
mosquitto.c Minor build fixes. 2021-03-21 09:18:43 +00:00
mux_epoll.c Minor build fixes. 2021-03-21 09:18:43 +00:00
mux_poll.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00: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 Provide help for users trying to bind to privileged ports. 2021-04-03 11:33:57 +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 Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_read_v234.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_read.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_write_v5.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist_write.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
persist.h Minor build fixes. 2021-03-21 09:18:43 +00:00
plugin_debug.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
plugin_defer.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
plugin_public.c Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
plugin.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
property_broker.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
read_handle.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
retain.c Fix messages to $ prefixed topics being rejected. 2021-03-06 00:57:37 +00:00
security_default.c Minor build fixes. 2021-03-21 09:18:43 +00:00
security.c Minor build fixes. 2021-03-21 09:18:43 +00: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 Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
session_expiry.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
signals.c Minor build fixes. 2021-03-21 09:18:43 +00:00
subs.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
sys_tree.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
sys_tree.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
topic_tok.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
websockets.c Merge branch 'fixes' 2021-01-28 12:28:53 +00:00
will_delay.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00
xtreport.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 2021-01-20 11:46:18 +00:00