aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/websocket
Commit message (Expand)AuthorAge
* websocket: use nni_aio_startGarrett D'Amore2024-12-26
* websocket test: workaround EADDRINUSE during testsGarrett D'Amore2024-12-22
* http: nng_http_handler_set_data is now void return (API break)Garrett D'Amore2024-12-22
* HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)Garrett D'Amore2024-12-22
* http: setting response status never fails (breaking API change)Garrett D'Amore2024-12-22
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* websocket: inline the aiosGarrett D'Amore2024-12-07
* ws: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* websocket: Do not allow a listener or dialer to change TLS while runningGarrett D'Amore2024-11-09
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* websocket: fix for setting user headersGarrett D'Amore2024-11-05
* Remove NNI_TYPE_OPAQUE altogether.Garrett D'Amore2024-11-03
* Remove untyped stream option functions.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* tls: Remove the individual TLS configuration optionsGarrett D'Amore2024-10-28
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* TLS: enable TLS 1.3 for Mbed TLS.Garrett D'Amore2024-08-14
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* fixes #1734 websocket dialer hang on shutdownGarrett D'Amore2023-12-17
* fixes #1735 websocket should send, and wait for, WS_CLOSE frames on shutdownGarrett D'Amore2023-12-17
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* fixes #1346 windows ipc winsec fails frequently in CI/CDGarrett D'Amore2021-11-02
* fixes #1403 http ws listeners added without a lockGarrett D'Amore2021-01-10
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1355 wss4 and wss6 don't work as they shouldGarrett D'Amore2020-11-17
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1337 nni aio user data could be removedGarrett D'Amore2020-11-10
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #914 websocket stream mode should support TEXTGarrett D'Amore2020-10-26
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fixes #1065 resolver leaks work structuresGarrett D'Amore2019-12-29
* fixes #986 ws_read_finish_str free invalid pointerGarrett D'Amore2019-12-28
* Bind to IP address -- localhost might not go where you think.Garrett D'Amore2019-12-27
* Allow more time for the listener to get going in the cloud.Garrett D'Amore2019-12-27
* Move the WSS file test, and hopefully provide more debuggability.Garrett D'Amore2019-12-27
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* Fix typo in websocket/CMakeLists.txtEvgeny Ermakov2019-12-10
* fixes #1004 Warning found by clang --analyzeGarrett D'Amore2019-11-11
* fixes #976 websocket stream calls incorrect completion callbackGarrett D'Amore2019-08-12
* fixes #937 Memory Leak in wsstreamGarrett D'Amore2019-05-19
* Introduce nni_plat_printf()Garrett D'Amore2019-05-07
* fixes #882 websocket stream mode doesn't copy received dataGarrett D'Amore2019-02-17
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31