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 A. Light 18e79eac22 Use hash_find rather than hash_iter for unpwd check. 5 years ago
..
db_dump db_dump: Fix mosquitto_msg_store usage. 5 years ago
deps Will delay tests and implementation. 7 years ago
CMakeLists.txt Start of dynamic control topics. 5 years ago
Makefile Don't always iterate over entire inflight messages list 5 years ago
bridge.c Remove unused values. 5 years ago
bridge_topic.c Bridge remapping refactoring and tests. 6 years ago
conf.c DLT logging is now configurable at runtime with `log_dest dlt`. 5 years ago
conf_includedir.c Update changelog. Release page. Bump copyright. 6 years ago
context.c Fix minor leak when cleaning a bridge on exit. 5 years ago
control.c Start of dynamic control topics. 5 years ago
database.c Move unpwd to security_options struct. 5 years ago
handle_auth.c Update changelog. Release page. Bump copyright. 6 years ago
handle_connack.c Don't always iterate over entire inflight messages list 5 years ago
handle_connect.c Don't always iterate over entire inflight messages list 5 years ago
handle_disconnect.c Update changelog. Release page. Bump copyright. 6 years ago
handle_publish.c Optimise use of db__message_write() 5 years ago
handle_subscribe.c Don't always iterate over entire inflight messages list 5 years ago
handle_unsubscribe.c Send DISCONNECT with malformed-packet reason code on bad SUBSCRIBEs. 5 years ago
json_help.c Json helper functions. 5 years ago
json_help.h Json helper functions. 5 years ago
lib_load.h Update changelog. Release page. Bump copyright. 6 years ago
linker-macosx.syms Allow plugins to send messages to specific clients. 5 years ago
linker.syms Allow plugins to send messages to specific clients. 5 years ago
logging.c DLT logging is now configurable at runtime with `log_dest dlt`. 5 years ago
loop.c Move keepalive check to its own function. 5 years ago
mosquitto.c Fix incorrect NULL check. 5 years ago
mosquitto_broker.h Allow plugins to send messages to specific clients. 5 years ago
mosquitto_broker_internal.h Move unpwd to security_options struct. 5 years ago
mosquitto_passwd.c Update changelog. Release page. Bump copyright. 6 years ago
mosquitto_plugin.h Update changelog. Release page. Bump copyright. 6 years ago
mux.c Prototype separate poll/epoll files. 6 years ago
mux.h Prototype separate poll/epoll files. 6 years ago
mux_epoll.c Fix bridge reconnect 5 years ago
mux_poll.c Prototype separate poll/epoll files. 6 years ago
net.c lazy init SSL 5 years ago
persist.h Update changelog. Release page. Bump copyright. 6 years ago
persist_read.c Fix incorrect store ref count usage. 5 years ago
persist_read_v5.c Be more tolerant when loading persistence files. 5 years ago
persist_read_v234.c Update changelog. Release page. Bump copyright. 6 years ago
persist_write.c Be more tolerant when loading persistence files. 5 years ago
persist_write_v5.c Merge branch 'fixes' into develop 6 years ago
plugin.c Allow plugins to send messages to specific clients. 5 years ago
plugin_debug.c Update changelog. Release page. Bump copyright. 6 years ago
plugin_defer.c Update changelog. Release page. Bump copyright. 6 years ago
property_broker.c Update changelog. Release page. Bump copyright. 6 years ago
read_handle.c Send DISCONNECT with malformed-packet reason code on bad PUBLISHes. 5 years ago
retain.c Optimise use of db__message_write() 5 years ago
security.c No need to pass separate username/password here. 5 years ago
security_default.c Use hash_find rather than hash_iter for unpwd check. 5 years ago
send_auth.c Merge branch 'fixes' into develop 6 years ago
send_connack.c Merge branch 'fixes' into develop 6 years ago
send_suback.c Merge branch 'fixes' into develop 6 years ago
send_unsuback.c Merge branch 'fixes' into develop 6 years ago
service.c Update changelog. Release page. Bump copyright. 6 years ago
session_expiry.c Update changelog. Release page. Bump copyright. 6 years ago
signals.c Update changelog. Release page. Bump copyright. 6 years ago
subs.c Optimise use of db__message_write() 5 years ago
sys_tree.c Remove duplicate strlen() calls. 6 years ago
sys_tree.h Update changelog. Release page. Bump copyright. 6 years ago
topic_tok.c Merge branch 'fixes' into develop 6 years ago
uhpa.h Update changelog. Release page. Bump copyright. 6 years ago
websockets.c Don't always iterate over entire inflight messages list 5 years ago
will_delay.c Update changelog. Release page. Bump copyright. 6 years ago