summaryrefslogtreecommitdiff
path: root/src/supplemental
Commit message (Expand)AuthorAge
* fixes #1079 Use after free panic in tcp_dialerv1.2.3Garrett D'Amore2019-12-31
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-31
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fixes #1065 resolver leaks work structuresGarrett D'Amore2019-12-29
* fixes #986 ws_read_finish_str free invalid pointerGarrett D'Amore2019-12-28
* Bind to IP address -- localhost might not go where you think.Garrett D'Amore2019-12-27
* Allow more time for the listener to get going in the cloud.Garrett D'Amore2019-12-27
* Move the WSS file test, and hopefully provide more debuggability.Garrett D'Amore2019-12-27
* Add possibility to use mbedtls cmake target if availableRobert Bielik2019-12-27
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
* Fix typo in websocket/CMakeLists.txtEvgeny Ermakov2019-12-10
* fixes #1004 Warning found by clang --analyzeGarrett D'Amore2019-11-11
* fixes #976 websocket stream calls incorrect completion callbackGarrett D'Amore2019-08-12
* fixes #975 nng_http_res_alloc does not init status code properlyGarrett D'Amore2019-08-09
* fixes #948 TLS listener leaks underlying TCP stream listenerGarrett D'Amore2019-05-19
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* fixes #937 Memory Leak in wsstreamGarrett D'Amore2019-05-19
* Fix for http chunked transferJanjaap Bos2019-05-17
* Introduce nni_plat_printf()Garrett D'Amore2019-05-07
* 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 #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* 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 #882 websocket stream mode doesn't copy received dataGarrett D'Amore2019-02-17
* fixes #879 Desire NNG_OPT_TCP_BOUND_PORTGarrett D'Amore2019-02-16
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #847 Define public TLS APIGarrett D'Amore2019-01-06
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* Remove some compilation warnings (cannot return in void func).Garrett D'Amore2018-12-20
* fixes #680 Public TCP APIGarrett D'Amore2018-11-27
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* 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