aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport
Commit message (Expand)AuthorAge
* fixes #2158 Implement support for NNG_OPT_TLS_PEER_CN for WolfSSLwolf-peer-cnGarrett D'Amore2025-10-05
* dtls: Add a test for "large" (1K) messagesGarrett D'Amore2025-09-28
* Fix dtls reconnect attempts.Garrett D'Amore2025-09-14
* dtls - additional test casesGarrett D'Amore2025-09-14
* dtls: use nng_err instead of int everywhereGarrett D'Amore2025-09-14
* Add zone.h for illumos zones.Garrett D'Amore2025-08-24
* dtls: only run the completion if we actually cancelledv2.0.0-alpha.5Garrett D'Amore2025-07-13
* DTLS: hold tls configurationGarrett D'Amore2025-07-13
* Hold the pipe across for the DTLS rx cb.Garrett D'Amore2025-06-22
* dtls: stop the pipe to solve use after freeGarrett D'Amore2025-06-21
* UDP: Signficant refactoring and simplification.Garrett D'Amore2025-06-08
* UDP: constify sockaddrs in some placesGarrett D'Amore2025-06-07
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Fix valgrind uninitialized complaint in UDP test.Garrett D'Amore2025-05-26
* Converted rest of transports to nng_err.Garrett D'Amore2025-04-27
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* tests: Add wss_test following pattern of TLS test.Garrett D'Amore2025-04-27
* Fix typos in TLS test names.Garrett D'Amore2025-04-27
* Set server name for TLS test.Garrett D'Amore2025-04-19
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* tests: TLS transport test resilience against EADDRINUSEGarrett D'Amore2025-01-04
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* api: remove old protocol headersGarrett D'Amore2025-01-04
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* ipc: minor adjustments for ECLOSED and loggingGarrett D'Amore2025-01-03
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* websocket tests: more resilience against EADDRINUSEGarrett D'Amore2024-12-31
* udp: use a bounce buffer if we lack sendmsg or recvmsgGarrett D'Amore2024-12-29
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* zerotier: removedGarrett D'Amore2024-12-26
* fix for potential leaking connectionsGarrett D'Amore2024-12-26
* udp: more nni_aio_startGarrett D'Amore2024-12-26
* tls: use nni_aio_beginGarrett D'Amore2024-12-26
* udp: use nni_aio_startGarrett D'Amore2024-12-26
* ipc: use nni_aio_startGarrett D'Amore2024-12-26
* tcp: use nni_aio_startGarrett D'Amore2024-12-26
* websocket: use nni_aio_startGarrett D'Amore2024-12-26
* inproc: use nni_aio_startGarrett D'Amore2024-12-26
* sockfd: convert to use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* test: fix valgrind complaint about unitialized test data in ipc testGarrett D'Amore2024-12-22
* websocket: stop trying to accept once we're closedGarrett D'Amore2024-12-16
* tls: fix deadlock in error pathGarrett D'Amore2024-12-16
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15