Commit Graph

654 Commits (fa92db5480c9171abd5a0d425354aa2ff58f9d5e)

Author SHA1 Message Date
Roger A. Light 71e87c7561 Some support for running broker sequence tests over websockets 3 years ago
Roger A. Light d72e1c4949 Add `mosquitto_property_remove`
This isfor removing properties from property lists.
3 years ago
Roger A. Light 365f7047af Message out event should be able to deny publishes. 3 years ago
Roger A. Light c0b7f54ac1 Fuzzing: db_dump file loading 3 years ago
Roger A. Light ff8cac9fa7 Test: v5 subscribe with all options set. 3 years ago
Roger A. Light dcbbf71cb2 Coverity suppressions 3 years ago
Roger A. Light 529e567ead Fix Coverity Scan 1504066 3 years ago
Roger A. Light fd330de080 client_id -> clientid rename. 3 years ago
Roger A. Light 0dc1fa5a49 Rejig SUBSCRIBE and UNSUBSCRIBE plugin event structs. 3 years ago
Roger A. Light 3e17494d34 Rename topic -> topic_filter in events. 3 years ago
Roger A. Light 9ef6c49266 Renaming and adding tests. 3 years ago
Abilio Marques 1677d1aed2 allow message modification on output
Signed-off-by: Abilio Marques <abiliojr@gmail.com>
3 years ago
Roger A. Light 5364410615 Rename members 3 years ago
Roger A. Light 7013a3502d Refactor client_msg structs 3 years ago
Roger A. Light 331e802913 Rename mosquitto_client_msg -> mosquitto__client_msg 3 years ago
Roger A. Light 3634f18bc9 Refactor subscription structs 3 years ago
Roger A. Light 86ec8c6169 Factor out unneeded argument 3 years ago
Roger A. Light 100fd31530 Refactor base_msg structs. 3 years ago
Roger A. Light 2d969efdc4 Fix cmake tests 3 years ago
Roger A. Light 2928ca41f4 Temporary disable CI failing test 3 years ago
Roger A. Light 92452aa37c Test for dhparamfile use. 3 years ago
Roger A. Light 291e46bb1a Attempt to fix CI specific failure. 3 years ago
Roger A. Light 343a984083 Big rejig of library tests
Includes full consistency between C/C++ library tests
3 years ago
Roger A. Light 2e36d523c8 Rename mosquitto_base_msg -> mosquitto__base_msg 3 years ago
Roger Light 9ee1dc5294
Merge pull request #2712 from NorbertHeusser/cleanup-include-guards
Cleanup of include guard defines
3 years ago
Roger A. Light 2e4db3aa2a Improve test/client/02-subscribe-format-json-properties.py 3 years ago
Norbert Heusser ba5f8eb448 Cleanup of include guard defines
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Roger A. Light d7833c8dcb Test websockets with large payload >65535 bytes 3 years ago
Roger A. Light 985824da8d Test socks with ipv4 address 3 years ago
Roger A. Light 04ccf1cb6c Add test for subjectAltName usage. 3 years ago
Roger Light ac5dfca52a
Merge pull request #2703 from NorbertHeusser/makefile-improvements
Makefile improvements
3 years ago
Norbert Heusser 170cd85cec Add target test-compile to all Makefile to allow tests in plugin folders
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser 120bfb33b9 Enable test-ws.sh in test/client
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser 8a07110cef Moved python tests inside test/apps to subfolder per app
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser c834868cfa Add missing cleanup of test/appss folder to test/Makefile
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Roger A. Light d15c6bd7ef Fix unitialised value and incorrect loop. 3 years ago
Roger A. Light fc84340820 Add mosquitto_unsubscribe2_v5_callback_set 3 years ago
Roger A. Light 7419aa7530 Add more lib msg sequence tests 3 years ago
Roger A. Light 94b366b5e7 Start of message sequence "fuzzish" tests for library 3 years ago
Roger A. Light 3a9441122c Code for replaying failed sequence tests to make debugging easier 3 years ago
Roger A. Light 1f0d7a8064 Per group global test settings 3 years ago
Roger A. Light 5c0cfade12 Add http origin checking to built in websockets. 3 years ago
Roger A. Light 1e0a07ba5a Add missing int to string conversions. 3 years ago
Roger A. Light ba665a3477 Unsubscribe-v5 test should use properties 3 years ago
Roger A. Light 99c49d3d39 Remove duplicate tests. 3 years ago
Roger A. Light b6de597127 subscribe_simple helper test 3 years ago
Roger A. Light 529cd609ba Test improvements. 3 years ago
Roger A. Light 3d5309a622 Complicated config test. 3 years ago
Roger A. Light 06f4b09ae3 Test fixes and bridge leak fixes. 3 years ago
Roger A. Light c1edce8df8 Plugin loading. 3 years ago