aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08
* fixes #844 WebSocket wildcard host errorsGarrett D'Amore2020-07-27
* fix #1252jeikabu2020-06-16
* fixes #1230 NNG_OPT_RECONNMAXT zero does not prevent exponential back-offGarrett D'Amore2020-05-24
* fixes #1239 Use after free in tlsGarrett D'Amore2020-05-23
* fixes #1236 Deadlock triggered on nng_closeGarrett D'Amore2020-05-17
* fixes #1171 message header could be inlined in the message structureGarrett D'Amore2020-02-26
* fixes #1202 More than 120 threads was started by NNGGarrett D'Amore2020-02-24
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* Fix typos in commentsEvgeny Ermakov2020-02-13
* fixes #814 mq_get_error should goGarrett D'Amore2020-02-06
* Fix possible use after freeEvgeny Ermakov2020-02-05
* fixes #1169 survey and xsurvey could use message cloningGarrett D'Amore2020-01-20
* fixes #1156 Message cloning could help reduce copies a lotGarrett D'Amore2020-01-20
* fixes #1145 nng_msg options should be removedGarrett D'Amore2020-01-19
* fixes #1132 Masking error in LMQ leads to corruptionGarrett D'Amore2020-01-12
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #1117 task structures should be inlinedGarrett D'Amore2020-01-06
* fixes #1116 task_reap can be eliminatedGarrett D'Amore2020-01-05
* fixes #1096 inline all 16 iovs in aio (also consider reducing -- to 8?)Garrett D'Amore2020-01-04
* fixes #1105 pollable can be inlined, and use atomicsGarrett D'Amore2020-01-04
* fixes #1104 move allocation of protocol objects to common coreGarrett D'Amore2020-01-03
* fixes #1090 nni_strlcat is unusedGarrett D'Amore2020-01-02
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* fixes #1081 Use after free possible in statsGarrett D'Amore2020-01-01
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-30
* Fix compilation errors and warnings when NNG_ENABLE_STATS is OFFRobert Bielik2019-12-30
* 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