mosquitto/src
Pierre Hallot 8f0bdd5fd3 Find package libwebsockets if the option is ON.
Otherwise, if the package is not installed, configuration will work, but building will fail.

Signed-off-by: Pierre Hallot <hallotpierre@gmail.com>
2020-12-02 11:54:28 +00:00
..
bridge_topic.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
bridge.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
CMakeLists.txt Find package libwebsockets if the option is ON. 2020-12-02 11:54:28 +00:00
conf_includedir.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
conf.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
context.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
control.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
database.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_auth.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_connack.c Respect receive-maximum on bridges. 2020-12-01 21:38:56 +00:00
handle_connect.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
handle_disconnect.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_publish.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_subscribe.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_unsubscribe.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
keepalive.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
lib_load.h Add SPDX license identifiers. 2020-12-01 20:46:56 +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 Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
loop.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00:00
memory_public.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mosquitto_broker_internal.h Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
mosquitto.c Stop listeners before removing clients to avoid use after free. 2020-12-02 09:41:12 +00:00
mux_epoll.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mux_poll.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mux.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mux.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
net.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
password_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
password_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_read_v5.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_read_v234.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_read.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_write_v5.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_write.c More conversion fixes. 2020-12-02 10:41:58 +00:00
persist.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin_debug.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin_defer.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin_public.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
property_broker.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
read_handle.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
retain.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
security_default.c More conversion fixes. 2020-12-02 10:41:58 +00:00
security.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_auth.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_connack.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_suback.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_unsuback.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
service.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
session_expiry.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
signals.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
subs.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
sys_tree.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
sys_tree.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
topic_tok.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
websockets.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
will_delay.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
xtreport.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00