aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/ws
Commit message (Expand)AuthorAge
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Converted rest of transports to nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* tests: Add wss_test following pattern of TLS test.Garrett D'Amore2025-04-27
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* websocket tests: more resilience against EADDRINUSEGarrett D'Amore2024-12-31
* websocket: use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* websocket: stop trying to accept once we're closedGarrett D'Amore2024-12-16
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* websocket transport: use inline SP objectsGarrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* websocket: implement ep stop hereGarrett D'Amore2024-12-11
* websocket: inline the aiosGarrett D'Amore2024-12-07
* tests: fix type mismatch on htonlGarrett D'Amore2024-11-30
* tests: convert ws transport test to NUTSGarrett D'Amore2024-11-30
* ws: add some more test casesGarrett D'Amore2024-11-24
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* URL refactor part 1.Garrett 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
* Remove registration functions (unused).Garrett D'Amore2024-11-04
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* Free SP protocol streams before discarding aio objects.Garrett D'Amore2024-05-30
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1713 SP pipe_send leaks message if aio is canceledGarrett D'Amore2023-11-26
* Fix premature transport registration. Mark it deprecated.Garrett D'Amore2021-08-01
* Simplify the SP transport initialization process.Garrett D'Amore2021-07-31
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* fixes #1413 nni_thr_setname NULL pointer dereferenceGarrett D'Amore2021-01-24
* fixes #1403 http ws listeners added without a lockGarrett D'Amore2021-01-10
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01