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
/
websocket.c
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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
*
websocket: use nni_aio_start
Garrett D'Amore
2024-12-26
*
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
*
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 nng_stream_set function family.
Garrett D'Amore
2024-10-28
*
Remove the legacy transport registration functions.
Garrett D'Amore
2024-10-06
*
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 #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
*
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
*
Minor spelling tweaks for the aio framework.
Garrett D'Amore
2020-11-09
*
fixes #914 websocket stream mode should support TEXT
Garrett D'Amore
2020-10-26
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
Fixup a few codacy complaints.
Garrett D'Amore
2020-01-01
*
fixes #986 ws_read_finish_str free invalid pointer
Garrett D'Amore
2019-12-28
*
fixes #1004 Warning found by clang --analyze
Garrett D'Amore
2019-11-11
*
fixes #976 websocket stream calls incorrect completion callback
Garrett D'Amore
2019-08-12
*
fixes #937 Memory Leak in wsstream
Garrett D'Amore
2019-05-19
*
Introduce nni_plat_printf()
Garrett D'Amore
2019-05-07
*
fixes #882 websocket stream mode doesn't copy received data
Garrett D'Amore
2019-02-17
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
fixes #825 TCP public API should use generic setopt/getopt
Garrett D'Amore
2018-12-31
*
fixes #789 Websocket ping request crash
Bertrand
2018-11-17
*
fixes #673 transports could benefit from access to upper layer
Garrett D'Amore
2018-08-27
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #638 Race condition detected in websocket
Garrett D'Amore
2018-08-19
*
fixes #584 Use after-free in websocket
Garrett D'Amore
2018-07-06
*
fixes #545 uaio assertion error in ws
Garrett D'Amore
2018-06-14
*
fixes #518 Panic in compat_ws -- use after free?
Garrett D'Amore
2018-06-14
[next]