- Aug 11, 2020
-
-
-
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
-
david-beinder authored
keep v5 client read test to test for backwards compatability adds username="usrname" and listener_port=1883 for v6 tests Signed-off-by:david-beinder <david.beinder@mce.li>
-
david-beinder authored
Signed-off-by:david-beinder <david.beinder@mce.li>
-
Roger A. Light authored
Closes #1773. Closes #1774. Thanks to Yingpei Zeng.
-
- Aug 04, 2020
-
-
Roger A. Light authored
This is to avoid a long delay when shutting down the broker. Closes #1735. Thanks to Colin Law.
-
- Aug 01, 2020
-
-
Roger A. Light authored
Rather than the generic "socket error". Related to #1765.
-
- Jul 20, 2020
-
-
Roger A. Light authored
-
- Jul 18, 2020
-
-
Roger A. Light authored
-
- Jul 16, 2020
-
-
Roger A. Light authored
Closes #1689. Closes #1741. Thanks to Brett M. Gordon and tt92.
-
Roger A. Light authored
Closes #1718. Thanks to Luca Casonato.
-
Roger A. Light authored
This was always returning success when the client was not connected. Closes #1725. Thanks to BOTorioN.
-
Roger A. Light authored
Closes #1726. Thanks to nduhme.
-
Roger A. Light authored
This occurred incorrectly when clean start was set to true. Closes #1729. Thanks to Andreyooo.
-
- Jul 15, 2020
-
-
Roger A. Light authored
Coverity Scan 1430456.
-
Roger A. Light authored
This wasn't a problem because this error caused the program to exit, so there was no real resource leak. Coverity Scan 1430457.
-
Roger A. Light authored
Coverity Scan 1430458.
-
Roger A. Light authored
Closes #1749. Thanks to cieslarchristian.
-
Roger A. Light authored
This happens before starting the broker. Also don't quit with an error if opening the log file isn't possible. Closes #821.
-
Roger A. Light authored
Closes #1740. Thanks to OkenKhuman.
-
- Jul 13, 2020
-
-
Sigmund Vik authored
From the FormatMessage() Win32 API documentation: "The lpBuffer parameter is a pointer to an LPTSTR; you must cast the pointer to an LPTSTR (for example, (LPTSTR)&lpBuffer)." https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-formatmessage#parameters This commit fixes warnings like these: warning C4047: 'function': 'LPSTR' differs in levels of indirection from 'char **' warning C4024: 'FormatMessageA': different types for formal and actual parameter 5 Signed-off-by:
Sigmund Vik <sigmund_vik@yahoo.com>
-
Sigmund Vik authored
This fixes Visual Studio compiler warnings like this one: "warning C4003: not enough arguments for function-like macro invocation 'G_MSGS_DROPPED_INC'" Signed-off-by:Sigmund Vik <sigmund_vik@yahoo.com>
-
- Jul 11, 2020
-
-
Sigmund Vik authored
Before this commit there was no good way to detect that the Mosquitto broker was done with its startup phase on systems without systemd. On such systems it was tricky to e.g. start the broker from a test where ports are dynamically assigned and one have to deal with potential port conflicts. Without a way to know that the broker is done with its startup phase, there was no way to know if the broker was able to acquire the port (for both IPv4 and IPv6) without waiting for some unknown period of time (when many tests are run in parallel a single process might be starved for resources). With this new broker ready message it is easy for the parent process to monitor the broker output and figure out when the port was successfully acquired. Signed-off-by:Sigmund Vik <sigmund_vik@yahoo.com>
-
- Jun 23, 2020
-
-
Roger A. Light authored
Close #1730. Thanks to John Laird.
-
- Jun 17, 2020
-
-
Jasper Lievisse Adriaanse authored
otherwise in6_addr, AF_INET and AF_INET6 end up being undefined Signed-off-by:Jasper Lievisse Adriaanse <jasper@humppa.nl>
-
Jasper Lievisse Adriaanse authored
fixes "ld: error: unable to find library -ldl" Signed-off-by:Jasper Lievisse Adriaanse <jasper@humppa.nl>
-
HowJMay authored
Fix typos Signed-off-by:HowJMay <vulxj0j8j8@gmail.com>
-
Roger A. Light authored
-
Roger A. Light authored
Port 9001 is used by Intel drivers on Windows, so some users are suddenly seeing a problem. Issue #1580.
-
Roger A. Light authored
-
Roger A. Light authored
-
- Jun 10, 2020
-
-
Roger A. Light authored
-
- Jun 09, 2020
-
-
Roger A. Light authored
Closes #1713. Thanks to whnr.
-
matt authored
Signed-off-by:matt <swineherd92@gmail.com>
-
- May 26, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
-