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 2d3b152a22 Rename of mosquitto_msg_store struct.
struct mosquitto_msg_store -> struct mosquitto_base_msg

This is the base message which client messages and retained messages
refer to. The base messages are still held in the message store.

This change comes about because the persistence interface exposes these
message types. Prior to this commit the different messages were "msg",
"client_msg", and "retain". After this commit there is "base_msg",
"client_msg", and and "retain_msg" in the persist interface.
4 years ago
..
db_dump Rename of mosquitto_msg_store struct. 4 years ago
mosquitto_ctrl Update changelog. Style, whitespace and, linker fixes. 4 years ago
mosquitto_passwd Move shared code to common directory 4 years ago
CMakeLists.txt New dynamic security plugin. 5 years ago
Makefile New dynamic security plugin. 5 years ago