You need to sign in or sign up before continuing.
- Nov 17, 2021
-
-
Roger A. Light authored
Closes #2363. Thanks to yvs2014.
-
- Oct 13, 2021
-
-
Roger Light authored
Fix dynamic bridge start-up delay
-
- Sep 17, 2021
-
-
Chris Elston authored
Signed-off-by:Chris Elston <chris.elston@sancloud.com> Adds the following bridge configuration as parameters for dynamic bridges: - remote_username - try_private - notification_topic - remote_clientid
-
Chris Elston authored
Signed-off-by:Chris Elston <chris.elston@sancloud.com> Sending an empty packet to $BRIDGE/new would cause a segfault because the payload pointer was accessed without checking for NULL. This change rejects an empty payload with MOSQ_ERR_INVAL.
-
Chris Elston authored
Signed-off-by:Chris Elston <chris.elston@sancloud.com> The first packet sent by a dynamic bridge was failing because it was sent before the socket was fully established and the OS returned -EAGAIN. We had to wait for the next PINGREQ to cause the initial packet to be sent, and therefore bridge startup was delayed by the configured keepalive timeout (default 60 seconds). This change adds the new bridge's output socket to the list managed by the mux, and we now send the initial CONNECT as soon as the output socket becomes available.
-
- Dec 22, 2020
-
-
Roger Light authored
Bridge dynamic 2.0
-
- 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
-
-
Tifaifai Maupiti authored
Signed-off-by:Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
-
Tifaifai Maupiti authored
Signed-off-by:Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
-
Tifaifai Maupiti authored
Signed-off-by:Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
-
Tifaifai Maupiti authored
Signed-off-by:Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
-
Tifaifai Maupiti authored
Signed-off-by:Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
-
Roger A. Light authored
Closes #1938. Thanks to apple3306 and JulianCaruso.
-
Roger A. Light authored
-
Roger A. Light authored
-
- Dec 10, 2020
-
-
Roger A. Light authored
-