Commit Graph

8 Commits (fd0e39846023af89c09f03b460528f9768720785)

Author SHA1 Message Date
Roger A. Light 0d0a36906c Add missing stubs. 4 years ago
Roger A. Light 706a1f3f29 Fix more minor compiler warnings. 5 years ago
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
Roger A. Light 4f61f6c161 Fix conversion errors. 5 years ago
Roger A. Light e3e8dc4ea4 Allow send__pub{ack,rec,rel,comp} to send properties. 5 years ago
Roger Light d92360dd8e Split sub and retain trees. 6 years ago
Roger A. Light 48253bc12c Persist message store publish properties. 7 years ago
Roger A. Light 7a53b28080 Start of persistence writing tests. 7 years ago