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
/
http
Commit message (
Expand
)
Author
Age
*
Various header file fixes... also fix compilation errors when HTTP is disabled.
v2.0.0-alpha.6
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
*
fixes #2150 build error if HTTP support is disabled.
Garrett D'Amore
2025-08-24
*
Fix typos across docs, comments, and CMake
mochalins
2025-06-02
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
* FIX [HTTP] fix a blocking case when freeing http client
Jaylin
2025-04-27
*
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
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
http: fix zero status code by default
Garrett D'Amore
2025-01-01
*
http: inline aios
Garrett D'Amore
2024-12-26
*
http: more nni_aio_start changes
Garrett D'Amore
2024-12-26
*
http: No need to do nni_aio_begin for callbacks
Garrett D'Amore
2024-12-26
*
http: use nni_aio_start
Garrett D'Amore
2024-12-26
*
aio: introduce nni_aio_defer
Garrett D'Amore
2024-12-22
*
http: limit handler uri to 1K
Garrett D'Amore
2024-12-22
*
http server test: fix leak in test
Garrett D'Amore
2024-12-22
*
http: nng_http_handler_set_data is now void return (API break)
Garrett D'Amore
2024-12-22
*
nng_http_server_collect_body now void return (API break)
Garrett D'Amore
2024-12-22
*
http: handler set tree no longer returns a value (API break)
Garrett D'Amore
2024-12-22
*
HTTP: nng_http_handler_set_method no longer fails
Garrett D'Amore
2024-12-22
*
HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)
Garrett D'Amore
2024-12-22
*
http: setting response status never fails (breaking API change)
Garrett D'Amore
2024-12-22
*
http: method on request structure is now static
Garrett D'Amore
2024-12-22
*
http handler: avoid method allocation
Garrett D'Amore
2024-12-22
*
HTTP: intern the version and avoid allocation
v2.0.0-alpha.1
Garrett D'Amore
2024-12-22
*
http: don't assume 200 status unless we actually exchange data
Garrett D'Amore
2024-12-19
*
http server: inline connection aio objects
Garrett D'Amore
2024-12-15
*
http server: inline the accept aio
Garrett D'Amore
2024-12-15
*
streams: add explicit stop functions
Garrett D'Amore
2024-12-12
*
performance: reference counters can use relaxed order when incrementing
Garrett D'Amore
2024-12-07
*
tests: convert http server test to NUTS
Garrett D'Amore
2024-12-06
*
http server: sprintf is considered deprecated
Garrett D'Amore
2024-12-01
[next]