aboutsummaryrefslogtreecommitdiff
path: root/src/core/idhash.h
Commit message (Expand)AuthorAge
* idhash: introduce nni_idhash_count.Garrett D'Amore2024-10-05
* idhash: add nng_id_visit APIGarrett D'Amore2024-08-11
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
* ID map static initialization support.Garrett D'Amore2021-12-06
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #581 nni_idhash could use 32-bit variantGarrett D'Amore2018-07-06
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* Add support for 64-bit ids in idhash.Garrett D'Amore2017-08-22
* Remove unused idhash_reclaim.Garrett D'Amore2017-08-07
* idhash has it's own lock now.Garrett D'Amore2017-07-13
* Make idhash non-inlined (so we can add a mutex.)Garrett D'Amore2017-07-13
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Introduce new generic I/O event framework.Garrett D'Amore2017-02-19
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21
* Added dynamic ID generation & management for idhash tables.Garrett D'Amore2017-01-17
* Richer tests and fixes for idhash. Also dynamically allocate idhash.Garrett D'Amore2016-12-29
* Implementation of an id hash for hashing pipes by ID.Garrett D'Amore2016-12-29