aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* zerotier: removedGarrett D'Amore2024-12-26
* tests: convert http server test to NUTSGarrett D'Amore2024-12-06
* tests: convert files test to NUTSGarrett D'Amore2024-12-01
* tests: convert ipcsupp tests to NUTSGarrett D'Amore2024-11-30
* tests: convert tcpsupp test to NUTSGarrett D'Amore2024-11-30
* tests: convert scalability test to NUTSGarrett D'Amore2024-11-30
* tests: convert nonblock test to NUTSGarrett D'Amore2024-11-30
* tests: convert synch test to NUTS.Garrett D'Amore2024-11-30
* tests: convert ws transport test to NUTSGarrett D'Amore2024-11-30
* tests: convert TCPv6 transport test to NUTS (and consolidate with v4)Garrett D'Amore2024-11-30
* tests: tcp test converted to NUTSGarrett D'Amore2024-11-30
* tests: inproc converted to NUTSGarrett D'Amore2024-11-30
* tests: Convert device test to NUTSGarrett D'Amore2024-11-30
* tests: req stress test converted to NUTSGarrett D'Amore2024-11-30
* tests: multistress test converted to NUTSGarrett D'Amore2024-11-30
* tests: Convert pipe test suite to NUTSGarrett D'Amore2024-11-30
* Converted options supplemental test to NUTSGarrett D'Amore2024-11-23
* drop legacy reqctx test - already covered in nuts testsGarrett D'Amore2024-11-23
* Remove pollfd test - covered in protocol testsGarrett D'Amore2024-11-23
* Remove the ipc legacy test - everything is covered in the new suite.Garrett D'Amore2024-11-23
* tests: Avoid NNG_OPT_TLS in pipe transport testGarrett D'Amore2024-11-23
* Select transport using raw URL string.Garrett D'Amore2024-11-22
* TCPv6 test suite fixes for addresses.Garrett D'Amore2024-11-18
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* Remove untyped stream option functions.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* 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