fpagliughi
|
1bb2e691e1
|
- Removed unnecessary _WIN64 conditional checks
- Fixed some conditional compilation using (WIN32) to (_WIN32)
|
2025-01-09 16:09:38 -05:00 |
Ian Craggs
|
69c694227d
|
Fix some compile warnings (on Windows build)
|
2024-12-26 16:17:27 +00:00 |
Ian Craggs
|
7fabf60235
|
Fix compile warnings about no function prototype
|
2024-04-02 16:06:38 +01:00 |
Ian Craggs
|
332662ec6a
|
Remove compile warnings in tests
|
2020-10-27 20:09:51 +00:00 |
Ian Craggs
|
e4c3757524
|
Update tests to remove compile warnings on Ubuntu 20.04
|
2020-10-02 15:55:42 +01:00 |
Ian Craggs
|
09b582ebff
|
More HA test fixes
|
2020-07-02 23:10:33 +01:00 |
Ian Craggs
|
ced9e40a8c
|
Fix tests as part of #640
|
2020-06-10 22:47:59 +01:00 |
Ian Craggs
|
9fef662fa6
|
Some extra work for #640 - don't clean message queue on session present 0
|
2020-06-10 16:34:55 +01:00 |
Ian Craggs
|
97f469eee4
|
Don't remove queued messages on state cleanup #640
|
2020-06-08 16:14:50 +01:00 |
Ian Craggs
|
1e91229cb6
|
Update license from EPL v1 to v2
|
2020-04-06 13:27:50 +01:00 |
fpagliughi
|
fbd38b16cf
|
#368 Add underscores to Windows compiler macro checks, _WIN32 and _WIN64
Signed-off-by: fpagliughi <fpagliughi@mindspring.com>
|
2020-01-25 10:38:18 -05:00 |
Ian Craggs
|
87a3f3d746
|
Merge branch 'master' into develop
|
2019-11-28 11:33:22 +00:00 |
Ian Craggs
|
2b3f90ac10
|
Improve pending tokens test
|
2019-11-28 11:25:31 +00:00 |
Ian Craggs
|
85049c3b78
|
Correct persisting of pubrel received publish messages in MQTT V5
|
2019-11-27 13:45:04 +00:00 |
Ian Craggs
|
35916d2207
|
Remove assertion which cannot be guaranteed to be true
|
2019-11-27 13:41:30 +00:00 |
Ian Craggs
|
ac3ae38069
|
Correct persisting of pubrel received publish messages in MQTT V5
|
2019-11-26 14:20:17 +00:00 |
Ian Craggs
|
028fa7727a
|
Improve test45 no 7 reliability
|
2019-10-01 13:17:58 +01:00 |
Ian Craggs
|
6fdcc7bd2b
|
Debug test45 pending-tokens
|
2019-08-02 17:10:31 +01:00 |
Ian Craggs
|
bc7fca4227
|
Final persistence test #534
|
2018-09-07 11:44:41 +01:00 |
Ian Craggs
|
b4039d9963
|
Some more persistence changes along with tests #534
|
2018-09-07 11:32:25 +01:00 |
Ian Craggs
|
96ac7e1267
|
Fix Windows build and make tests more reliable #534
|
2018-09-06 15:55:44 +01:00 |
Ian Craggs
|
296fe57cd2
|
MQTT V5 persistence updates #534
|
2018-09-05 22:13:40 +01:00 |
Ian Craggs
|
7448d7bfa0
|
Eliminate some Windows compile warnings
Please enter the commit message for your changes. Lines starting
|
2018-08-16 19:14:00 +01:00 |
Ian Craggs
|
992af7ac02
|
Update documentation #503
|
2018-08-01 20:01:12 +01:00 |
Ian Craggs
|
d57c84b5cb
|
Add QoS 2 error reporting #466
|
2018-06-27 16:37:40 +01:00 |
Ian Craggs
|
35080b1158
|
Report reason codes and properties back from un/subscribe #467
|
2018-06-25 23:35:34 +01:00 |
Ian Craggs
|
2bc9c403d4
|
MQTTV5 flow control (receive maximum)
|
2018-06-21 20:13:39 +01:00 |
Ian Craggs
|
ede005c41d
|
Async client specific test for client topic aliases
|
2018-06-08 19:35:03 +01:00 |
Ian Craggs
|
77cc4fb960
|
Add cleanstart and session expiry to async test/client
|
2018-05-04 17:56:48 +01:00 |
Ian Craggs
|
ced0d0ef45
|
Make all tests in test45.c work with MQTT 5
|
2018-05-03 17:55:08 +01:00 |
Ian Craggs
|
167278c0a8
|
First pass at MQTTAsync - sending V5 packets and receiving responses
|
2018-04-27 22:26:23 +01:00 |