aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
...
* http: don't assume 200 status unless we actually exchange dataGarrett D'Amore2024-12-19
* http server: inline connection aio objectsGarrett D'Amore2024-12-15
* http server: inline the accept aioGarrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* websocket: inline the aiosGarrett D'Amore2024-12-07
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* tests: convert http server test to NUTSGarrett D'Amore2024-12-06
* http server: sprintf is considered deprecatedGarrett D'Amore2024-12-01
* http server: fix race condition for server->closedGarrett D'Amore2024-12-01
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
* http: constify some functionsGarrett D'Amore2024-11-24
* option parser: test for no clustering supportGarrett D'Amore2024-11-24
* options parser: Add a couple of tests for ambiguous and missing argumentsGarrett D'Amore2024-11-23
* Converted options supplemental test to NUTSGarrett D'Amore2024-11-23
* tls: add a mutual authentication testGarrett D'Amore2024-11-23
* tls: include error code from mbed in log messagesGarrett D'Amore2024-11-23
* ws: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* Use 32-bit port numbers.Garrett D'Amore2024-11-21
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* tls: add ecdsa test caseGarrett D'Amore2024-11-17
* tls: remove support for TLS 1.0 and 1.1.Garrett D'Amore2024-11-16
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* 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
* 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