Roger A. Light
|
20d2935d81
|
Fix date format in mosquitto_sub output.
Closes #2353. Thanks to Norman Rasmussen.
|
4 years ago |
Roger A. Light
|
a1a190b482
|
Pointless whitespace tidy.
|
4 years ago |
Roger A. Light
|
6028d0e33e
|
mosquitto_sub and mosquitto_rr now open stdout in binary mode on Windows
This is so binary payloads are not modified when printing.
Thanks to Steve Mullock.
|
4 years ago |
Roger A. Light
|
c8cd3590f1
|
Check for NULL.
|
4 years ago |
Roger A. Light
|
706a1f3f29
|
Fix more minor compiler warnings.
|
5 years ago |
Roger A. Light
|
a4389fc9ce
|
Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause.
The two licenses are the same.
|
5 years ago |
Roger A. Light
|
370cec5edd
|
Fixes for lots of minor build warnings highlighted by Visual Studio.
|
5 years ago |
Roger A. Light
|
791c63372b
|
Fix cjson include paths.
|
5 years ago |
Roger A. Light
|
6fe3279436
|
Build fixes from Windows changes.
|
5 years ago |
Roger A. Light
|
26ffe1300a
|
Various Windows build fixes.
|
5 years ago |
Roger A. Light
|
27967f8885
|
Prevent possible unitialised use.
|
5 years ago |
Roger A. Light
|
3731535298
|
Add SPDX license identifiers.
|
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 Light
|
5b4e4f047b
|
Fix mosquitto_sub JSON printing with empty payloads.
|
5 years ago |
Roger Light
|
ff2636b3ae
|
Build fix for Windows.
|
5 years ago |
Roger A. Light
|
c90e49af1b
|
Merge remote-tracking branch 'origin/fixes' into develop
|
5 years ago |
Roger A. Light
|
cd33670f6a
|
Fix build with WITH_CJSON=no
|
5 years ago |
Roger A. Light
|
bab8cc2a6b
|
mosquitto_sub now supports extra format specifiers.
These are for field width and precision for some parameters.
|
5 years ago |
Roger A. Light
|
1b060bb064
|
Guard against use-after-free.
Coverity Scan 1431131, 1431135, 1431141.
|
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
|
24049b1a1e
|
Fix mosquitto_sub %j or %J not working on Windows.
Closes #1674. Thanks to amigian74.
|
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
|
40bad1a999
|
Fix conversion warnings in client code
Issue #1653.
|
6 years ago |
Roger A. Light
|
0da723c1ec
|
Add `--random-filter` to mosquitto_sub.
|
6 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 Light
|
1c6666b63a
|
Add user-property output support to sub/rr.
|
6 years ago |
Roger A. Light
|
59c0bfe6e1
|
Add support for v5 property printing to mosquitto_sub/rr in non-JSON mode.
|
6 years ago |
Roger A. Light
|
9e4226622f
|
Add `--pretty` option to mosquitto_sub/rr
If active, this produces formatted JSON output rather than the normal
minimised output.
|
6 years ago |
Roger Light
|
e5237ae7e5
|
Add support for sub/rr v5 prop output in JSON mode
|
6 years ago |
Roger A. Light
|
ad5c2e11d9
|
Use cJSON for producing JSON output in clients.
Closes #1222. Thanks to Ben Barbour.
|
6 years ago |
Roger A. Light
|
7a33a129d6
|
Stop some error messages being printed even when `--quiet` was used.
Thanks to Rob de Jonge.
Closes #1284.
|
6 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
|
ce31269e05
|
Update changelog, bump version, bump copyright year.
|
7 years ago |
Roger A. Light
|
34293d07c1
|
Always print leading zeros in mosquitto_sub when output format is hex.
Closes #1066.
Thanks to skiizo.
Bug: https://github.com/eclipse/mosquitto/issues/1066
|
7 years ago |
Roger A. Light
|
88765a5e80
|
Consistent use of config.h across the project.
|
7 years ago |
Roger A. Light
|
e240a692a7
|
Fix compiling on Mac OS X <10.12 due to clock_gettime()
Closes #813 and #240.
Signed-off-by: Roger A. Light <roger@atchoo.org>
|
7 years ago |
Tifaifai Maupiti
|
4fc90248c5
|
Fix _POSIX_C_SOURCE : 199309L to 200809L
Signed-off-by: Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
|
8 years ago |
Roger A. Light
|
f4d238be18
|
Bump copyright years.
|
8 years ago |
Roger A. Light
|
40e6a75709
|
Use c99 as compiling standard.
Closes: #765.
|
8 years ago |
Roger A. Light
|
d55da837aa
|
Add %X for upper case hex printing.
|
8 years ago |
Roger A. Light
|
5cdfe3239c
|
Separate sub client output code into its own file.
|
8 years ago |