mosquitto/client
Roger A. Light 1bafe0ee2e Fix double free on exit in mosquitto_pub.
Closes #1280. Thanks to Lucky Saini.
2019-05-29 18:42:38 +01:00
..
client_props.c Subscription identifier support. 2018-12-20 15:32:43 +00:00
client_shared.c Fix MQTT v5 clients not being able to specify a password without a username. 2019-05-21 23:56:22 +01:00
client_shared.h Stop some error messages being printed even when --quiet was used. 2019-05-21 11:23:00 +01:00
CMakeLists.txt Use CMAKE_INSTALL_* variables when installing in CMake. 2019-04-26 17:07:05 +01:00
Makefile Build fixes around CFLAGS et al. 2019-04-26 17:06:54 +01:00
pub_client.c Fix double free on exit in mosquitto_pub. 2019-05-29 18:42:38 +01:00
pub_shared.c Stop some error messages being printed even when --quiet was used. 2019-05-21 11:23:00 +01:00
pub_shared.h Add reason_code to on_publish_v5 callback. 2019-01-09 17:06:43 +00:00
pub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00
rr_client.c Fix MQTT v5 clients not being able to specify a password without a username. 2019-05-21 23:56:22 +01:00
sub_client_output.c Stop some error messages being printed even when --quiet was used. 2019-05-21 11:23:00 +01:00
sub_client.c Fix MQTT v5 clients not being able to specify a password without a username. 2019-05-21 23:56:22 +01:00
sub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00