summaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* fixes #789 Websocket ping request crashBertrand2018-11-17
* 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
* fixes #770 Assertion in NNG TLS layerGarrett D'Amore2018-11-01
* fixes #763 buffer overrun in options testGarrett D'Amore2018-10-27
* eliminate double check for index.html if index.html existsQXSoftware2018-10-15
* remove redundant zero memory operationsQXSoftware2018-10-12
* 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 #720 fix for #715 still not rightGarrett D'Amore2018-09-12
* fixes #715 nng_opts_parse() uses const incorrectlyGarrett D'Amore2018-09-10
* 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 #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* 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 #638 Race condition detected in websocketGarrett D'Amore2018-08-19
* 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 #584 Use after-free in websocketGarrett D'Amore2018-07-06
* fixes #539 Feature request: customizable http error pageGarrett D'Amore2018-06-15
* fixes #545 uaio assertion error in wsGarrett D'Amore2018-06-14
* fixes #518 Panic in compat_ws -- use after free?Garrett D'Amore2018-06-14
* fixes #527 http_res_set_reason crash in exampleGarrett D'Amore2018-06-12
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* 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 #390 panic in reqstress websocketGarrett D'Amore2018-05-02
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* 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 #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #315 WebSocket message handling errorsGarrett D'Amore2018-03-30
* Add documentation for supplemental functions.Garrett D'Amore2018-03-22
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* Fix for Windows compilation warnings.Garrett D'Amore2018-03-05
* 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
* fixes #247 nngcat needs TLS optionsGarrett D'Amore2018-03-02
* fixes #240 nngcat is MIAGarrett D'Amore2018-02-28
* Add nng_opts_parse() API for handling command line options.Garrett D'Amore2018-02-22