summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* Fix stats build error.Ruini Xue2020-02-01
* fixes #1132 Masking error in LMQ leads to corruptionGarrett D'Amore2020-01-12
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-31
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* Silence a few clang-tidy complaints.Garrett D'Amore2019-12-29
* fixes #1051 nni_ntop is unusedGarrett D'Amore2019-12-27
* Address complaints found by lgtm.com.Garrett D'Amore2019-12-11
* fixes #1004 Warning found by clang --analyzeGarrett D'Amore2019-11-11
* fixes #954 large message fails with no error messageGarrett D'Amore2019-07-17
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* Add uint64 to generated legacy nng_setopt_* functions.Cody Piersall2019-05-17
* Introduce nni_plat_printf()Garrett D'Amore2019-05-07
* fixes #934 idhash should be a bit more robustGarrett D'Amore2019-04-24
* fixes #931 nng_ctx_send can block foreverNathan Kent2019-04-24
* fixes #901 shorter option get/set functions for all typesJake Woltersdorf2019-04-07
* fixes #815 Eliminate socket filters on message queuesGarrett D'Amore2019-03-13
* nng_msg_dup correctly duplicates pipe (mentioned in #862)Jake Woltersdorf2019-03-12
* Add stream.*_get_string implementationJake Woltersdorf2019-03-03
* fixes #461 Context support for SUBGarrett D'Amore2019-02-26
* fixes #892 remove statistics from message queuesGarrett D'Amore2019-02-23
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* 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 #852 Eliminate pipe p_options and use new style getoptGarrett D'Amore2019-01-06
* fixes #841 Calling nng_stats_get() before creating socket panicsGarrett D'Amore2019-01-01
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* 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
* fixes #769 How to limit worker threadsMatt Gigli2018-12-16
* fixes #812 message queue put_error unusedGarrett D'Amore2018-12-11
* fixes #799 Compile error on Windows with disabled statsGarrett D'Amore2018-11-23
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #794 nng bug report URL wrongGarrett D'Amore2018-11-16
* fixes #782 stat namespace collision on QNXGarrett D'Amore2018-11-09
* fixes #772 ineffectual assignment in aio_initGarrett D'Amore2018-11-01
* fixes #766 NNG asserts when setting socket nameGarrett D'Amore2018-11-01
* 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
* remove unused function declarationQXSoftware2018-10-12
* remove redundant zero memory operationsQXSoftware2018-10-12
* 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 #721 stale #if 0 block in stats.hGarrett D'Amore2018-09-12
* fixes #713 stats warnings from WindowsGarrett D'Amore2018-09-09