| Commit message (Expand) | Author | Age |
| * | refactor/dtls: Use message oriented send/receive for DTLS. | Garrett D'Amore | 2025-11-10 |
| * | chore/websocket: IWYU fixes | Garrett D'Amore | 2025-11-09 |
| * | chore: drop unused include | Garrett D'Amore | 2025-11-09 |
| * | Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option. | Garrett D'Amore | 2025-10-27 |
| * | NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT. | Garrett D'Amore | 2025-10-26 |
| * | Plumb sockaddrs all the way through pipes, make them failsafe. | Garrett D'Amore | 2025-10-25 |
| * | Add stream direct address functions for socket addresses. | Garrett D'Amore | 2025-10-25 |
| * | openssl - handle NULL SSL object | Garrett D'Amore | 2025-10-20 |
| * | Suppress KTLS requests, we do not support it. | Garrett D'Amore | 2025-10-20 |
| * | Add support for OpenSSL v3.5 and newer. | Garrett D'Amore | 2025-10-19 |
| * | fixes #1868 Add nng_http_[remote,local]_address APIs. | Garrett D'Amore | 2025-10-09 |
| * | fixes #2133 websocket: new header iteration options | Garrett D'Amore | 2025-10-08 |
| * | options: string options are passed by reference | Garrett D'Amore | 2025-10-07 |
| * | http: implement nng_http_next_header | Garrett D'Amore | 2025-10-07 |
| * | fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES. | Garrett D'Amore | 2025-10-05 |
| * | Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6 | Garrett D'Amore | 2025-10-05 |
| * | fixes #2158 Implement support for NNG_OPT_TLS_PEER_CN for WolfSSL | Garrett D'Amore | 2025-10-05 |
| * | tests: Add test for serving http static binary | Garrett D'Amore | 2025-10-04 |
| * | fixes #2165 nng_http_handler_alloc_static crashes if content type is null | Garrett D'Amore | 2025-10-04 |
| * | mbedtls: reduce logging for debug crypto to debug log | Garrett D'Amore | 2025-09-14 |
| * | MbedTLS: CLOSE NOTIFY is not not really an error. | Garrett D'Amore | 2025-08-25 |
| * | fixes #2150 build error if HTTP support is disabled. | Garrett D'Amore | 2025-08-24 |
| * | TLS: eliminate more runtime ops vectors | Garrett D'Amore | 2025-06-30 |
| * | TLS: Configuration does not need to keep a reference to the engine. | Garrett D'Amore | 2025-06-29 |
| * | TLS: fixes for test coverage and improved identification logging. | Garrett D'Amore | 2025-06-22 |
| * | TLS: Remove support for dynamic engine initialization. | Garrett D'Amore | 2025-06-21 |
| * | Drop mbedtls CTR_DRBG pseudo-random number generator. | Garrett D'Amore | 2025-06-21 |
| * | tls: false is not a number | Garrett D'Amore | 2025-06-21 |
| * | fixes mbedtls 3.6.3 handshake with NULL server name | elijahr | 2025-06-02 |
| * | Fix typos across docs, comments, and CMake | mochalins | 2025-06-02 |
| * | Introduce DTLS transport for NNG. | Garrett D'Amore | 2025-06-01 |
| * | Converted property functions to use nng_err. | Garrett D'Amore | 2025-04-27 |
| * | Transport listen: use nng_err | Garrett D'Amore | 2025-04-27 |
| * | More nng_err -- this time for dialer and listener allocations. | Garrett D'Amore | 2025-04-27 |
| * | AIO: Use nng_err for cancellation callback instead of int. | Garrett D'Amore | 2025-04-27 |
| * | TLS: break up the TLS layer a bit to refactor for DTLS. | Garrett D'Amore | 2025-04-27 |
| * | * FIX [HTTP] fix a blocking case when freeing http client | Jaylin | 2025-04-27 |
| * | Fix typo in NNG_TLS_MAX_RECV_SIZE | Garrett D'Amore | 2025-04-13 |
| * | http: use nng_err throughout | Garrett D'Amore | 2025-01-12 |
| * | http: status is an enum | Garrett D'Amore | 2025-01-12 |
| * | api: extend usage of nng_err | Garrett D'Amore | 2025-01-12 |
| * | http: fix mishandling of very long headers or URIs, and mishandling of unicode | Garrett D'Amore | 2025-01-12 |
| * | http: remove unused nng_http_handler_get_data | Garrett D'Amore | 2025-01-12 |
| * | http: server error handling improvements and tests | Garrett D'Amore | 2025-01-12 |
| * | http: use common canonify at request parse time | Garrett D'Amore | 2025-01-12 |
| * | http: move connection properties to http_conn, use static Location for redirect | Garrett D'Amore | 2025-01-12 |
| * | http: status and reason fixes (make it match docs) | Garrett D'Amore | 2025-01-12 |
| * | http: improve buffer reuse for heeaders, and discard unused bodies | Garrett D'Amore | 2025-01-11 |
| * | http: remove public access to req / res structures | Garrett D'Amore | 2025-01-11 |
| * | http: drop unused internal functions | Garrett D'Amore | 2025-01-10 |