Roger A. Light
77813949e7
Test for Will property usage.
6 years ago
Roger A. Light
9459269a6f
Fix Will message not allowing user-property properties.
6 years ago
Roger A. Light
127b6a3d91
Fix -L url parsing.
...
Closes #1248 . Thanks to Andrew J Freyer.
6 years ago
Roger A. Light
ccded567a5
Fix crash after client has been unable to connect to a broker
...
This is part of the cleanup routine when the client is already exiting.
Closes #1246 . Thanks to Christoph Krey.
6 years ago
Roger A. Light
f41cca8152
Fix access after free when v5 client with Will message disconnects.
...
The Will message has as its first property one of content-type,
correlation-data, payload-format-indicator, or response-topic.
Closes #1244 . Thanks to Christoph Krey.
6 years ago
Roger A. Light
4e72cae004
Fix build for WITH_TLS=no.
...
Closes #1250 . Thanks to bmparr.
6 years ago
Roger A. Light
c99f46ac2b
Update Docker image for 1.6.1.
6 years ago
Roger A. Light
93b598d8e7
Bump version number, update webpage.
6 years ago
Roger A. Light
5bda2db5c4
Use CMAKE_INSTALL_* variables when installing in CMake.
...
Closes #1049 . Thanks to Greg Troxel.
6 years ago
Roger A. Light
9664a6b251
Don't call ldconfig in CMake scripts.
...
Closes #1048 . Thanks to Greg Troxel.
6 years ago
Roger A. Light
e381581a49
Document notifications better. Closes #1188 .
6 years ago
Roger A. Light
86ba51a33c
Build fixes around CFLAGS et al.
...
- Split CFLAGS and CPPFLAGS, and LDFLAGS and LDADD/LIBADD.
- test/unit now respects CPPFLAGS and LDFLAGS.
Closes #1232 . Thanks to Greg Troxel.
6 years ago
Roger A. Light
f6289e2443
Document bundled dependencies and how to disable.
...
Closes #1231 . Thanks to Greg Troxel.
6 years ago
Roger A. Light
b3ba0a7901
Add `make check` and document testing procedure.
...
Also support test target in cmake.
6 years ago
Roger A. Light
d413801c26
Fix rr description.
6 years ago
Roger A. Light
ee20d7c634
Order options in example mosquitto.conf.
6 years ago
Roger A. Light
793cb9f649
Document `memory_limit` option.
6 years ago
Roger A. Light
a4b5ea05e3
Remove incorrect and unused memory limiting code.
6 years ago
Roger A. Light
a50e13a131
Website update
...
New eclipse logo
Stickers no longer available due to Moo API going.
Fix manpage generation.
Add rr manpage
Update version support on index.
6 years ago
Roger A. Light
f22a137938
Fix compilation on musl C systems due to missing sys/time.h header.
...
Thanks to maxice8.
6 years ago
Ken Restivo
2a1cbaf34a
Fix comment
6 years ago
Roger Light
4558f036d2
Merge remote-tracking branch 'origin/master' into debian
6 years ago
Roger A. Light
84cea3005d
Bump packaging to 1.6.4.
6 years ago
Roger A. Light
c118fb64a0
Add --retry 30 to mosquitto.init
7 years ago
Roger A. Light
2eeb01ce8c
Update Debian official packaging for 1.5.8.
7 years ago
Roger A. Light
2c954b8f03
Merge tag 'v1.5.8' into debian
7 years ago
Roger A. Light
46c673664f
Update Debian official packaging for 1.5.7.
7 years ago
Roger A. Light
580fb8bd63
Merge tag 'v1.5.7'
...
Conflicts:
CMakeLists.txt
ChangeLog.txt
config.mk
installer/mosquitto.nsi
installer/mosquitto64.nsi
lib/mosquitto.h
set-version.sh
snap/snapcraft.yaml
src/persist.c
7 years ago
Roger A. Light
a8c0e5a255
Update Debian official packaging for 1.5.6.
7 years ago
Roger A. Light
b5b9f0f6b6
Merge tag 'v1.5.6' into debian
7 years ago
Roger A. Light
4555ee79e5
Web page update.
7 years ago
Roger A. Light
17eae08c5e
Test build fixes.
7 years ago
Roger A. Light
4dcd977932
Windows build fixes.
7 years ago
Roger A. Light
947218c975
Fix build when external utlist not available.
7 years ago
Roger A. Light
449103e960
Merge remote-tracking branch 'refs/remotes/origin/fixes'
...
Conflicts:
ChangeLog.txt
7 years ago
Roger A. Light
56757df512
Bump version and changelog details.
7 years ago
Roger A. Light
3e6cb42a40
Fix minor Coverity issues
...
1400727 - unused value
1400726 - dereference after null check
1400728 - derefence before null check
7 years ago
Roger A. Light
689989cc56
Fix inflight quota inc/dec for both broker and library.
7 years ago
Roger A. Light
9372f425b9
Remove debug statements.
7 years ago
Roger A. Light
f42a72b46b
Deprecation warnings for C++ wrapper.
7 years ago
Roger A. Light
6438ce861e
Minor build variant fixes.
7 years ago
Roger A. Light
2844256087
Don't allow mac build failures.
7 years ago
Roger A. Light
810940dd5d
Fix mosquitto_rr cmake build.
7 years ago
Roger A. Light
32fde3885c
Fix missing errors for websockets.
7 years ago
Roger A. Light
8531cb1d79
Separate broker message queues into in/out.
...
This allows and includes better flow control handling for QoS>0.
7 years ago
Roger A. Light
baf1909ffb
Improve some messages when client disconnects.
7 years ago
Roger A. Light
fb1979c0ea
Fix build on SmartOS due to missing IPV6_V6ONLY.
...
Thanks to Matt Ingenthron.
Closes #1212 .
7 years ago
Roger A. Light
cba3380b98
Fix mosquitto_sub encoding of special characters with %j format.
...
Thanks to Ben Barbour.
Closes #1220 .
7 years ago
Roger A. Light
5b7b5ea158
Ignore some valgrind output files.
7 years ago
Roger A. Light
cd8f12f68a
Improve some client error messages.
7 years ago