Nikolay Raspopov
|
71845d28ac
|
Fixed some VS2017 compilation error and warnings (#1916)
* Fixed some VS2017 compilation errors and warnings.
Signed-off-by: raspopov <raspopov@cherubicsoft.com>
|
5 years ago |
Roger A. Light
|
828e7ae130
|
More conversion fixes.
|
5 years ago |
Roger A. Light
|
3731535298
|
Add SPDX license identifiers.
|
5 years ago |
Roger A. Light
|
0c22f475ff
|
Fix bridges incorrectly setting Wills to manage remote notifications.
This is for when `notifications_local_only` was set true.
Closes #1902. Thanks to marcinkowskip.
|
5 years ago |
Roger A. Light
|
584cf51ba7
|
Update to EPL-2.0
|
5 years ago |
Roger A. Light
|
d26534e22b
|
Fix Coverity scan issues.
1302840
1353078
1431131
1431134
1431135
1436826
1436827
1436828
1436830
1436831
1436834
1436835
1436838
1436839
1436840
1436844
1436846
1436853
1436854
1436859
1436860
1436861
1436863
1436867
|
5 years ago |
Roger A. Light
|
4f61f6c161
|
Fix conversion errors.
|
5 years ago |
Roger A. Light
|
d96543c0b8
|
Merge branch 'fixes' into develop
|
6 years ago |
Roger A. Light
|
b0a065f790
|
Update changelog. Release page. Bump copyright.
|
6 years ago |
Roger A. Light
|
d003fed383
|
MQTT v5 bridges can handle "retain-available" being false.
|
6 years ago |
Roger A. Light
|
b660283e64
|
Basic MQTT v5 support for bridges.
This gives equivalent behaviour as for v3.1.1/v3.1 bridges, there is no extra functionality yet.
|
6 years ago |
Roger A. Light
|
8463c33720
|
Refactor property remaining length calculation.
|
6 years ago |
Roger A. Light
|
4253eca81c
|
Fix memory leak when setting v5 properties in mosquitto_connect_v5()
|
6 years ago |
Roger A. Light
|
b4dfeb3767
|
Fix MQTT v5 clients not being able to specify a password without a username.
Thanks to Erik Moqvist.
Closes #1274.
|
6 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
|
320ddc1303
|
Merge branch 'master'
Conflicts:
CMakeLists.txt
ChangeLog.txt
client/Makefile
config.mk
installer/mosquitto.nsi
installer/mosquitto64.nsi
lib/mosquitto.h
lib/mqtt3_protocol.h
lib/util_mosq.c
set-version.sh
snap/snapcraft.yaml
src/bridge.c
src/database.c
src/handle_connack.c
src/loop.c
src/persist.c
test/broker/Makefile
|
7 years ago |
Roger A. Light
|
ce31269e05
|
Update changelog, bump version, bump copyright year.
|
7 years ago |
Roger Light
|
67c1d4453e
|
Receive maximum support for clients.
|
7 years ago |
Roger A. Light
|
7c3666d593
|
Subscription identifier support.
|
7 years ago |
Roger A. Light
|
fda66e8311
|
Add broker test for assigned client id.
|
7 years ago |
Roger A. Light
|
f77c1ca91b
|
private struct mqtt5__property -> public mosquitto_property.
|
7 years ago |
Roger A. Light
|
12cba75c73
|
Client support for adding properties.
|
7 years ago |
Roger A. Light
|
ba874c6014
|
Merge branch 'mqtt5' of gitlab.com:ralight/mosquitto-private into mqtt5
|
7 years ago |
Roger A. Light
|
636e813d1c
|
Load of constant renames ahead of making mqtt_protocol.h public.
|
7 years ago |
Roger A. Light
|
5aa983c210
|
Fix copy/paste error.
|
7 years ago |
Roger A. Light
|
b6c667689d
|
Write properties for all commands apart from AUTH.
|
7 years ago |
Roger A. Light
|
0baf358cf8
|
Add properties member to will struct.
|
7 years ago |
Roger A. Light
|
8210c1fa7a
|
All outgoing packets now write property length for MQTT 5.
At the moment this only writes a 0 property length, i.e. no properties.
It does mean that output packets are more correct than before.
|
7 years ago |
Roger A. Light
|
561513fdd4
|
Very simple v5 CONNECT support - no properties.
|
7 years ago |
Roger A. Light
|
99c6ec7f6e
|
Protocol name will never be changed from MQTT.
|
7 years ago |
Roger A. Light
|
0bacff11df
|
Rename mqtt3_protocol.h -> mqtt_protocol.h.
|
7 years ago |
Roger A. Light
|
88765a5e80
|
Consistent use of config.h across the project.
|
7 years ago |
Roger A. Light
|
57ee8b92bc
|
Mac build fixes.
|
8 years ago |
Roger A. Light
|
f4d238be18
|
Bump copyright years.
|
8 years ago |
Roger A. Light
|
91b308a11d
|
Merge branch 'master' into develop
|
9 years ago |
Roger A. Light
|
017db6706f
|
Rename mosquitto_broker.h -> mosquitto_broker_internal.h
|
9 years ago |
Roger A. Light
|
8378fe44cf
|
Update copyrights.
|
9 years ago |
Roger A. Light
|
db2e66c543
|
Reorganise functions into separate files as appropriate.
|
10 years ago |