aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett D'Amore2025-10-05
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* fixes #2158 Implement support for NNG_OPT_TLS_PEER_CN for WolfSSLGarrett 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
* Bump socket common socket stats for PUBGarrett D'Amore2025-09-09
* Add zone.h for illumos zones.Garrett D'Amore2025-08-24
* fixes #2146 need statistics for PUB protocolGarrett 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
* fix source formattingshikokuchuo2025-03-16
* req protocol: free msg early if no retriesshikokuchuo2025-03-16
* 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
* platform: remove reader/writer locksGarrett D'Amore2025-01-05
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* args: Convert nng_opts_parse into a header only library using `nng_args_parse`.Garrett D'Amore2025-01-04
* 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
* api: Remove the NNG_FLAG_ALLOCGarrett 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
* 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
* pipeline: use nni_aio_startGarrett D'Amore2024-12-26
* sub: remove some calls to nni_aio_beginGarrett D'Amore2024-12-26
* pair0: use nni_aio_startGarrett D'Amore2024-12-26