summaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* * FIX [HTTP] fix a blocking case when freeing http clientJaylin2025-04-27
* http server: sprintf is considered deprecatedGarrett D'Amore2025-03-16
* TLS: enable TLS 1.3 for Mbed TLS.Garrett D'Amore2024-08-14
* idhash: add nng_id_visit APIGarrett D'Amore2024-08-11
* fixes #1849 merge wolfSSL support inline, and relicense it under same terms a...Garrett D'Amore2024-07-22
* TLS: make some tests conditional.Garrett D'Amore2024-07-22
* TLS: Stop making the licensing message a warning - notice is sufficient.Garrett D'Amore2024-07-22
* TLS: announce which engine we are using (in anticipation of newer TLS engines)Garrett D'Amore2024-07-22
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* [tls_common] finish conn lock in tls_reapMoi Ran2024-04-14
* fixes #1588 TLS should log errorsGarrett D'Amore2024-04-14
* Add missing `nng_tls_config_hold` stub functionMarc Lasch2024-04-13
* fixes #1771 cmake: respect CMAKE_FIND_PACKAGE_PREFER_CONFIG if presentGarrett D'Amore2024-02-28
* fix typo in test for CMAKE_FIND_PACKAGE_PREFER_CONFIGGarrett D'Amore2024-02-17
* 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