- Jan 07, 2021
-
-
Roger A. Light authored
Closes #570126 (Eclipse bugzilla).
-
- Dec 19, 2020
-
-
Roger A. Light authored
Closes #1968. Thanks to promahn.
-
- Dec 17, 2020
-
-
Roger A. Light authored
Closes #1942. Thanks to charlemagnelasse.
-
- Dec 10, 2020
-
-
Roger A. Light authored
This meant ciphers using DHE couldn't be used. Closes #1925. Closes #1476. Thanks to Jonathan Sönnerup, Valerii Demeshko, and sectokia.
-
- Dec 09, 2020
-
-
Roger A. Light authored
This meant ciphers using DHE couldn't be used. Closes #1925. Closes #1476. Thanks to Jonathan Sönnerup, Valerii Demeshko, and sectokia.
-
- Nov 26, 2020
-
-
Roger A. Light authored
Seconds since the Unix epoch is not a parameter that can be obtained with strftime on Windows. Closes #1908. Thanks to Danil intl.
-
- Nov 23, 2020
-
-
Roger A. Light authored
-
- Nov 18, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
Prior to this, duplicate entries could be added to the sock hash, which caused an infinite loop. Only affects bridges with bad settings on startup, and only when compiled using WITH_ADNS=yes. Closes #1897. Thanks to Rodolfo Ochoa.
-
Roger A. Light authored
Closes #1905. Thanks to Taavi Talvik.
-
- Nov 17, 2020
-
-
Roger A. Light authored
Closes #1880. Thanks to J1EXA, richl, and EnneiteZer.
-
- Nov 13, 2020
-
-
Roger A. Light authored
This occurred when reloading a persistence file and `per_listener_settings true` is set and the client did not set a username. Closes #1891. Thanks to Mikkel Nepper-Christensen.
-
- Oct 28, 2020
-
-
Roger A. Light authored
Closes #1866. Thanks to roebotron.
-
- Oct 22, 2020
-
-
CJ Lee authored
<arpa/inet.h> header is required to compile this source. Without it, WARNING is generated. mosquitto/lib/socks_mosq.c: In function 'socks5__send': mosquitto/lib/socks_mosq.c:156:22: warning: implicit declaration of function 'inet_pton' [-Wimplicit-function-declaration] ipv4_pton_result = inet_pton(AF_INET, mosq->host, &addr_ipv4); Signed-off-by:ChangJoon Lee <changjoon.lee@lge.com>
-
- Aug 19, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
-
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.
-