summaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_server.c
Commit message (Expand)AuthorAge
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-31
* fixes #907 WebSocket ephemeral port cannot be reusedGarrett D'Amore2019-03-13
* fixes #869 nng_http_handler_set_tree fails match if path is /Garrett D'Amore2019-02-17
* fixes #821 http_server crash when using url without hostnameGarrett D'Amore2019-02-17
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #456 TLS configuration object holdGarrett D'Amore2018-11-05
* eliminate double check for index.html if index.html existsQXSoftware2018-10-15
* fixes #745 HTTP server redirect handlerGarrett D'Amore2018-10-07
* fixes #738 http server needs a way to collect request entity dataGarrett D'Amore2018-09-29
* fixes #232 Add cancellation support to HTTP handler APIGarrett D'Amore2018-08-20
* fixes #591 incorrect reuse of server instances by websocketGarrett D'Amore2018-07-16
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #224 Windows pipe name restrictions, unicodeGarrett D'Amore2018-02-07
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01