Roger A. Light
|
0549a6a9aa
|
Fix Coverity Scan 1486957 Resource leak
|
4 years ago |
Roger A. Light
|
1d805316ba
|
Fix Coverity Scan 1486949 Resource leak
|
4 years ago |
Roger A. Light
|
fa0b532e69
|
Fix Coverity Scan 1486948 Structurally dead code
|
4 years ago |
Roger A. Light
|
a94eb99c97
|
Fix Coverity Scan 1486945 String not null terminated
|
4 years ago |
Roger A. Light
|
1771dd9941
|
Fix Coverity Scan 1436854 Resource leak
|
4 years ago |
Roger A. Light
|
c985736866
|
Restrict persistence events to persisted clients only.
|
4 years ago |
Roger A. Light
|
2afe19466a
|
Remove unused macro.
|
4 years ago |
Roger A. Light
|
a0f58f20c3
|
Update threaded builds.
Most specifically use -pthread instead of -lpthread.
|
4 years ago |
Roger A. Light
|
ffb7661d86
|
Move shared code to common directory
This is currently limited to "utility" type functions and does not include code common to the library and broker that are protocol related.
|
4 years ago |
Roger A. Light
|
5a3b42d4a4
|
Use path vars in Makefiles.
|
4 years ago |
Roger A. Light
|
bc1adfd46d
|
CMake fixes.
Builtin websockets support.
Persist sqlite plugin build.
Broker cJSON support
Add wildcard-temp plugin.
|
4 years ago |
Roger A. Light
|
6b32cf61b2
|
CMake build fixes, including sqlite support.
|
4 years ago |
Roger A. Light
|
306215db39
|
Split library actions.c for easier discoverability.
|
4 years ago |
Roger A. Light
|
b5c77f264f
|
Build fixes
|
4 years ago |
Roger A. Light
|
4e731d2ac7
|
Fix lws based websockets connections.
|
4 years ago |
Roger A. Light
|
75fa83976c
|
Fix `seconds` part of mosquitto_time_ns() on Windows.
|
4 years ago |
Roger A. Light
|
73f03983fb
|
Socks proxy test plus fixes.
|
4 years ago |
Roger A. Light
|
fa9c2d0285
|
Fix incorrect header position.
|
4 years ago |
Roger A. Light
|
aa96c2d922
|
Check accept key with websockets clients.
|
4 years ago |
Roger A. Light
|
f5625f499f
|
Client HTTP request size configurable.
|
4 years ago |
Roger A. Light
|
0a0f4ead42
|
Plugin interface interface and test improvements.
|
4 years ago |
Roger A. Light
|
d546ba461a
|
Test fixes.
|
4 years ago |
Roger A. Light
|
500542351d
|
Set pointers to NULL after freeing.
|
4 years ago |
Roger A. Light
|
0f8733627a
|
Plugin persistence interface.
|
4 years ago |
Roger A. Light
|
2501a64035
|
Merge branch 'master' into develop
|
4 years ago |
Roger A. Light
|
eafa848180
|
Add client message stats to xtreport.
|
4 years ago |
Roger A. Light
|
affe6ece83
|
Add client msg int to allow easier ordering for plugins.
|
4 years ago |
Roger A. Light
|
3b8a2e827e
|
Fix compile flags.
|
4 years ago |
Roger A. Light
|
94fcd470d0
|
Fix incorrect subscribe_callback in mosquittopp.h.
Closes #2367. Thanks to Jens Alfke.
|
4 years ago |
Roger A. Light
|
11975332d4
|
Fix mosquitto_topic_matches_sub2() not using the length parameters.
Closes #2364. Thanks to Jens Alfke.
|
4 years ago |
Roger A. Light
|
f3590f3020
|
Don't pass NULL to printf %s.
This is undefined behaviour, and some platforms don't like it.
Issue #2355. Thanks to CJ Lee.
|
4 years ago |
Roger Light
|
68504da4a6
|
Merge pull request #2372 from podsvirov/install-libmosquitto-archive
Set ARCHIVE DESTINATION for mosquitto library
|
4 years ago |
Roger A. Light
|
65d20271a7
|
Better string
|
4 years ago |
Konstantin Podsvirov
|
b34817cfab
|
Set ARCHIVE DESTINATION for mosquitto library
Signed-off-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
|
4 years ago |
Konstantin Podsvirov
|
6187143384
|
Set ARCHIVE DESTINATION for mosquittopp library
Signed-off-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
|
4 years ago |
Roger Light
|
cd07f1136b
|
Bump copyrights.
|
4 years ago |
Roger A. Light
|
8ac11929cc
|
Merge branch 'master' into develop
|
4 years ago |
Roger Light
|
92f3db92d7
|
Windows build fixes.
|
4 years ago |
Roger A. Light
|
7b614b3b59
|
Move to end of file on append, when on Windows.
|
4 years ago |
Roger A. Light
|
91e8344a3e
|
Windows build fixes.
|
4 years ago |
Roger Light
|
51eda2bf79
|
Add more efficient keepalive check.
|
4 years ago |
Roger A. Light
|
21ded3df0d
|
Build fix
|
4 years ago |
Roger A. Light
|
799cdead15
|
Experimental custom websockets support.
|
4 years ago |
Roger A. Light
|
be80a3f4d0
|
Fix client id not showing in log on failed connections, where possible.
|
4 years ago |
Roger A. Light
|
a1a190b482
|
Pointless whitespace tidy.
|
4 years ago |
Roger A. Light
|
0ce167c472
|
Fix log file being truncated on Windows.
|
4 years ago |
Roger Light
|
3f62e80300
|
Merge pull request #2317 from doragasu/fixes_discon_cb_on_tls_err
Call disconnect callback on TLS error.
|
4 years ago |
Roger A. Light
|
0f2f77c945
|
Improve idle / mux timeout performance.
|
4 years ago |
Roger Light
|
88dfac8e88
|
Windows threading support for the library.
|
4 years ago |
Roger A. Light
|
9e28eea0a2
|
Initialise sockpairR/W to invalid in `mosquitto_reinitialise()`
This avoids closing invalid sockets in `mosquitto_destroy()` on error.
Closes #2326. Thanks to Arrigo Zanette.
|
4 years ago |