mosquitto/test/unit
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.
2020-11-06 17:16:23 +00:00
..
files Database v6 tests 2020-08-07 08:56:52 +02:00
bridge_topic_test.c Bridge remapping refactoring and tests. 2019-10-03 16:46:15 +01:00
datatype_read.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
datatype_write.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
Makefile Fix conversion errors. 2020-10-17 01:23:08 +01:00
misc_trim_test.c Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
persist_read_stubs.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
persist_read_test.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
persist_write_stubs.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
persist_write_test.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
property_add.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
property_read.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
property_user_read.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
property_write.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
publish_test.c Add client support for outgoing maximum packet size. 2019-02-19 15:14:34 +00:00
stubs.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
subs_stubs.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
subs_test.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
test.c Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
utf8.c Fix invalid character conversions in test. 2020-10-21 13:19:28 +01:00
util_topic_test.c Fix mosquitto_topic_matches_sub() behaviour with wildcards in topic. 2020-02-07 22:55:50 +00:00