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/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.
5 years ago
..
files Database v6 tests 5 years ago
Makefile Fix conversion errors. 5 years ago
bridge_topic_test.c Bridge remapping refactoring and tests. 6 years ago
datatype_read.c Fix conversion errors. 5 years ago
datatype_write.c Fix conversion errors. 5 years ago
misc_trim_test.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
persist_read_stubs.c Use db as a global var instead of passing to functions. 5 years ago
persist_read_test.c Use db as a global var instead of passing to functions. 5 years ago
persist_write_stubs.c Use db as a global var instead of passing to functions. 5 years ago
persist_write_test.c Use db as a global var instead of passing to functions. 5 years ago
property_add.c Fix conversion errors. 5 years ago
property_read.c Fix conversion errors. 5 years ago
property_user_read.c Fix conversion errors. 5 years ago
property_write.c Fix conversion errors. 5 years ago
publish_test.c Add client support for outgoing maximum packet size. 7 years ago
stubs.c Fix conversion errors. 5 years ago
subs_stubs.c Use db as a global var instead of passing to functions. 5 years ago
subs_test.c Use db as a global var instead of passing to functions. 5 years ago
test.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
utf8.c Fix invalid character conversions in test. 5 years ago
util_topic_test.c Fix `mosquitto_topic_matches_sub()` behaviour with wildcards in topic. 6 years ago