Roger A. Light
|
7ea73f6d60
|
Formatting: Forbid single line if statements
These hide cases from coverage checks
|
2025-09-17 12:48:02 +01:00 |
|
Roger A. Light
|
9fe8b95dcf
|
Refactor property functions to common static library.
|
2024-03-17 20:56:14 +00:00 |
|
Roger A. Light
|
b5c25cf1d0
|
Refactor memory functions to common static library.
|
2024-03-17 10:30:07 +00:00 |
|
Roger A. Light
|
d17a88d916
|
Refactor headers for easier discovery.
|
2023-12-23 12:59:58 +00:00 |
|
Roger A. Light
|
04ef5326db
|
Extend metrics to all packets.
Not published in $SYS, may be made available for plugins.
|
2023-06-28 22:03:14 +01:00 |
|
Roger A. Light
|
2501a64035
|
Merge branch 'master' into develop
|
2021-11-23 12:53:50 +00:00 |
|
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.
|
2021-11-15 22:29:19 +00:00 |
|
Roger Light
|
cd07f1136b
|
Bump copyrights.
|
2021-11-03 22:10:06 +00:00 |
|
Roger A. Light
|
f90e55bd36
|
Reduce memory allocations when sending packets.
|
2021-06-30 14:53:34 +01:00 |
|
Roger A. Light
|
a4389fc9ce
|
Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause.
The two licenses are the same.
|
2021-01-20 11:46:18 +00:00 |
|
Roger A. Light
|
3731535298
|
Add SPDX license identifiers.
|
2020-12-01 20:46:56 +00:00 |
|
Roger A. Light
|
584cf51ba7
|
Update to EPL-2.0
|
2020-11-25 17:34:21 +00:00 |
|
Roger A. Light
|
4f61f6c161
|
Fix conversion errors.
|
2020-10-17 01:23:08 +01:00 |
|
Roger A. Light
|
d96543c0b8
|
Merge branch 'fixes' into develop
|
2020-03-03 12:54:57 +00:00 |
|
Roger A. Light
|
b0a065f790
|
Update changelog. Release page. Bump copyright.
|
2020-02-27 23:26:58 +00:00 |
|
Roger A. Light
|
8463c33720
|
Refactor property remaining length calculation.
|
2019-10-03 10:36:24 +01:00 |
|
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
|
2019-03-16 10:05:38 +00:00 |
|
Roger A. Light
|
ce31269e05
|
Update changelog, bump version, bump copyright year.
|
2019-02-28 16:56:15 +00:00 |
|
Roger A. Light
|
66c1e2ccf0
|
Add mosquitto_unsubscribe_multiple(), plus tests.
|
2019-02-17 20:59:16 +00:00 |
|
Roger A. Light
|
7c3666d593
|
Subscription identifier support.
|
2018-12-20 15:32:43 +00:00 |
|
Roger A. Light
|
de3a9af1f7
|
Client+library support for unsubscribe properties.
|
2018-11-01 14:12:52 +00:00 |
|
Roger A. Light
|
636e813d1c
|
Load of constant renames ahead of making mqtt_protocol.h public.
|
2018-10-30 11:11:31 +00:00 |
|
Roger A. Light
|
b6c667689d
|
Write properties for all commands apart from AUTH.
|
2018-10-25 13:21:42 +01:00 |
|
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.
|
2018-10-10 12:42:27 +01:00 |
|
Roger A. Light
|
0bacff11df
|
Rename mqtt3_protocol.h -> mqtt_protocol.h.
|
2018-09-19 10:58:12 +01:00 |
|
Roger A. Light
|
88765a5e80
|
Consistent use of config.h across the project.
|
2018-08-16 11:14:51 +01:00 |
|
Roger A. Light
|
57ee8b92bc
|
Mac build fixes.
|
2018-04-16 11:48:42 +01:00 |
|
Roger A. Light
|
f4d238be18
|
Bump copyright years.
|
2018-04-11 15:24:29 +01:00 |
|
Roger A. Light
|
927c5d311b
|
Fix missing headers on mac.
|
2018-02-24 11:15:09 +00:00 |
|
Roger A. Light
|
017db6706f
|
Rename mosquitto_broker.h -> mosquitto_broker_internal.h
|
2016-07-08 10:10:04 +01:00 |
|
Roger A. Light
|
8378fe44cf
|
Update copyrights.
|
2016-07-08 09:42:24 +01:00 |
|
Roger A. Light
|
db2e66c543
|
Reorganise functions into separate files as appropriate.
|
2016-03-12 21:49:48 +00:00 |
|