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
/
websocket
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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
*
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
*
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
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
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
*
websocket: use nni_aio_start
Garrett D'Amore
2024-12-26
*
websocket test: workaround EADDRINUSE during tests
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: 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
*
streams: add explicit stop functions
Garrett D'Amore
2024-12-12
*
websocket: inline the aios
Garrett D'Amore
2024-12-07
*
ws: remove NNG_OPT_URL
Garrett D'Amore
2024-11-23
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
websocket: Do not allow a listener or dialer to change TLS while running
Garrett D'Amore
2024-11-09
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
websocket: fix for setting user headers
Garrett D'Amore
2024-11-05
*
Remove NNI_TYPE_OPAQUE altogether.
Garrett D'Amore
2024-11-03
*
Remove untyped stream option functions.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_pipe_get, support for untyped sockaddr set.
Garrett D'Amore
2024-11-03
*
Remove nng_stream_set function family.
Garrett D'Amore
2024-10-28
*
tls: Remove the individual TLS configuration options
Garrett D'Amore
2024-10-28
*
Remove the legacy transport registration functions.
Garrett D'Amore
2024-10-06
*
TLS: enable TLS 1.3 for Mbed TLS.
Garrett D'Amore
2024-08-14
*
Move the rest of the functionality from platform.h into core.
Garrett D'Amore
2024-04-23
*
fixes #1734 websocket dialer hang on shutdown
Garrett D'Amore
2023-12-17
*
fixes #1735 websocket should send, and wait for, WS_CLOSE frames on shutdown
Garrett D'Amore
2023-12-17
*
Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.
Garrett D'Amore
2021-12-31
*
fixes #1346 windows ipc winsec fails frequently in CI/CD
Garrett D'Amore
2021-11-02
*
fixes #1403 http ws listeners added without a lock
Garrett D'Amore
2021-01-10
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
New NUTS test framework (NNG Unit Test Support).
Garrett D'Amore
2020-11-23
*
Work for test refactoring.
Garrett D'Amore
2020-11-18
*
fixes #1355 wss4 and wss6 don't work as they should
Garrett D'Amore
2020-11-17
[next]