- Jan 21, 2017
-
-
Roger A. Light authored
-
Roger A. Light authored
Thanks to jbwdevries. Bug: https://github.com/eclipse/mosquitto/issues/354
-
- Jan 06, 2017
-
-
Roger A. Light authored
Closes #316. Bug: https://github.com/eclipse/mosquitto/issues/316
-
Roger A. Light authored
-
- Dec 11, 2016
-
-
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>
-
- Dec 09, 2016
-
-
Roger A. Light authored
Thanks to Dollars. Bug: https://github.com/eclipse/mosquitto/issues/329
-
- Dec 05, 2016
-
-
-
Teun Lassche authored
Signed-off-by:Teun Lassche <contact@thlassche.nl>
-
- Nov 30, 2016
-
-
- Oct 20, 2016
-
-
Roger A. Light authored
Closes #295. Bug: https://github.com/eclipse/mosquitto/issues/295
-
- Sep 30, 2016
-
-
Roger A. Light authored
-
tucic authored
Check current number of connections before accepting new websockets clients. Signed-off-by:tucic <tucic.milan@gmail.com>
-
- Sep 21, 2016
-
-
Roger A. Light authored
Thanks to hakofugu41. Bug: https://github.com/eclipse/mosquitto/issues/259
-
Roger A. Light authored
-
- Sep 08, 2016
-
-
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>
-
- Aug 17, 2016
-
-
Roger A. Light authored
-
Roger A. Light authored
-
kcallin authored
Mosquitto database writes are not atomic and if power is lost during a write the file will be permanently lost. This commit makes writes as atomic as possible. Signed-off-by:
Keegan Callin <kc@kcallin.net> Bug: https://github.com/eclipse/mosquitto/issues/189
-
Roger A. Light authored
Thanks to Matthew Treinish. Bug: https://github.com/eclipse/mosquitto/issues/234
-
Pierre Fersing authored
The context associated with websocket client didn't had listener filled, which caused use_username_as_clientid to be ignored. Signed-off-by:Pierre Fersing <pierre.fersing@bleemeo.com>
-
- Aug 12, 2016
-
-
Roger A. Light authored
Closes #244. Bug: https://github.com/eclipse/mosquitto/issues/244
-
- Aug 09, 2016
-
-
Roger A. Light authored
Closes #225. Thanks to Nabytovych. Bug: https://github.com/eclipse/mosquitto/issues/225
-
Roger A. Light authored
Only for certificates with a subjectAltName. Closes #237. Thanks to MrSaturday. Bug: https://github.com/eclipse/mosquitto/issues/237
-
- Jul 22, 2016
-
-
Roger A. Light authored
Thanks to codami. Bug: https://github.com/eclipse/mosquitto/issues/222
-
- Jul 12, 2016
-
-
Roger A. Light authored
-
Roger A. Light authored
-
tucic authored
Signed-off-by:Milan Tucic <tucic.milan@gmail.com>
-
- Jun 30, 2016
-
-
Roger A. Light authored
Closes #198. Bug: https://github.com/eclipse/mosquitto/pull/198
-
jbwdevries authored
The WITH_* flags are not handed over to the C++ wrapper, instead it relies on the actual library to check status. Signed-off-by:Johan de Vries (Ubuntu VM) <devries@wivion.nl>
-
- Jun 28, 2016
-
-
Roger A. Light authored
-
- Jun 27, 2016
-
-
Roger A. Light authored
To ensure it is correctly written. Closes #189. Thanks to thanhvtruong. Bug: https://github.com/eclipse/mosquitto/issues/189
-
Roger A. Light authored
-
- Jun 22, 2016
-
-
Roger A. Light authored
Closes #191. Bug: https://github.com/eclipse/mosquitto/issues/191
-
- Jun 16, 2016
-
-
Roger Light authored
Change pod name to Mosquitto
-
- Jun 14, 2016
-
-
Roger A. Light authored
Closes #7. Bug: https://github.com/eclipse/mosquitto/issues/7
-
- Jun 07, 2016
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- Jun 06, 2016
-
-
Roger A. Light authored
Thanks to minghuadev. Bug: https://github.com/eclipse/mosquitto/issues/184
-