aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett 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
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16
* fixes #769 How to limit worker threadsMatt Gigli2018-12-16
* fixes #812 message queue put_error unusedGarrett D'Amore2018-12-11
* The toplevel sets threads already, not needed here. (#810)Cody Piersall2018-12-11
* fixes #800 sockimpl.h and posix_aio.h missing in build systemGarrett D'Amore2018-11-27
* fixes #680 Public TCP APIGarrett D'Amore2018-11-27
* fixes #799 Compile error on Windows with disabled statsGarrett D'Amore2018-11-23
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* Prep for NNG 1.1.1.v1.1.1Garrett D'Amore2018-11-21
* Allow nng to be consumed in "add_subdirectory" scenariosGregor Burger2018-11-19
* fixes #789 Websocket ping request crashBertrand2018-11-17
* fixes #794 nng bug report URL wrongGarrett D'Amore2018-11-16
* Update the minor and patch versionsNathan Kent2018-11-14
* fixes #782 stat namespace collision on QNXGarrett D'Amore2018-11-09
* 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 #772 ineffectual assignment in aio_initGarrett D'Amore2018-11-01
* fixes #766 NNG asserts when setting socket nameGarrett D'Amore2018-11-01
* fixes #770 Assertion in NNG TLS layerGarrett D'Amore2018-11-01
* fixes #767 Want tunable stack sizeGarrett D'Amore2018-10-31
* fixes #763 buffer overrun in options testGarrett D'Amore2018-10-27
* fixes #755 zerotier transport segfaults on alpine linuxGarrett D'Amore2018-10-27
* Clean up some zerotier compiler warnings.Garrett D'Amore2018-10-25
* Add local IP address tuning for ZeroTier.Garrett D'Amore2018-10-25
* fixes #761 idhash work to factor in upper bits is pointlessGarrett D'Amore2018-10-23
* Fix for possible overruns in fragsz.Garrett D'Amore2018-10-23
* fixes #744 ZeroTier should not create node until first referencedGarrett D'Amore2018-10-17
* eliminate double check for index.html if index.html existsQXSoftware2018-10-15
* remove unused function declarationQXSoftware2018-10-12
* remove redundant zero memory operationsQXSoftware2018-10-12
* Fix win file type (#749)Hunter2018-10-12
* fixes #745 HTTP server redirect handlerGarrett D'Amore2018-10-07
* fix function "int nni_msg_alloc(nni_msg **mp, size_t sz)" allocates the under...QXSoftware2018-10-02
* use index together with increment operator(postfix form)QXSoftware2018-10-02
* update the comment (nng_msgq_put_until doesn't exists anymore)QXSoftware2018-10-02
* fixes #738 http server needs a way to collect request entity dataGarrett D'Amore2018-09-29
* fixes #735 Configuring ZeroTier for a unified build is too hardGarrett D'Amore2018-09-24
* fixes #734 ZeroTier port discrimination bustedGarrett D'Amore2018-09-21
* cmake: add missing target_include_directories to fix target exportMarc-André Moreau2018-09-20
* Only free in nng_send() if we succeed.Lawrence Kesteloot2018-09-15
* 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