aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* fixes #1835 setting NNG_OPT_TLS_CONFIG on socket should hold referenceGarrett D'Amore2024-07-21
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* Safer initialization of aiosGarrett D'Amore2024-05-30
* fix for pipe statistic crashGarrett D'Amore2024-05-30
* fixes #1827 Windows a deadlock on nng_close()Garrett D'Amore2024-05-30
* fix deadlock on socket closeAlexander Zilberkant2024-04-24
* fixes #1808 nng_msg_insert: munmap_chunk(): invalid pointerGarrett D'Amore2024-04-24
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* Announce NNG version in log.Garrett D'Amore2024-04-14
* Log rejects by app, bind/listen/connect failures.Garrett D'Amore2024-04-14
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* minor include fixGarrett D'Amore2024-04-14
* fixes #543 Add logging support frameworkGarrett D'Amore2024-04-13
* Update protocol.hBrian Carcich2024-03-16
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* New CMAKE option NNG_ENABLE_COMPAT (defaults ON)Garrett D'Amore2024-01-27
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* silence compiler warning from minimum int constantGarrett D'Amore2024-01-01
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* Comment typoGarrett D'Amore2024-01-01
* fixes #1751 Support nng_aio_set_expire().Garrett D'Amore2023-12-30
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* fixes #1729 remove nni_timerGarrett D'Amore2023-12-17
* fixes #1728 surveyor could be simplified to not use timerGarrett D'Amore2023-12-17
* fixes #1523 rare SEGV in sub nni_list_removeGarrett D'Amore2023-11-25
* fix: use ifdef for NNG_HAVE_BACKTRACEMarco Casaroli2023-11-25
* fix: use ifdef for NNG_ENABLE_STATSMarco Casaroli2023-11-25
* fixes #1619 expose expire threads tunablesPaulo Henrique Silva2023-08-27
* fix copyrightsGarrett D'Amore2023-04-23
* fixes #1658 Possible use-after-free in dialerGarrett D'Amore2023-04-23
* fixes #1657 Use after free in listener (data race)Garrett D'Amore2023-04-23
* fixes #1619 Expose NNG_MAX_EXPIRE_THREADS via CMakeGarrett D'Amore2023-04-19
* Birth pipe object with non-zero reference.Garrett D'Amore2023-04-19
* fixes #1610 nni_sock_open() in socket.c: use after freeGarrett D'Amore2023-04-19
* Socket close may leak messages.Garrett D'Amore2023-02-07
* Revert "fixes 1543 (#1616)"Garrett D'Amore2023-02-05
* Don't bump error counters for NNG_ECLOSED.Garrett D'Amore2023-02-05
* fixes 1543 (#1616)josh salit2023-02-05
* Update idhash.c (#1638)shikokuchuo2023-02-05
* Silence NNI_ASSERT warnings when building with NDEBUG (#1621) (#1622)Ruben Valls2022-10-18
* Fixes compiling when NNG_ENABLE_STATS is OFF (#1600)Ruben Valls2022-06-20
* fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_resultGarrett D'Amore2022-04-18
* fixes #1577 nng_stat_find_socket always returns the same stats nodeGarrett D'Amore2022-04-16
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* Fix leak of messages lost during device abort.Garrett D'Amore2021-12-29
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* Introduce nng_device_aio().Garrett D'Amore2021-12-27
* Socket and context initialization never fails.Garrett D'Amore2021-12-25
* Provide a tiny buf for lmq buffer by default.Garrett D'Amore2021-12-25