aboutsummaryrefslogtreecommitdiff
path: root/src/core/sock_test.c
Commit message (Expand)AuthorAge
* tests: add listener and dialer testsGarrett D'Amore2024-11-23
* listener: add listener_create_url and listen_urlGarrett D'Amore2024-11-23
* core: remove NNG_OPT_URL entirelyGarrett D'Amore2024-11-23
* test: sock_test should not use NNG_OPT_URLGarrett D'Amore2024-11-23
* remove NNG_OPT_SOCKNAME (and socket names altogether)Garrett D'Amore2024-11-17
* Remove NNI_TYPE_OPAQUE altogether.Garrett D'Amore2024-11-03
* Remove untyped nng_socket_get and nng_socket_set.Garrett D'Amore2024-11-03
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18