summaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* base64_test: fix compiler warning about castGarrett D'Amore2024-01-27
* tls: fix cast to integer warningGarrett D'Amore2024-01-27
* Mbed TLS CMake improvements.Garrett D'Amore2024-01-27
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* fix idhash not publicGarrett D'Amore2024-01-06
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* 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
* fixes #1673 High CPU usage with TLSGarrett D'Amore2023-12-16
* Skip URI parameters when serving a directory (http_server)Robert Bielik2023-08-23
* fixes#1611 http_sconn_error() in http_server.c; use after freeGarrett D'Amore2023-04-19
* Get common name and subject alternative names of peer certificate (#1617)Christian Fischbach2023-02-08
* Fill NNG_PKGS to request nng dependencies from installed location. (#1641)Garrett D'Amore2023-02-05
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* Fix out-of-bounds error in http_uri_canonify(). (#1595)Manuel Saraiva2022-05-31
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* Provide atomic pointer support.Garrett D'Amore2021-12-05
* fixes #1346 windows ipc winsec fails frequently in CI/CDGarrett D'Amore2021-11-02
* fixes #1478 mbedTLS 3.0 is not API compatible with 2.xGarrett D'Amore2021-08-09
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* fixes #1471 Use of strdup instead of nni_strdup in mbedtls/tls.cGarrett D'Amore2021-07-22
* remove extraneous comment, set conn_init static (#1424)Dave Voutila2021-02-17
* Fix typo in tls_common.c (#1412)Evgeny Ermakov2021-01-24
* fixes #1403 http ws listeners added without a lockGarrett D'Amore2021-01-10
* fixes #1393 Use after free in http (#1395)Evgeny Ermakov2021-01-03
* Fix compilation warnings (#1397)Evgeny Ermakov2021-01-02
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* Move TCP out of supplemental.Garrett D'Amore2020-12-05
* fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoullGarrett D'Amore2020-11-23
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18
* Centralize the scheme handling for HTTP schemes.Garrett D'Amore2020-11-17
* fixes #1200 Shouldn't nng_http_server_stop be synchronous?Garrett D'Amore2020-11-17
* 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 #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* Fix build regression on non-Windows platform (sorry!)Garrett D'Amore2020-11-12
* Base64 nits (code quality) fixed.Garrett D'Amore2020-11-12
* fixes #1337 nni aio user data could be removedGarrett D'Amore2020-11-10
* Fix minor incorrect comment.Garrett D'Amore2020-11-10
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* Clean up some warnings.Garrett D'Amore2020-11-08
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #914 websocket stream mode should support TEXTGarrett D'Amore2020-10-26
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08