aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
...
* http: drop exclusive tree modeGarrett D'Amore2025-01-10
* http test: test HEAD method in serverGarrett D'Amore2025-01-10
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* http: server callback API simplifiedGarrett D'Amore2025-01-06
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* args: Convert nng_opts_parse into a header only library using `nng_args_parse`.Garrett D'Amore2025-01-04
* api: Promote idhash supplemental API to coreGarrett D'Amore2025-01-04
* api: remove the supplemental platform.h headerGarrett D'Amore2025-01-04
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* cmake: ensure that MbedTLS and WolfSSL can be found properly as subprojectsGarrett D'Amore2025-01-01
* http: fix zero status code by defaultGarrett D'Amore2025-01-01
* base64: move it to private for websocketsGarrett D'Amore2025-01-01
* sha1: move this to private websocket APIGarrett D'Amore2025-01-01
* protocols: move content from the protocols to nng.hGarrett D'Amore2025-01-01
* 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