- Nov 18, 2020
-
-
Dan White authored
Fixes eclipse/mosquitto#1904 If the broker rejects the connection, as opposed to the broker being down, then there is no hope to establish a connection. This adds a status flag so we can signal to the loop that we should just exit. Signed-off-by:Dan White <dan.white@valpo.edu>
-
Dan White authored
Fixes eclipse/mosquitto#1899 In stdin line mode, mosquitto_pub will continue running and accepting input even if/when/after publishing fails. This condition is reached when it first successfully establishes a connection and the server later is unreachable. Exiting with a non-zero exit code allows for much easier health monitoring when used in a long-running pipe. Signed-off-by:Dan White <dan.white@valpo.edu>
-
- Oct 28, 2020
-
-
raspopov authored
Signed-off-by:raspopov <raspopov@cherubicsoft.com>
-
- Oct 27, 2020
-
-
raspopov authored
Signed-off-by:raspopov <raspopov@cherubicsoft.com>
-
- Oct 26, 2020
-
-
raspopov authored
Signed-off-by:raspopov <raspopov@cherubicsoft.com>
-
- Sep 27, 2020
-
-
Roger A. Light authored
-
- Sep 22, 2020
-
-
Roger A. Light authored
Closes #1831. Thanks to P-Hagen.
-
- Sep 15, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
This was closing the sockpair* sockets before they were initialised to INVALID_SOCKET. Close #1823. Thanks to ostkamp.
-
- Sep 12, 2020
-
-
Roger A. Light authored
Closes #1819. Thanks to santoshks68.
-
- Sep 11, 2020
-
-
Roger A. Light authored
Closes #1822. Thanks to Sarek.
-
- Sep 02, 2020
-
-
ignacy.ruksza authored
Signed-off-by:ignacy.ruksza <ignacy.ruksza@ledatel.pl>
-
- Aug 25, 2020
-
-
Roger A. Light authored
-
- Aug 24, 2020
-
-
Roger A. Light authored
Closes #1801. Thanks to roebotron.
-
- Aug 19, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
In some circumstances, Mosquitto could leak memory when handling PUBLISH messages. This is limited to incoming QoS 2 messages, and is related to the combination of the broker having persistence enabled, a clean session=false client, which was connected prior to the broker restarting, then has reconnected and has now sent messages at a sufficiently high rate that the incoming queue at the broker has filled up and hence messages are being dropped. This is more likely to have an effect where max_queued_messages is a small value. This has now been fixed. Closes #1793. Thanks to mbates14.
-
Roger A. Light authored
-
Roger A. Light authored
-
Titouan Christophe authored
This fixes the following error, when compiling for systems without pthread support, and when passing WITH_THREADING=no to make: thread_mosq.c:24:12: fatal error: pthread.h: No such file or directory # include <pthread.h> ^~~~~~~~~~~ compilation terminated. Signed-off-by:Titouan Christophe <titouan.christophe@railnova.eu>
-
Karl Palsson authored
It was grouped with the callbacks, where it didn't make a lot of sense. Signed-off-by:Karl Palsson <karlp@tweak.net.au>
-
Karl Palsson authored
Was listed in both client options, and under the callbacks. Signed-off-by:Karl Palsson <karlp@tweak.net.au>
-
- Aug 14, 2020
-
-
Roger A. Light authored
-
- Aug 13, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- Aug 12, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
Closes #1778. Thanks to jflambert.
-
- Aug 11, 2020
-
-
Roger A. Light authored
Thanks to Greg Troxel.
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Closes #1547. Thanks to Markus Gothe.
-
Roger A. Light authored
Fix clients not receiving messages after a previous client with the same client ID and positive will delay interval quit. Closes #1752. Thanks to Jiří Zuzaňák.
-
-
Roger Light authored
Closes #1748. Closes #117. Thanks to Sigmund Vik.
-
Roger Light authored
-
Roger A. Light authored
This applies on Linux, FreeBSD, NetBSD, and OpenBSD. Closes #1777. Thanks to ABuch19.
-
- Aug 07, 2020
-
-
Roger A. Light authored
-
git://github.com/dbeinder/mosquittoRoger A. Light authored
Merge branch 'improve-client-store' of git://github.com/dbeinder/mosquitto into dbeinder-improve-client-store
-