- Dec 28, 2020
-
-
Roger A. Light authored
Also fix bridge connection not relinquishing POLLOUT after messages are sent. Closes #1977. Thanks to marchaesen. Closes #1979. Thanks to GorazdKikelj.
-
- Dec 24, 2020
-
-
Roger A. Light authored
Closes #1975. Thanks to Jinming Chen.
-
- Dec 23, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Closes #1934. Thanks to sectokia and jarapa9.
-
- Dec 22, 2020
-
-
Roger A. Light authored
Fix return code on callback unregister.
-
Roger A. Light authored
-
Roger A. Light authored
-
- Dec 21, 2020
-
-
Roger A. Light authored
Closes #1962. Thanks to martgeier.
-
Roger A. Light authored
Closes #1969. Thanks to phplpf.
-
Roger A. Light authored
mosquitto_connect_bind_async() and mosquitto_connect_bind_v5() should not reset the bind address option if called with bind_address == NULL. Otherwise calling mosquitto_connect_async() will *force* the bind address to be reset, even if previously set with mosquitto_string_option().
-
- Dec 19, 2020
-
-
Roger A. Light authored
Closes #1968. Thanks to promahn.
-
- Dec 18, 2020
-
-
Roger Light authored
Use libdir as the install prefix for plugins
-
Roger A. Light authored
Closes #1963. Thanks to twegener-embertec.
-
Peter Robinson authored
Use the libdir variable from config.mk just like lib/ uses to ensure that the plugins are installed into the same location as the library. This fixes systems that use lib64 for libraries like most 64 bit Linux distributions. Signed-off-by:Peter Robinson <pbrobinson@gmail.com>
-
Roger A. Light authored
-
Roger A. Light authored
-
- Dec 17, 2020
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger Light authored
Fix issue with CMAKE_MODULE_PATH
-
Roger A. Light authored
Closes #1942. Thanks to charlemagnelasse.
-
Roger A. Light authored
Closes #1956. Thanks to nduhme.
-
Roger A. Light authored
Closes #1960. Thanks to twegener-embertec.
-
Roger A. Light authored
This occured if a successful connection was not made. Closes #1957. Thanks to Peoh.
-
Roger Light authored
Systemd service changes for updated pid path
-
Peter Stevenson authored
Signed-off-by:Peter Stevenson <pete@ihut.co.uk>
-
- Dec 14, 2020
-
-
Pierre Hallot authored
The code would simply append the folder with no separator, resulting in an invalid path if the variable was not empty. Now properly append it. Signed-off-by:Pierre Hallot <hallotpierre@gmail.com>
-
Pierre Hallot authored
https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html "Note Call the cmake_minimum_required() command at the beginning of the top-level CMakeLists.txt file even before calling the project() command. It is important to establish version and policy settings before invoking other commands whose behavior they may affect." Signed-off-by:
Pierre Hallot <hallotpierre@gmail.com>
-
Pierre Hallot authored
According to this from the mailing list, it is no longer required since the minimum cmake required is 3.0. https://cmake.org/pipermail/cmake/2014-July/058048.html "The code that emits the warning is run by "project()". Since you do not have an explicit project() call in your top-level CMakeLists.txt CMake adds one to the top implicitly. [1] A project file that explicitly calls project() after requiring CMake >= 2.8.4 should make the warning go away." Signed-off-by:
Pierre Hallot <hallotpierre@gmail.com>
-
Roger Light authored
This was not happening for the case when the existing session wasn't being continued. Closes #1946. Thanks to Rory Piper.
-
Roger Light authored
Closes #1945. Thanks to Andreas Schildbach.
-
Roger Light authored
Only applies if if `-c` is not also used. Closes #1949. Thanks to J. Augusto de Oliveira.
-
- Dec 13, 2020
-
-
Roger A. Light authored
Closes #1947. Thanks to Patrick TJ McPhee.
-
- Dec 11, 2020
-
-
Roger A. Light authored
Closes #1938. Thanks to apple3306 and JulianCaruso.
-
Roger A. Light authored
-