open62541/tests
Alexander Bluhm 71770ba160 fix(client) connect iterate without timeout
Commit ef4394b114 may have fixed the
connect timeout, but it broke async connect without timeout.  That
made it impossible to continue processing during TCP handshake.
While the connect operation is in progress, the select system call
will return immediately if the timeout is 0.  Do not close the
connection in this case, but allow the application to call run_iterate()
again.  For the tests in the CI this makes no difference as connect
over Linux loopback interface succeeds immediately.
2022-07-24 08:28:47 +02:00
..
client fix(client) connect iterate without timeout 2022-07-24 08:28:47 +02:00
encryption test(core): fix sign-conversion compiler errors 2022-07-13 17:37:03 +02:00
fuzz fix(core): Allow out-of-memory during fuzzing (2nd try) 2022-03-31 22:08:55 +02:00
multithreading refactor(tests): Use only standard printf integer types 2022-03-27 10:56:27 +02:00
nodeset-compiler test(core): fix sign-conversion compiler errors 2022-07-13 17:37:03 +02:00
pubsub feat(test): Add a unit test for subscriptions with a status value 2022-07-22 17:08:19 +02:00
server test(core): fix sign-conversion compiler errors 2022-07-13 17:37:03 +02:00
testing-plugins test(core): fix sign-conversion compiler errors 2022-07-13 17:37:03 +02:00
check_chunking.c refactor(core): Don't generate headers with internal encoding functions 2021-08-16 10:21:51 +02:00
check_securechannel.c test(core): fix sign-conversion compiler errors 2022-07-13 17:37:03 +02:00
check_timer.c feat(pubsub): Support baseTime to timer callbacks 2021-03-10 20:53:04 +01:00
check_types_builtin_json.c fix(core): Fix encoding and decoding of very large JSON DateTime 2022-03-18 16:12:45 +01:00
check_types_builtin.c test(core): fix sign-conversion compiler errors 2022-07-13 17:37:03 +02:00
check_types_custom.c refactor(core): Don't generate headers with internal encoding functions 2021-08-16 10:21:51 +02:00
check_types_memory.c Revert "Merge branch 'master' into 1.3" 2021-12-18 14:34:34 +01:00
check_types_parse.c test: fix signedness compile errors 2020-05-29 08:10:37 +02:00
check_types_range.c fix(server): Fix array dimensions when copying range of variant (#5216) 2022-06-30 16:12:36 +02:00
check_utils.c refactor(core): Remove some long deprecated definitions 2021-11-13 20:26:02 +01:00
CMakeLists.txt fix(pubsub): Integrate the mqtt-c library as a Git submodule in 1.3 2022-06-14 11:36:55 +02:00
common.h feat(pubsub): pubsub configuration from binary file (#3806) 2020-09-01 09:29:37 +02:00
invalid_bit_types.bsd feat(core) Support for structures with optional fields and unions (#3503) 2020-05-02 10:20:10 +02:00
invalid_bit_types.csv feat(core) Support for structures with optional fields and unions (#3503) 2020-05-02 10:20:10 +02:00