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 99779c03c7 Fix reporting of local bridge status. 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 reporting of local bridge status. 11 years ago
conf.c Some minor memory leak fixes. 11 years ago
context.c Use hash counts to calculate numbers of clients. 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 Remove compilation warnings for various configurations. 11 years ago
mosquitto.c Some minor memory leak fixes. 11 years ago
mosquitto.db Initial contribution. 12 years ago
mosquitto_broker.h Some minor memory leak fixes. 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 Prevent NULL derefencing and accessing of freed memory. 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. 12 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 No need to call lws_partial_buffered() here. It is never set at the start of a callback. 11 years ago