aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http
Commit message (Expand)AuthorAge
...
* 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
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #436 fix for 429 incomplete (ws ep crash)Garrett D'Amore2018-05-15
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* We need to declare the TLS structure here.Garrett D'Amore2018-04-11
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* 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
* HTTP public API should initialize the library.Garrett D'Amore2018-02-07
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* Add, and document, the url->u_requri member.Garrett D'Amore2018-02-02
* 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 #211 Restore handling of '*' in URL logicGarrett D'Amore2018-01-17
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* Clarifications around nng_fini(), and remove old http_msg structure.Garrett D'Amore2018-01-10