aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add pubdrop test.Garrett D'Amore2024-11-04
* UDP: prefer new packets (drop older)Garrett D'Amore2024-11-04
* Use a callback for UDP burst test.Garrett D'Amore2024-11-04
* UDP test improvements.Garrett D'Amore2024-11-04
* logging: better debug & test logsGarrett D'Amore2024-11-04
* Introduce NUTS_SKIP and use it in a few tests.Garrett D'Amore2024-11-03
* Update acutest.h.Garrett D'Amore2024-11-03
* Socket option handling clean ups for endpoints.Garrett D'Amore2024-11-03
* 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
* Remove nng_ctx untyped option functionsGarrett 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
* Add some more tests for sub coverage.Garrett D'Amore2024-11-03
* Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.Garrett D'Amore2024-11-02
* Remove unused compat CMakeLists.txtGarrett D'Amore2024-11-02
* Remove nng_ctx/socket_set/get_addrGarrett D'Amore2024-11-02
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* NNI_GETXX macros are brittle due to casting mistake.Garrett D'Amore2024-11-02
* Include sys/types.h to resolve possible missing typeGarrett D'Amore2024-10-28
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* streams: drop some stream set functionsGarrett D'Amore2024-10-28
* tls: move definitions to core nng.hGarrett D'Amore2024-10-28
* tls: Remove the individual TLS configuration optionsGarrett 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
* Use `const` for nng_stat when possible.Garrett D'Amore2024-10-20
* fixes #1890 stats could support an inline lock - remove most atomicsGarrett D'Amore2024-10-13
* stats: Reduce some wasted space for disabled stats.Garrett D'Amore2024-10-13
* UDP: More test tuning for lossy environments.Garrett D'Amore2024-10-13
* udp: fix race, fix testsGarrett D'Amore2024-10-13
* UDP/sanitizer: Don't be strict about message loss in sanitizer or coverage runs.Garrett D'Amore2024-10-13
* UDP: burst testing to improve coverageGarrett D'Amore2024-10-13
* UDP: numerous fixes, added test for copy breakGarrett D'Amore2024-10-13
* stats: Reduce the need for NNG_ENABLE_STATS checks everywhere.Garrett D'Amore2024-10-13
* UDP: add some statisticsGarrett D'Amore2024-10-12
* udp: fix leaks on EP destroyGarrett D'Amore2024-10-07
* Finally, actually register the UDP transport.Garrett D'Amore2024-10-07
* Fix case for infinite sleep.Garrett D'Amore2024-10-07
* Integer sign extension bug in socket.c.Garrett D'Amore2024-10-07
* fix aio test failures on darwinGarrett D'Amore2024-10-06
* Actually enable UDP. Also fix some UWYI includes.Garrett D'Amore2024-10-06
* Remove the last of the legacy option handling functions.Garrett D'Amore2024-10-06
* Remove deprecated context option functions.Garrett D'Amore2024-10-06
* Drop the legacy listener option functionsGarrett D'Amore2024-10-06
* Remove dialer legacy option functionsGarrett D'Amore2024-10-06
* Drop unused nng_msg_getoptGarrett D'Amore2024-10-06