mosquitto/src
Rob Swindell 7ff744d60d Fix build error: expected ‘)’ before ‘PRIu64’
system with 'make WITH_TLS=no WITH_CJSON=no WITH_DOCS=no'

Signed-off-by: Rob Swindell <rob@synchro.net>
2022-12-02 11:52:34 -08:00
..
bridge_topic.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
bridge.c Fix local bridge session expiry interval. 2022-08-18 15:06:11 +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 Update conf.c 2021-12-16 14:14:24 +10: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 Fix confusing "out of memory" error. 2022-08-12 08:17:17 +01:00
database.c Fix expired messages causing queued messages not to be delivered. 2022-08-16 12:29:18 +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 fix confusing log message on connack error 2022-01-11 19:26:25 +01:00
handle_connect.c Fix expired messages causing queued messages not to be delivered. 2022-08-16 12:29:18 +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 Fix build error: expected ‘)’ before ‘PRIu64’ 2022-12-02 11:52:34 -08: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 expired messages causing queued messages not to be delivered. 2022-08-16 12:29:18 +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 Fixed build for openssl compiled with OPENSSL_NO_ENGINE. 2022-08-06 23:16:55 +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 Try to convince Coverity this string is terminated. 2022-08-31 09:49:37 +01:00
persist_read_v234.c Try to convince Coverity this string is terminated. 2022-08-31 09:49:37 +01:00
persist_read.c Add clients to session expiry check list when restarting and reloading from persistence. 2022-05-23 23:05:49 +01:00
persist_write_v5.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
persist_write.c Fix bridge queued messages not being persisted. 2022-08-13 22:46:19 +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 Fix incorrect pointer use. 2022-05-23 22:38:02 +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 Fix some retained topic memory not being cleared immediately after used. 2022-11-29 11:55:55 +00: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 Fix persisted clients being restored without a session expiry time. 2022-08-18 14:13:35 +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 Fix build error: expected ‘)’ before ‘PRIu64’ 2022-12-02 11:52:34 -08: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 Merge branch 'x-forwarded-for-lws' of https://github.com/hardillb/mosquitto into hardillb-x-forwarded-for-lws 2022-08-16 14:30:37 +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