index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
supplemental
Commit message (
Expand
)
Author
Age
*
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
*
http: drop exclusive tree mode
Garrett D'Amore
2025-01-10
*
http test: test HEAD method in server
Garrett D'Amore
2025-01-10
*
http: The big HTTP API refactoring of January 2025.
v2.0.0-alpha.3
http-client-trans
Garrett D'Amore
2025-01-09
*
http: server callback API simplified
Garrett D'Amore
2025-01-06
*
http: changing transaction API to inline req and res structures
Garrett D'Amore
2025-01-05
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
args: Convert nng_opts_parse into a header only library using `nng_args_parse`.
Garrett D'Amore
2025-01-04
*
api: Promote idhash supplemental API to core
Garrett D'Amore
2025-01-04
*
api: remove the supplemental platform.h header
Garrett D'Amore
2025-01-04
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
cmake: ensure that MbedTLS and WolfSSL can be found properly as subprojects
Garrett D'Amore
2025-01-01
*
http: fix zero status code by default
Garrett D'Amore
2025-01-01
*
base64: move it to private for websockets
Garrett D'Amore
2025-01-01
*
sha1: move this to private websocket API
Garrett D'Amore
2025-01-01
*
protocols: move content from the protocols to nng.h
Garrett D'Amore
2025-01-01
*
socket: rename nng_close to nng_socket_close
Garrett D'Amore
2024-12-31
*
websocket tests: more resilience against EADDRINUSE
Garrett D'Amore
2024-12-31
[next]