- May 06, 2017
-
-
Fabrice Fontaine authored
Do not add -lanl to BROKER_LIBS for all Linux builds. Indeed, -lanl is only needed for getaddrinfo_a which is only used in _mosquitto_try_connect_step1 when WITH_ADNS is set Signed-off-by:Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
Roger A. Light authored
Thanks to Ali Utku Selen.
-
Roger A. Light authored
-
Riccardo Magliocchetti authored
Spotted by cppcheck Signed-off-by:Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
-
Roger A. Light authored
-
YuLun Shih authored
Signed-off-by:YuLun Shih <shih@yulun.me>
-
- Apr 13, 2017
-
-
Roger A. Light authored
Fix mosquitto.db from becoming corrupted due to client messages being persisted with no stored message. Thanks to codami. Bug: https://github.com/eclipse/mosquitto/issues/424
-
- Feb 21, 2017
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Closes #380. Bug: https://github.com/eclipse/mosquitto/issues/380
-
Roger A. Light authored
Thanks to Jaimyn Mayer. Closes #379. Bug: https://github.com/eclipse/mosquitto/issues/379
-
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 A. Light authored
-
Roger A. Light authored
-
Fredrik Fornwall authored
Using the standard <syslog.h> header instead of <sys/syslog.h> makes it consistent with other source files and fixes compilation on Android. Signed-off-by:Fredrik Fornwall <fredrik@fornwall.net>
-
Fredrik Fornwall authored
This fixes building on Android which does not have separate librt or libpthread libraries. Signed-off-by:Fredrik Fornwall <fredrik@fornwall.net>
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Thanks to jbwdevries. Bug: https://github.com/eclipse/mosquitto/issues/354
-
Roger A. Light authored
Closes #316. Bug: https://github.com/eclipse/mosquitto/issues/316
-
Roger A. Light authored
-
Jens Breitbart authored
A modern version of the clang compiler complained about: * unused parameters * additional semicolon . This commit fixes these warnings. Signed-off-by:Jens Breitbart <jbreitbart@gmail.com>
-
Roger A. Light authored
Thanks to Dollars. Bug: https://github.com/eclipse/mosquitto/issues/329
-
-
Teun Lassche authored
Signed-off-by:Teun Lassche <contact@thlassche.nl>
-
-
Roger A. Light authored
Closes #295. Bug: https://github.com/eclipse/mosquitto/issues/295
-
Roger A. Light authored
-
tucic authored
Check current number of connections before accepting new websockets clients. Signed-off-by:tucic <tucic.milan@gmail.com>
-
Roger A. Light authored
Thanks to hakofugu41. Bug: https://github.com/eclipse/mosquitto/issues/259
-
Karl Palsson authored
In 1.3, 1.4 and 1.5, the function was "libwebsockets_get_protocol" not "libwebsocket_get_protocol" While the #define name doesn't matter on newer libwebsockets, where it redirects to lws_get_protocol, the naming is critical for older versions. Fixes: 477cd3e3 (Fix missing context->listener for websocket client) Signed-off-by:
Karl Palsson <karlp@etactica.com>
-
Roger A. Light authored
-