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/client
Marek Wodzinski ede9f2a51d mosquitto_pub: split main loop.
Main loop has two different logics inside: one for stdin input,
second for all other cases. Exit loop condition is also different
for both variants. This commit splits these two variants into
two separate loops.

Signed-off-by: Marek Wodzinski <majek@w7i.pl>
6 years ago
..
CMakeLists.txt Fix WITH_STATIC_LIBRARIES using CMake on Windows 6 years ago
Makefile Build fixes around CFLAGS et al. 7 years ago
client_props.c Subscription identifier support. 7 years ago
client_shared.c feat: Remove unecessary if statement 6 years ago
client_shared.h Stop some error messages being printed even when `--quiet` was used. 6 years ago
pub_client.c mosquitto_pub: split main loop. 6 years ago
pub_shared.c Fix `mosquitto_pub -l` not handling zero length input. 6 years ago
pub_shared.h Fix `mosquitto_pub -l` not handling network failures. 6 years ago
pub_test_properties Helper test scripts for client properties. 7 years ago
rr_client.c Clients: improve error msgs when connecting v3.x broker with v5 client 6 years ago
sub_client.c mosquitto_sub: Fix `-E` not working unless `-d` was also specified. 6 years ago
sub_client_output.c Stop some error messages being printed even when `--quiet` was used. 6 years ago
sub_test_properties Helper test scripts for client properties. 7 years ago