Abilio Marques
82b6eaa31d
Persist-sqlite: add flush_period and page_size options
...
Signed-off-by: Abilio Marques <abiliojr@gmail.com>
3 years ago
Roger A. Light
75be1ed643
Improve uint16/32 packet read/write performance.
4 years ago
Roger A. Light
efc8d064de
Bring mosquittopp more up to date with libmosquitto.
4 years ago
Roger A. Light
5fcb2bc13f
Simplify use of headers.
4 years ago
Roger A. Light
4c72542eae
Move mosquittopp header to include dir.
4 years ago
Roger A. Light
af40a91fb1
Fix possible incorrect free of persist base msgs.
4 years ago
Roger A. Light
09c296c175
Remove dead link.
4 years ago
Roger Light
b39526a998
Merge pull request #2485 from abiliojr/fix_default_bridge_backoff
...
fix default bridge backoff periods (scale seconds to milliseconds)
4 years ago
Roger Light
37b44cfe8e
Merge pull request #2505 from NorbertHeusser/develop
...
Fixed CMakeLists.txt files
4 years ago
Norbert Heusser
d4216c8cb6
Fixed CMakeLists.txt
...
* Addded missing files plugin_subscribe and plugin_unsubscribe to src/CMakeLists.txt
* Aligned mixed usage of all-keyword and all-plain in target_link_libra…ry definition in in CMakeLists.txt
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
4 years ago
Roger A. Light
b922c13509
Compile broker against pthreads if threading enabled.
...
This allows plugins to *carefully* use threads.
4 years ago
Roger A. Light
8a9d8ece37
Fix sqlite test
4 years ago
Roger A. Light
40d8015837
Add MOSQ_EVT_SUBSCRIBE and MOSQ_EVT_UNSUBSCRIBE events.
...
These are called when subscribe/unsubscribes actually succeed.
4 years ago
Roger A. Light
fc4a59b288
Fix persist writing
4 years ago
Roger A. Light
cd6356f14b
Fix config.mk relative paths.
4 years ago
Roger A. Light
c53a53bce0
Re-enable LTO for gcc builds.
4 years ago
Roger A. Light
af42640d60
Dynsec: Allow initial password generation from environment variable.
4 years ago
Roger A. Light
7552e944a8
Long overdue bump of in-development version number.
4 years ago
Roger A. Light
9f9813aff4
Fix Coverity Scan 1486949 Resource leak
4 years ago
Roger A. Light
b4f2000109
Remove replaced line.
4 years ago
Roger A. Light
15cd25c3e9
Fix Coverity Scan 1486949 Resource leak
4 years ago
Roger A. Light
984d1bb526
Fix Coverity Scan 1486959 Resource leak
4 years ago
Roger A. Light
e7f22db4e1
Comments
4 years ago
Roger A. Light
a4635682d1
Fix Coverity Scan 1486945 String not null terminated
4 years ago
Roger A. Light
016e03c285
Fix Coverity Scan 1486961 Resource leak
4 years ago
Roger A. Light
a331057127
Fix Coverity Scan 1486950 Unchecked return value from library
4 years ago
Roger A. Light
5ab7603811
Fix Coverity Scan 1486934 Unchecked return value
4 years ago
Roger A. Light
8720b4e754
Fix Coverity Scan false positive 1486951 String not null terminated
4 years ago
Roger A. Light
85cbe1cea6
Fix Coverity Scan 1486959 Resource leak
4 years ago
Roger A. Light
cac537830e
Fix Coverity Scan 1486949 Resource leak
4 years ago
Roger A. Light
0414a13347
Fix Coverity Scan 1486942 Resource leak
4 years ago
Roger A. Light
87d059b57e
Fix Coverity Scan false positive 1486937 Resource leak
4 years ago
Roger A. Light
27b4a6aa33
Fix Coverity Scan 1487012 Resource leak
4 years ago
Roger A. Light
b3096982b5
Fix Coverity Scan 1486953 Use after free
4 years ago
Roger A. Light
07b7533b1e
Fix Coverity Scan 1486947 Double free
4 years ago
Roger A. Light
c661f475b4
Coverity Scan fixes - Invalid type in argument to printf format specifier
...
1453805
1453806
1486939
1486954
1486955
1486956
1486960
4 years ago
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
c70a925f29
Fix Coverity Scan 1486935 Logically dead code
4 years ago
Roger A. Light
42d9390d04
Fix Coverity Scan 1486958 Logically dead code
4 years ago
Roger A. Light
2e7a313ba1
Fix Coverity Scan 1486952 Resource leak
4 years ago
Roger A. Light
00b5d5d496
Fix Coverity Scan 1486940 Resource leak
4 years ago
Roger A. Light
f7368b107e
Fix Coverity Scan 1486938 Resource leak
4 years ago
Roger A. Light
dbe1554cf5
Fix Coverity Scan 1486946 Resource leak.
4 years ago
Roger A. Light
726b7f42a8
Fix Coverity Scan 1486941
4 years ago
Roger A. Light
79f4c12141
Pass missing parameters to client_msg update for persist plugins.
4 years ago
Roger A. Light
017197d8ff
Add db__message_remove_queued
...
If a plugin tries to remove a queued message it would have otherwise failed.
4 years ago