summaryrefslogtreecommitdiff
path: root/tests/httpserver.c
Commit message (Expand)AuthorAge
* Skip URI parameters when serving a directory (http_server)Robert Bielik2023-08-23
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* fixes #1522 tests/httpserver static handler response body format not correctGarrett D'Amore2021-12-07
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* 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 #1065 resolver leaks work structuresGarrett D'Amore2019-12-29
* fixes #869 nng_http_handler_set_tree fails match if path is /Garrett D'Amore2019-02-17
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* 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 #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* Fix warning in Windows build.Garrett D'Amore2018-05-30
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* Switch to clang 6 and gcc 8 on xenial for circle ci.Garrett D'Amore2018-05-16
* 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 #174 Define public HTTP client APIGarrett D'Amore2018-02-01
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #216 HTTP server side API refactoring, directory serving supportGarrett D'Amore2018-01-20
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* fixes #2 Websocket transportGarrett D'Amore2017-12-26