Roger A. Light
8f1f10743c
New windows installer.
5 years ago
Roger A. Light
6084685e0c
Revert docker change to openssl.
...
Add extra targets to support openssl.
5 years ago
Roger A. Light
a9c97efaa4
Document that keepalive must be >= 5 seconds.
5 years ago
Roger A. Light
4b541ad5ca
Fix usage message not mentioning v5.0.
...
Closes #1713 . Thanks to whnr.
5 years ago
matt
ee634e4f84
replace broken ssl-libs
...
Signed-off-by: matt <swineherd92@gmail.com>
5 years ago
Roger A. Light
316f0be77a
Add post on test.mosquitto.org cert update.
5 years ago
Roger A. Light
f39bf49f90
Docker: update to 1.6.10.
...
Also:
* Update to alpine:3.12.
* Use openssl.
* Enable TLS-PSK.
* Remove obsolete 1.4.12 dockerfile.
5 years ago
Roger A. Light
8123e767de
Release post.
5 years ago
Roger A. Light
b5a98318c0
Merge branch 'fixes'
5 years ago
Roger A. Light
d95513ae15
Man pages generated as part of web page, so no need to copy.
5 years ago
Roger A. Light
cea0423e69
Update changelog and version.
5 years ago
Roger A. Light
6bd435d721
Fix possible assert crash associated with bridge reconnecting.
...
This only occurs when compiled without epoll support.
Closes #1700 . Thanks to Matthias Urlichs.
5 years ago
Martin Kelly
8d54aaef89
add a refcount to library init/cleanup
...
Add a refcount around mosquitto_lib_init and mosquitto_lib_cleanup so
that multiple calls to init/cleanup don't trigger memory leaks or
double-frees.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
5 years ago
Abilio Marques
22ffefe7f6
remove cjson stranded reference when building WITH_CJSON=no
...
Signed-off-by: Abilio Marques <abiliojr@gmail.com>
5 years ago
Roger A. Light
ce463c185b
Update changelog.
5 years ago
Martin Kelly
d103174b5c
correct mosquitto.h return code documentation
...
We currently erroneously claim that mosquitto_lib_init cannot fail,
while it can fail on Windows, if WSAStartup fails in net__init. Correct
this.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
5 years ago
Martin Kelly
61a50c60d2
add a refcount to library init/cleanup
...
Add a refcount around mosquitto_lib_init and mosquitto_lib_cleanup so
that multiple calls to init/cleanup don't trigger memory leaks or
double-frees.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
5 years ago
Roger A. Light
eae8c9aab4
Fix check when loading persistence file of a different version
...
Closes #1684 . Thanks to grekhss.
5 years ago
Roger A. Light
762ad432e8
Fix support for openssl 3.0
5 years ago
Roger A. Light
24049b1a1e
Fix mosquitto_sub %j or %J not working on Windows.
...
Closes #1674 . Thanks to amigian74.
5 years ago
Roger A. Light
c766bdfeb0
Display time out message only on SIGALRM.
5 years ago
Roger A. Light
b726e2f1ec
mosquitto_sub %j and %J timestamps are now in a ISO 8601 compatible format.
5 years ago
Roger A. Light
c343812c42
Improve client test for unexpected pubrel.
5 years ago
Roger A. Light
946257bf30
Remove spurious version heading.
5 years ago
Roger A. Light
e755827f4f
Free outgoing client messages even for non-bridges.
5 years ago
Roger A. Light
ee7d1981ff
Merge branch 'rfc-bridge-local-clean' of git://github.com/etactica/mosquitto into etactica-rfc-bridge-local-clean
5 years ago
Roger A. Light
d3247a830a
Fix memory leak when connecting clients are rejected.
5 years ago
Roger A. Light
bb0e5bb7d3
Add missing header.
5 years ago
Roger A. Light
b2e72a7e7c
Fix memory leaks only in tests.
5 years ago
Roger A. Light
bfc82ea91a
Fix incorrect check.
5 years ago
Roger A. Light
4960fc0702
Don't disconnect clients that are already disconnected.
...
This prevents the session expiry being extended on SIGHUP.
Closes #1521 . Thanks to Christoph Krey.
5 years ago
Roger A. Light
c5d6f32341
Be more tolerant when loading persistence files.
5 years ago
Roger A. Light
eeaafed485
Fix memory leak when connecting clients rejected.
5 years ago
Roger A. Light
ff2b111cb3
Fix minor memory leak when load bridge prefixes.
5 years ago
Roger A. Light
4392320bc3
Fix memory leak when cleaning all shared subs.
5 years ago
Roger A. Light
ea47f6b0dc
Clearer client disconnection message.
6 years ago
Roger A. Light
5908585afd
Fix mosquitto_passwd -b not updating passwords for existing users
...
Closes #1664 . Thanks to Leon Kiefer.
6 years ago
Roger A. Light
0296bd2e55
Update example Docker ports.
...
Port 9001 is used by Intel drivers on Windows, so some users are
suddenly seeing a problem.
Issue #1580 .
6 years ago
Roger A. Light
40bad1a999
Fix conversion warnings in client code
...
Issue #1653 .
6 years ago
Roger A. Light
3758e0c328
Fix mosquitto_passwd not being able to create pwfile with -b.
6 years ago
Roger A. Light
cef9d891ae
Tidy up main().
6 years ago
Roger A. Light
fdaeaee6dd
Fix test.
6 years ago
Roger A. Light
c72dd39f92
Allow MQTT v5.0 outgoing bridges to fall back to MQTT v3.1.1
...
This applies if connecting to a v3.x only broker.
6 years ago
Roger A. Light
3e9eae401e
Missing / in bridge remapping doc.
6 years ago
Roger A. Light
904284595f
Add missing test file.
6 years ago
Roger A. Light
21f203b91a
Don't treact unexpected PUBACK/COMP as fatal.
6 years ago
Roger A. Light
de25ff694e
Report invalid bridge prefix+pattern combinations at config parsing time
...
Rather than letting the bridge fail later.
Issue #1635 . Thanks to pokerazor.
6 years ago
Roger A. Light
f0deb9a5a1
CMake: Make building clients, broker and C++ library optional.
...
Issue #1641 .
6 years ago
Roger A. Light
4ab0f4bd39
Fix bundled deps option not being propagated to library.
...
Issue #1641 .
6 years ago
Roger A. Light
76248320d7
Travis: Use bionic distro.
6 years ago