aboutsummaryrefslogtreecommitdiff
path: root/tests/wss.c
Commit message (Expand)AuthorAge
* 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
* api: remove old protocol headersGarrett D'Amore2025-01-04
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #381 Want comparators for various typesGarrett D'Amore2018-05-01
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* fixes #186 Suggested API changes for nng TLS certsGarrett D'Amore2018-01-09
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* Rename config init/fini to alloc/free, add documentation for them.Garrett D'Amore2017-12-31
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30