Commit graph

90 commits

Author SHA1 Message Date
a644c1c4d4 Bugfix: Remove all memory leaks detected by a valgrind run 2018-10-04 02:42:33 +02:00
1c2939c7ee Stabilize tests when run through cmake check on linux 2018-10-04 02:41:49 +02:00
253eeed919 Add Coverage report 2018-08-06 02:44:43 +02:00
40faa2e8cf Bugfix: Multiple packets in buffer handling was broken 2018-08-06 02:35:00 +02:00
636840641e Try something for linux stuck test 2018-08-06 02:17:39 +02:00
e260a906f8 Bugfix: Memory leak on reconnect if there were QoS or SubAck packets in queue 2018-08-06 01:47:30 +02:00
65f8dd49eb Implement server->client QoS
Re #20
2018-08-06 01:46:58 +02:00
790ddec60e Implement server reconnect
Re #2
2018-08-05 23:58:50 +02:00
ec578f0dbd Bugfix: WSACleanup destroys ability to create a new socket 2018-08-05 23:56:55 +02:00
414bf7238d More warnings eliminated on windows 2018-08-05 19:00:50 +02:00
57d765acd9 Bugfix: Wrongly remembered visibility parameter 2018-08-05 18:48:47 +02:00
61f0bc880e Hide all symbols that are not explicitly exported in release builds 2018-08-05 18:45:16 +02:00
fffcd3500d Fix linux warnings 2018-08-05 18:39:15 +02:00
5f3becb99c Fix some warnings 2018-08-05 18:24:46 +02:00
b26cf9d917 Finish port to windows
Fix all problems on windows port, add build instructions to Readme
2018-08-05 18:24:35 +02:00
ccd0ea3bf8 Port to MSVC/Windows
The encode and decode packet tests do not work currently as the compiler does not like the test harnish.

connect - publish and connect - subscribe work though and seem to not crash for now.
It is possible that the mqtt.dll is not working correctly right now, possibly the exports are not right.

Re #21
2018-08-05 02:28:38 +02:00
Johannes Schriewer
6d86f81894 Add _unused macro to publish and subscribe tests 2018-08-03 18:43:48 +02:00
Johannes Schriewer
1981e1a104 Implement keepalive
currently relatively dumb, as the timer does not get reset when
a regular packet is sent.

Re #9
2018-08-03 18:42:48 +02:00
e508c4e28d Switch completely to CMake for linux build, update Readme 2018-08-01 02:07:54 +02:00
6c5e517838 Add all tests to VSCode settings to be able to run the debugger on them 2018-08-01 01:55:55 +02:00
24b9d6c3c6 Eliminate -Wextra warnings 2018-08-01 01:55:32 +02:00
e5ca2d8578 Update build system 2018-08-01 01:55:03 +02:00
Johannes Schriewer
73a810ac18 Add fixme, remove copy and paste error 2018-07-31 19:24:41 +02:00
Johannes Schriewer
0be28a49d4 Refactor and cleanup platform support
Re #15
2018-07-31 19:18:43 +02:00
Johannes Schriewer
cd89a74ff6 Remove debug.c as it is empty 2018-07-31 18:09:52 +02:00
Johannes Schriewer
52fa3af97f Add CMakeLists.txt 2018-07-31 17:43:05 +02:00
Johannes Schriewer
a9ecc71ad6 Disable buffered stdout for test files 2018-07-31 17:42:20 +02:00
Johannes Schriewer
83aa7e5231 Build header file from template, create 'dist' target 2018-07-31 17:41:46 +02:00
ac648d7efb Update readme 2018-07-31 01:19:06 +02:00
b9c8b5c8ce Bug: Server Publish messages are not correctly acknowledged 2018-07-31 01:14:33 +02:00
7c3215efcf Implement tests for publish QoS handling and fix found bugs.
Re #1
2018-07-31 01:13:08 +02:00
77c86c2f52 Bugfix: Decoding for QoS 0 publish was wrong too
Re #19
2018-07-31 00:33:25 +02:00
eaecdbe36c Bugfix: Payload encoding for PUBLISH on QoS 0
Re #19
2018-07-31 00:18:13 +02:00
9e41ff3497 Increase coverage 2018-07-30 23:27:00 +02:00
7a2f11d76b Hide server-only functionality for client builds and vice versa.
Coverage and Test targets forcefully enable both sides to do their things.

Re #17
2018-07-30 23:25:55 +02:00
7123331e6d Remove unused code 2018-07-30 23:24:59 +02:00
31840ad65d Improvement: Clean up duplicated code
Re #18
2018-07-30 22:49:55 +02:00
315e45803f Bugfix: Expose config to error handler to be able to change and reconnect
Re #16
2018-07-30 22:34:28 +02:00
745485dde3 Cleanup 2018-07-30 22:27:27 +02:00
8361040aec BUGFIX: Wat?! Ok this was clearly copy and paste... 2018-07-30 22:27:00 +02:00
dfd0a9fddf Bugfix: Do not use packet_id zero
Re #12
2018-07-30 22:26:32 +02:00
afc0d3aa27 Bugfix: Do not allow DUP flag for QoS 0
Re #11
2018-07-30 22:20:10 +02:00
254194dfc6 Add client id sanity check
Re #10
2018-07-30 22:13:37 +02:00
9b89eba536 Set last will in publish test to increase coverage 2018-07-30 22:06:47 +02:00
0a56f00222 Better error logging 2018-07-30 22:06:32 +02:00
cfd8934779 Bugfix: Implement last will correctly, fix some QoS handling and allow for clean session
Re #4
2018-07-30 22:04:54 +02:00
82ea7853e8 BUGFIX: Handling incomplete buffers was totally wrong 2018-07-30 22:03:33 +02:00
7bb1aee889
Grammatical error 2018-07-30 11:53:41 +02:00
1d8ee1c128
Create LICENSE 2018-07-30 01:54:49 +02:00
c4c8a86eec Missing information for embedded targets 2018-07-30 03:50:33 +02:00