aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* Fix possible crash in allocation failure path for LMQ.Garrett D'Amore2021-12-25
* Pollables can be completely inline.Garrett D'Amore2021-12-25
* Bus aio's can be inline.Garrett D'Amore2021-12-25
* fixes #1552 Several warnings compiling in Windows with Visual Studio 2019Garrett D'Amore2021-12-25
* Could use GCC atomics for older versions of GCC.Garrett D'Amore2021-12-08
* ID map static initialization support.Garrett D'Amore2021-12-06
* Static condvar initialization.Garrett D'Amore2021-12-05
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* Provide atomic pointer support.Garrett D'Amore2021-12-05
* fixes #1541 bug in nni_chunk_insertGarrett D'Amore2021-12-02
* Fix incorrect elides of deprecated code.Garrett D'Amore2021-11-29
* fixes #1346 windows ipc winsec fails frequently in CI/CDGarrett D'Amore2021-11-02
* Remove unused eq_len member.Garrett D'Amore2021-10-11
* Minor cleanups.Garrett D'Amore2021-09-06
* Eliminate the pipe mutex and use atomic for pipe closed.Garrett D'Amore2021-09-06
* SP initialization cannot fail.Garrett D'Amore2021-09-06
* fixes #1498 Endpoint close/shutdown could be synchronous (#1499)Garrett D'Amore2021-09-04
* Minor cleanups.Garrett D'Amore2021-08-21
* Remove unused prototypes.Garrett D'Amore2021-08-21
* Move protocol.c into SP tree (it is SP specific.)Garrett D'Amore2021-08-21
* fixes #1488 aio expiration list performance work neededGarrett D'Amore2021-08-09
* * FIX #1486 by waking up latest aio each time. (#1487)JaylinYu2021-08-09
* Remove separate protocol initialization step.Garrett D'Amore2021-08-07
* Minor format and spelling in comments.Garrett D'Amore2021-07-31
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* Fix some unused variables.Garrett D'Amore2021-07-22
* fixes #1475 nni_aio_begin should not dispatch task on stopped aioGarrett D'Amore2021-07-22
* Fix the wrong ratio when expire queue shrink. (#1470)wangha2021-07-16
* Minor clang-tidy fixes.Garrett D'Amore2021-07-11
* fixes #1409 reader/writer lock desiredGarrett D'Amore2021-07-11
* More symbol renamingGarrett D'Amore2021-07-11
* Remove unused nni_notifyfdGarrett D'Amore2021-07-10
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* Several minor cleanups. Fix socket id stat for listener.v1.5.0Garrett D'Amore2021-07-09
* Move transport.[ch] to SPGarrett D'Amore2021-07-09