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
/
http_server.c
Commit message (
Expand
)
Author
Age
*
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
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
http: No need to do nni_aio_begin for callbacks
Garrett D'Amore
2024-12-26
*
http: limit handler uri to 1K
Garrett D'Amore
2024-12-22
*
http: nng_http_handler_set_data is 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 handler: avoid method allocation
Garrett D'Amore
2024-12-22
*
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
*
http server: sprintf is considered deprecated
Garrett D'Amore
2024-12-01
*
http server: fix race condition for server->closed
Garrett D'Amore
2024-12-01
*
Use 32-bit port numbers.
Garrett D'Amore
2024-11-21
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
URL u_port should be a number not a string.
Garrett D'Amore
2024-11-17
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
fixes #1735 websocket should send, and wait for, WS_CLOSE frames on shutdown
Garrett D'Amore
2023-12-17
*
Skip URI parameters when serving a directory (http_server)
Robert Bielik
2023-08-23
*
fixes#1611 http_sconn_error() in http_server.c; use after free
Garrett D'Amore
2023-04-19
*
Fixes for some security complaints.
Garrett D'Amore
2022-12-31
*
Fix out-of-bounds error in http_uri_canonify(). (#1595)
Manuel Saraiva
2022-05-31
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
fixes #1393 Use after free in http (#1395)
Evgeny Ermakov
2021-01-03
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoull
Garrett D'Amore
2020-11-23
*
Centralize the scheme handling for HTTP schemes.
Garrett D'Amore
2020-11-17
*
fixes #1200 Shouldn't nng_http_server_stop be synchronous?
Garrett D'Amore
2020-11-17
*
fixes #1355 wss4 and wss6 don't work as they should
Garrett D'Amore
2020-11-17
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1337 nni aio user data could be removed
Garrett D'Amore
2020-11-10
*
fixes #1279 Add support for ws4:// and ws6:// style websocket urls
Garrett D'Amore
2020-08-08
*
fixes #844 WebSocket wildcard host errors
Garrett D'Amore
2020-07-27
*
fixes #1005 TLS 1.3 support
Garrett D'Amore
2020-02-23
*
Fix typos in comments
Evgeny Ermakov
2020-02-13
*
Add possibility to explicitly set a tree handler as exclusive (#1158)
Robert Bielik
2020-01-27
*
Fix HTTP server root URI handling (#1140)
Robert Bielik
2020-01-18
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
fixes #1075 WebSocket heap use after free
Garrett D'Amore
2019-12-30
*
fixes #907 WebSocket ephemeral port cannot be reused
Garrett D'Amore
2019-03-13
*
fixes #869 nng_http_handler_set_tree fails match if path is /
Garrett D'Amore
2019-02-17
*
fixes #821 http_server crash when using url without hostname
Garrett D'Amore
2019-02-17
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #456 TLS configuration object hold
Garrett D'Amore
2018-11-05
*
eliminate double check for index.html if index.html exists
QXSoftware
2018-10-15
[next]