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 aa2e6a8d29 Fix possible NULL derefence. 11 years ago
..
db_dump Add stats mode for db_dump. 11 years ago
CMakeLists.txt libuuid is used to generate client ids, where it is available, when an MQTT v3.1.1 client connects with a zero length client id. 11 years ago
Makefile Removed $SYS/broker/changeset. 11 years ago
bridge.c Fix potential memory leak from context->current_out_packet. 11 years ago
conf.c Fix verbose logging on reload. 11 years ago
context.c Fix potential memory leak from context->current_out_packet. 11 years ago
database.c More memory fixes. 11 years ago
lib_load.h Initial contribution. 12 years ago
logging.c Fix missing headers for WITH_TLS=no. 11 years ago
loop.c Use own linked list for storing disused contexts for freeing. 11 years ago
mosquitto.c Use own linked list for storing disused contexts for freeing. 11 years ago
mosquitto.db Initial contribution. 12 years ago
mosquitto_broker.h Use own linked list for storing disused contexts for freeing. 11 years ago
mosquitto_passwd.c Add batch mode to mosquitto_passwd. 11 years ago
mosquitto_plugin.h Initial contribution. 12 years ago
net.c More memory fixes. 11 years ago
persist.c Use hash counts to calculate numbers of clients. 11 years ago
persist.h Initial contribution. 12 years ago
read_handle.c Expose mosquitto_pub_topic_check() and mosquitto_sub_topic_check(). 11 years ago
read_handle_client.c Another bridge notification fix. 11 years ago
read_handle_server.c Use own linked list for storing disused contexts for freeing. 11 years ago
security.c Disconnect clients consistently. 11 years ago
security_default.c Disconnect clients consistently. 11 years ago
send_server.c Add support for "session present" in CONNACK messages for MQTT v3.1.1. 11 years ago
service.c Initial contribution. 12 years ago
subs.c Prevent NULL derefencing and accessing of freed memory. 11 years ago
sys_tree.c Use hash counts to calculate numbers of clients. 11 years ago
uthash.h Initial contribution. 12 years ago
websockets.c Fix possible NULL derefence. 11 years ago