aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
* refactor/dtls: Use message oriented send/receive for DTLS.Garrett D'Amore2025-11-10
* test: make DTLS test parallelism tunable (compile-time)Garrett D'Amore2025-11-09
* Remove unused variable.Garrett D'Amore2025-10-27
* Remove the ability to get sockaddrs from endpoints.Garrett D'Amore2025-10-27
* Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.Garrett D'Amore2025-10-27
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* Drop the protocol version for internal implementations.Garrett D'Amore2025-10-25
* dtls: add multi pub sub test (does not pass reliably)Garrett D'Amore2025-10-25
* Add support for OpenSSL v3.5 and newer.Garrett D'Amore2025-10-19
* header file refactoring for IWYU (protocols)Garrett D'Amore2025-10-10
* header file fixesGarrett D'Amore2025-10-09
* fixes #2133 websocket: new header iteration optionsGarrett D'Amore2025-10-08
* 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