You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/src
Roger Light 9d3f292b39 Send DISCONNECT With session-takeover return code.
This is for MQTT v5 clients when a client connects with the same client id.

Closes #2340. Thanks to hvxl.
4 years ago
..
CMakeLists.txt Experimental custom websockets support. 4 years ago
Makefile Experimental custom websockets support. 4 years ago
bridge.c Experimental custom websockets support. 4 years ago
bridge_topic.c Simplify bridge topic linked list memory cleanup. 4 years ago
broker_control.c Add `enable_control_api` option. 4 years ago
conf.c Experimental custom websockets support. 4 years ago
conf_includedir.c Merge pull request #2247 from Begasus/haiku 4 years ago
context.c Add more efficient keepalive check. 4 years ago
control.c Do plugin callback unregistering automatically. 4 years ago
database.c Merge remote-tracking branch 'origin/fixes' into develop 4 years ago
handle_auth.c Strict protocol compliance fixes, and extensive test suite. 4 years ago
handle_connack.c Merge branch 'master' into develop 4 years ago
handle_connect.c Send DISCONNECT With session-takeover return code. 4 years ago
handle_disconnect.c Strict protocol compliance fixes, and extensive test suite. 4 years ago
handle_publish.c Merge branch 'master' into develop 4 years ago
handle_subscribe.c Merge branch 'master' into develop 4 years ago
handle_unsubscribe.c Strict protocol compliance fixes, and extensive test suite. 4 years ago
http_serv.c Experimental custom websockets support. 4 years ago
json_help.c Add $CONTROL/broker/v1 control & the `getPluginInfo` command. 4 years ago
json_help.h Add $CONTROL/broker/v1 control & the `getPluginInfo` command. 4 years ago
keepalive.c Add more efficient keepalive check. 4 years ago
lib_load.h Merge branch 'fixes' into develop 5 years ago
linker-macosx.syms Add mosquitto_client_port() for plugins. 4 years ago
linker.syms Add mosquitto_client_port() for plugins. 4 years ago
listeners.c Experimental custom websockets support. 4 years ago
logging.c Experimental custom websockets support. 4 years ago
loop.c Send DISCONNECT With session-takeover return code. 4 years ago
memory_public.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
mosquitto.c Add more efficient keepalive check. 4 years ago
mosquitto_broker_internal.h Add more efficient keepalive check. 4 years ago
mux.c Rename and simplify. 4 years ago
mux.h Rename and simplify. 4 years ago
mux_epoll.c Experimental custom websockets support. 4 years ago
mux_kqueue.c Experimental custom websockets support. 4 years ago
mux_poll.c Experimental custom websockets support. 4 years ago
net.c Experimental custom websockets support. 4 years ago
password_mosq.c Experimental custom websockets support. 4 years ago
password_mosq.h Experimental custom websockets support. 4 years ago
persist.h Simplify client message properties, only one is used. 4 years ago
persist_read.c Simplify client message properties, only one is used. 4 years ago
persist_read_v5.c Reduce memory allocations when sending packets. 4 years ago
persist_read_v234.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
persist_write.c Simplify client message properties, only one is used. 4 years ago
persist_write_v5.c Reduce memory allocations when sending packets. 4 years ago
plugin.c Split plugin code to separate files. 4 years ago
plugin_connect.c Split plugin code to separate files. 4 years ago
plugin_disconnect.c Split plugin code to separate files. 4 years ago
plugin_message.c Split plugin code to separate files. 4 years ago
plugin_public.c Experimental custom websockets support. 4 years ago
plugin_tick.c Split plugin code to separate files. 4 years ago
property_broker.c Add support for MQTT v5 broker->client topic aliases. 5 years ago
read_handle.c Merge branch 'master' into develop 4 years ago
retain.c Merge branch 'master' into develop 4 years ago
security.c Fix some cases of plugins not handling v5 plugins. 4 years ago
security_default.c Experimental custom websockets support. 4 years ago
send_auth.c Reduce memory allocations when sending packets. 4 years ago
send_connack.c Reduce memory allocations when sending packets. 4 years ago
send_suback.c Reduce memory allocations when sending packets. 4 years ago
send_unsuback.c Reduce memory allocations when sending packets. 4 years ago
service.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
session_expiry.c Improve idle / mux timeout performance. 4 years ago
signals.c Strict build fixes. 4 years ago
subs.c Merge branch 'master' into develop 4 years ago
sys_tree.c Fix type. 4 years ago
sys_tree.h Fix type. 4 years ago
topic_tok.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
websockets.c Experimental custom websockets support. 4 years ago
will_delay.c Fix will delay idle behaviour. 4 years ago
xtreport.c Merge branch 'master' into develop 4 years ago