aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* api: remove old protocol headersGarrett D'Amore2025-01-04
* cmake: remove unused compat test macroGarrett D'Amore2025-01-04
* sha1: move this to private websocket APIGarrett D'Amore2025-01-01
* protocols: move content from the protocols to nng.hGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* 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