summaryrefslogtreecommitdiff
path: root/src/supplemental/http
Commit message (Expand)AuthorAge
* fixes #1393 Use after free in http (#1395)Evgeny Ermakov2021-01-03
* Fix compilation warnings (#1397)Evgeny Ermakov2021-01-02
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoullGarrett D'Amore2020-11-23
* Centralize the scheme handling for HTTP schemes.Garrett D'Amore2020-11-17
* fixes #1200 Shouldn't nng_http_server_stop be synchronous?Garrett D'Amore2020-11-17
* fixes #1355 wss4 and wss6 don't work as they shouldGarrett D'Amore2020-11-17
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* fixes #1337 nni aio user data could be removedGarrett D'Amore2020-11-10
* Fix minor incorrect comment.Garrett D'Amore2020-11-10
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08
* fixes #844 WebSocket wildcard host errorsGarrett D'Amore2020-07-27
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* Fix typos in commentsEvgeny Ermakov2020-02-13
* Add possibility to explicitly set a tree handler as exclusive (#1158)Robert Bielik2020-01-27
* Fix HTTP server root URI handling (#1140)Robert Bielik2020-01-18
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-30
* Add http server method for getting addressRobert Bielik2019-12-29
* fixes #975 nng_http_res_alloc does not init status code properlyGarrett D'Amore2019-08-09
* Fix for http chunked transferJanjaap Bos2019-05-17
* set txn->client in nni_http_transactJanjaap Bos2019-04-24
* fixes #907 WebSocket ephemeral port cannot be reusedGarrett D'Amore2019-03-13
* fixes #905 Small typo. error in HTTP msgGarrett D'Amore2019-03-09
* 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
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #456 TLS configuration object holdGarrett D'Amore2018-11-05
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #682 Support for Chunked Transfer CodingGarrett D'Amore2018-11-02
* 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 #717 need nng_http_req_reset and nng_http_res_resetGarrett D'Amore2018-09-12
* fixes #714 Incomplete reset of RES/REQ breaks http_transactGarrett D'Amore2018-09-10
* fixes #681 HTTP convenience GET method desired...Garrett D'Amore2018-08-30
* fixes #232 Add cancellation support to HTTP handler APIGarrett D'Amore2018-08-20
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #662 Configuring without HTTP failsGarrett D'Amore2018-08-20
* fixes #639 Memory leak in http clientGarrett D'Amore2018-08-13
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* 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 #527 http_res_set_reason crash in exampleGarrett D'Amore2018-06-12