aboutsummaryrefslogtreecommitdiff
path: root/src/core/aio_test.c
Commit message (Expand)AuthorAge
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* aio test: add a test for IOV overrunGarrett D'Amore2024-12-29
* aio: nng_aio_defer replaced by nng_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* aio: separate stop / shutdown from fini (deallocate)Garrett D'Amore2024-12-07
* fix aio test failures on darwinGarrett D'Amore2024-10-06
* fixes #1751 Support nng_aio_set_expire().Garrett D'Amore2023-12-30
* fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_resultGarrett D'Amore2022-04-18
* Test fixes.Garrett D'Amore2021-07-07
* Disable clock-dependent checks on macOS in CI/CD.Garrett D'Amore2021-07-06
* fixes #1456 bad access in OSX thread on nn (#1457)Garrett D'Amore2021-07-01
* Extend times for aio_sleep cancel test for benefit of DarwinGarrett D'Amore2021-06-02
* Add a couple of test cases for nng_sleep_aio.Garrett D'Amore2021-03-12
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18