aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* websocket tests: more resilience against EADDRINUSEGarrett D'Amore2024-12-31
* http: inline aiosGarrett D'Amore2024-12-26
* http: more nni_aio_start changesGarrett D'Amore2024-12-26
* tls: use nni_aio_beginGarrett D'Amore2024-12-26
* http: No need to do nni_aio_begin for callbacksGarrett D'Amore2024-12-26
* websocket: use nni_aio_startGarrett D'Amore2024-12-26
* http: use nni_aio_startGarrett D'Amore2024-12-26
* websocket test: workaround EADDRINUSE during testsGarrett D'Amore2024-12-22
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* http: limit handler uri to 1KGarrett D'Amore2024-12-22
* http server test: fix leak in testGarrett D'Amore2024-12-22
* http: nng_http_handler_set_data is now void return (API break)Garrett D'Amore2024-12-22
* nng_http_server_collect_body now void return (API break)Garrett D'Amore2024-12-22
* http: handler set tree no longer returns a value (API break)Garrett D'Amore2024-12-22
* HTTP: nng_http_handler_set_method no longer failsGarrett D'Amore2024-12-22
* HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)Garrett D'Amore2024-12-22
* http: setting response status never fails (breaking API change)Garrett D'Amore2024-12-22
* http: method on request structure is now staticGarrett D'Amore2024-12-22
* http handler: avoid method allocationGarrett D'Amore2024-12-22
* HTTP: intern the version and avoid allocationv2.0.0-alpha.1Garrett D'Amore2024-12-22
* 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