aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* Fix for UB (NULL pointer plus zero length). (#1459)Garrett D'Amore2021-07-06
* Add & document msg_capacity, msg_reserve (#1458)Evan Balster2021-07-06
* Turn aio expire queue from nni list to array for efficiency. (#1449)wangha2021-07-06
* fixes #1456 bad access in OSX thread on nn (#1457)Garrett D'Amore2021-07-01
* minor comment fixesGarrett D'Amore2021-06-02
* Extend times for aio_sleep cancel test for benefit of DarwinGarrett D'Amore2021-06-02
* Add a couple of test cases for nng_sleep_aio.Garrett D'Amore2021-03-12
* fixes #1413 nni_thr_setname NULL pointer dereferenceGarrett D'Amore2021-01-24
* Fix comment in protocol.h (#1410)Evgeny Ermakov2021-01-19
* fixes #808 Very slow PAIR performance compared to nanomsgGarrett D'Amore2021-01-18
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* Fix compilation warnings (#1397)Evgeny Ermakov2021-01-02
* fixes #1386 remove NNI_PROTO_FLAG_NOMSGQGarrett D'Amore2020-12-27
* fixes #1385 nni_thr_wait is unusedGarrett D'Amore2020-12-27
* fixes #972 Very slow pull/push performance compared to ZMQGarrett D'Amore2020-12-27
* fixes #1172 nni_aio_lk is white hotGarrett D'Amore2020-12-20
* fixes #1380 nni_aio optimizationsGarrett D'Amore2020-12-20
* fixes #1377 nni_aio_fini should not reacquire nni_aio_lkGarrett D'Amore2020-12-20
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* Move TCP out of supplemental.Garrett D'Amore2020-12-05
* Convert list to new test framework; detached node fixes.Garrett D'Amore2020-11-24
* fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoullGarrett D'Amore2020-11-23
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* *Fix Add missing #define when disabling NNG_ENABLE_STATS (#1342)JaylinYu2020-11-13
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* Remove left over function prototypes.Garrett D'Amore2020-11-10
* fixes #1337 nni aio user data could be removedGarrett D'Amore2020-11-10
* fixes #1335 nni_taskq_thread grabs task lock unnecessarilyGarrett D'Amore2020-11-10
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #1329 stats could lose parent and private fieldsGarrett D'Amore2020-11-08
* Fix incorrect type warning in idhash.Garrett D'Amore2020-11-08
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* 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