aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.Garrett D'Amore2024-11-03
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* Remove the libnanomsg compatibility layerGarrett D'Amore2024-10-22
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* Drop the legacy listener option functionsGarrett D'Amore2024-10-06
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* fix testcase crash on NUTTX When log_buf is null for the first time. (#1844)小米-梅健2024-07-16
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* fixes #1588 TLS should log errorsGarrett D'Amore2024-04-14
* Convert UDP platform test to NUTS.Garrett D'Amore2024-02-25
* Disable (for now) the UDPv6 test.Garrett D'Amore2024-02-25
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* Use cstdio to avoid exception warning during build.Garrett D'Amore2024-01-27
* New CMAKE option NNG_ENABLE_COMPAT (defaults ON)Garrett D'Amore2024-01-27
* tests: assert in compat tests even in release modeGarrett D'Amore2024-01-25
* Don't use deprecated functions in test suite.Garrett D'Amore2023-12-29
* Skip URI parameters when serving a directory (http_server)Robert Bielik2023-08-23
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* fixes #1577 nng_stat_find_socket always returns the same stats nodeGarrett D'Amore2022-04-16
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* Bus socket converted to use lmq.Garrett D'Amore2021-12-27
* fixes #1522 tests/httpserver static handler response body format not correctGarrett D'Amore2021-12-07
* fixes #1346 windows ipc winsec fails frequently in CI/CDGarrett D'Amore2021-11-02
* fixes #1478 mbedTLS 3.0 is not API compatible with 2.xGarrett D'Amore2021-08-09
* Simplify the SP transport initialization process.Garrett D'Amore2021-07-31
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* Add test cases for nng_msg_reserve, etc. Convert message tests to NUTS.Garrett D'Amore2021-07-07
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* fixes #1398 integrate new acutest.h (#1400)Garrett D'Amore2021-01-03
* fixes #972 Very slow pull/push performance compared to ZMQGarrett D'Amore2020-12-27
* Convert list to new test framework; detached node fixes.Garrett D'Amore2020-11-24
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1353 Move recvmax test for IPC into ipc testGarrett D'Amore2020-11-15
* fixes #1351 Move IPC dialer and listener props tests into new test suiteGarrett D'Amore2020-11-15
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* fixes #1332 Test nng.ws failed, "Incorrect URL paths do not work"Garrett D'Amore2020-11-09
* Clean up some warnings.Garrett D'Amore2020-11-08
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #1312 the nng.compat_ws test fails *frequently*Garrett D'Amore2020-10-31
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #1167 zerotier needs a chkoptGarrett D'Amore2020-08-09
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08
* resolve warnings building testGarrett D'Amore2020-08-08
* Prefix all tests with PROJECT_NAME (#1276)Hugo Lindström2020-08-07
* Add test code for bug1247.Garrett D'Amore2020-07-27