Commit Graph

377 Commits

Author SHA1 Message Date
Ian Craggs 69c694227d Fix some compile warnings (on Windows build) 2024-12-26 16:17:27 +00:00
Ian Craggs 25bca9dd55 Add test for calling onFailure when removing queued publish #1542 2024-12-20 08:43:38 +00:00
Ian Craggs e84b19bab0 Fix compile warnings 2024-04-18 14:04:46 +01:00
Ian Craggs 6e6488d908 Merge branch 'master' of github.com:marcfir/paho.mqtt.c into marcfir-develop 2024-04-17 11:24:08 +01:00
Ian Craggs bcbe0f10ae
Merge pull request #1428 from fpagliughi/cmake-update
CMake cleanup, bump to v3.5, and submodule improvements
2024-04-02 16:15:41 +01:00
Ian Craggs 7fabf60235 Fix compile warnings about no function prototype 2024-04-02 16:06:38 +01:00
marcfir 24869259a4
Support build against LibreSSL 2024-02-16 10:03:13 +00:00
fpagliughi a1837f44f5 Added namespace aliased library targets for subdirectory builds 2023-12-03 21:09:59 -05:00
fpagliughi 80feb203c8 Fixed formatting in CMake files. 2023-12-03 20:39:06 -05:00
Ian Craggs afb5e871ba Rename public Threading functions to avoid clashes #1313 2023-10-10 12:20:56 +01:00
Ian Craggs 5ce322200d Free some allocated test memory 2023-05-25 10:04:48 +01:00
Ian Craggs 08132d4cd7 Correct some memory accesses 2023-05-17 17:59:10 +01:00
Ian Craggs f8c1e0dbed Update expired TLS certificates 2023-04-13 15:55:13 +01:00
fpagliughi cfc5aaa3bf Added documentation for mqtt:// and mqtts:// protocols. Changed some tests and samples to use them. 2022-09-27 20:26:30 -04:00
Ian Craggs bb7bd8f751 Remove debug from CI tests 2022-07-02 18:20:55 +01:00
Ian Craggs 6ef109dbfb Change trace level 2022-07-01 12:03:40 +01:00
Ian Craggs 90ef1087fb Add test trace debug 2022-07-01 11:41:33 +01:00
Ian Craggs 17fd7a8446 Add some assertions to test5 2022-06-30 19:31:24 +01:00
Ian Craggs e065cd28d1 Add debug for some tests 2022-06-30 18:46:16 +01:00
Ian Craggs 6af66f31e2 Update tests so they don't try to assign a now invalid value #1193 2022-03-07 20:30:59 +00:00
Ian Craggs 487d3a574f Remove test8 extra trace 2022-02-09 10:51:50 +00:00
Ian Craggs 7004cb8a28 Fix test8 and remove debug printfs 2022-02-09 10:49:39 +00:00
Ian Craggs fa410ae37d More test8 debug 2022-02-08 21:44:34 +00:00
Ian Craggs be636e0b84 Add test8 debug 2022-02-08 17:51:38 +00:00
Ian Craggs 51559f5224 Debug variation 2022-02-07 14:53:04 +00:00
Ian Craggs 9f5a4a322d More debugging 2022-02-07 10:01:35 +00:00
Ian Craggs af76f620fa Narrow down test debug 2022-02-06 22:38:54 +00:00
Ian Craggs 140418771c Some more test adjustments 2022-02-06 17:03:12 +00:00
Ian Craggs 8d1aa132c2 Add further poll debug 2022-02-06 15:07:20 +00:00
Ian Craggs 6a68f4420c Add test debug and lengthen some timeouts 2022-02-06 13:07:36 +00:00
Ian Craggs 333bc57ffe Add some debugging 2022-02-05 19:52:54 +00:00
Ian Craggs a43528ba96 Use poll instead of select #1033 2022-02-04 17:23:56 +00:00
Ian Craggs d5b1f6a686 Add a loop in test15 test 4 to allow more time for protocol exchanges to complete 2022-01-28 17:01:58 +00:00
Ian Craggs b79bcf0d40 Update out of date mqtt server hostnames 2022-01-27 16:41:46 +00:00
Ian Craggs d1744cca8e Shorten message size for test8/test8 2021-09-13 15:22:03 +01:00
Ian Craggs 490873f229 Test8 debug 2021-09-13 14:57:13 +01:00
Ian Craggs 3d62381aad Better test debug 2021-09-13 14:22:25 +01:00
Ian Craggs 8f649286eb Debug test 2021-09-13 13:45:35 +01:00
Ian Craggs c0df8e7c22 Add test for blocked acks 2021-09-13 12:39:20 +01:00
Ian Craggs ef9b4c7cc6 LOG_ERROR trace level and trace default for HIGH_PERFORMANCE #1026 2021-05-04 17:38:43 +01:00
Vadim Kretov 14bb523bce Move CloseHandle() call into Thread_start(), now Thread_start() is void function
Signed-off-by: Vadim Kretov <vadim.kretov@gmail.com>
2021-01-21 17:53:24 +03:00
Ian Craggs 8c80329ff8 Clean up some deprecation warnings in tests 2020-10-28 10:50:21 +00:00
Ian Craggs 332662ec6a Remove compile warnings in tests 2020-10-27 20:09:51 +00:00
Ian Craggs 2af94943bb Update test to avoid MQTT 3.1 when using proxy 2020-10-15 17:45:04 +01:00
Ian Craggs e4c3757524 Update tests to remove compile warnings on Ubuntu 20.04 2020-10-02 15:55:42 +01:00
Ian Craggs 56bdc829f5 Remove buffer overflow compile warnings 2020-10-02 14:07:16 +01:00
Ian Craggs 54a764f1a7 Some persistence test updates 2020-09-30 16:20:40 +01:00
Ian Craggs 860cdc5050 Fix up test_persistence 2020-09-04 11:30:52 +01:00
Ian Craggs 98554a3225 Add a persistence test for large number of messages 2020-09-02 17:18:25 +01:00
Ian Craggs 153dfd3a4a Remove non-windows code in test5 2020-08-05 15:31:05 +01:00