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 d8cc5bc4fe Merge branch 'fixes' of github.com:eclipse/mosquitto into fixes 8 years ago
..
db_dump Add stats mode for db_dump. 11 years ago
CMakeLists.txt [344] Detect libanl in cmake. 9 years ago
Makefile [184] Don't attempt to install docs when WITH_DOCS=no. 9 years ago
bridge.c [344] Fix non-async case. 9 years ago
conf.c [462] Add auth_plugin_deny_special_chars option. 8 years ago
context.c [477] Send will messages for connected clients when broker stops. 8 years ago
database.c [57] File missed from previous commit. 10 years ago
lib_load.h Initial contribution. 12 years ago
linker-macosx.syms Fix building on OS X. 11 years ago
linker.syms Fix errors from big code import. 11 years ago
logging.c Fix for CVE-2017-9868 for Windows. 8 years ago
loop.c Replace getdtablesize() with sysconf(_SC_OPEN_MAX) 8 years ago
mosquitto.c Fix regression from 1.4.13 where persistence data was not being saved. 8 years ago
mosquitto_broker.h [462] Add auth_plugin_deny_special_chars option. 8 years ago
mosquitto_passwd.c Fix use of unitialized memory in gets_quiet 9 years ago
mosquitto_plugin.h [244] Add note on compiling auth plugin on OSX. 9 years ago
net.c #419 Broker sometimes kills connection to client 8 years ago
persist.c Fix for CVE-2017-9868 for Windows. 8 years ago
persist.h Initial contribution. 12 years ago
read_handle.c Avoid calls to strlen() when checking for empty strings. 10 years ago
read_handle_client.c [456899] Broker: Add bridge_attempt_unsubscribe option. 11 years ago
read_handle_server.c Fix CONNECT check for reserved=0, as per MQTT v3.1.1 check MQTT-3.1.2-3. 8 years ago
security.c [462] Relax CVE-2017-7650 checks. 8 years ago
security_default.c Use constant time memcmp for password checks. 8 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 Fix saving of persistence messages that start with a '/'. 10 years ago
sys_tree.c Fix publishing of $SYS/broker/clients/maximum. 9 years ago
uthash.h Initial contribution. 12 years ago
websockets.c Fix two issues with Websocket (#472) 8 years ago