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/apps
Roger A. Light b816d46508 Use db as a global var instead of passing to functions.
This allows a big swath of ifdefs to be removed. It also means savings as the db var is not passed around all of the time, and makes it easier to remove the final broker call to mosquitto_time() call in packet_mosq.c. In one test this reduced the calls to mosquitto_time() from 295k to 48k.
5 years ago
..
db_dump Use db as a global var instead of passing to functions. 5 years ago
mosquitto_ctrl Build and conversion fixes for build variants. 5 years ago
mosquitto_passwd ctrl: Ask for passwords if not given. 5 years ago
CMakeLists.txt New dynamic security plugin. 5 years ago
Makefile New dynamic security plugin. 5 years ago