index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
idhash.h
Commit message (
Expand
)
Author
Age
*
fixes #1740 Public ID hash API
Garrett D'Amore
2023-12-29
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
fixes #1289 zerotier should have it's own copy of the id hashing code
Garrett D'Amore
2020-08-16
*
fixes #581 nni_idhash could use 32-bit variant
Garrett D'Amore
2018-07-06
*
fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)
Garrett D'Amore
2018-05-06
*
fixes #334 Separate context for state machines from sockets
Garrett D'Amore
2018-04-10
*
Add support for 64-bit ids in idhash.
Garrett D'Amore
2017-08-22
*
Remove unused idhash_reclaim.
Garrett D'Amore
2017-08-07
*
idhash has it's own lock now.
Garrett D'Amore
2017-07-13
*
Make idhash non-inlined (so we can add a mutex.)
Garrett D'Amore
2017-07-13
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Introduce new generic I/O event framework.
Garrett D'Amore
2017-02-19
*
Fix leaks in bus, socket leaks, tighten up close-side refcnting.
Garrett D'Amore
2017-01-21
*
Added dynamic ID generation & management for idhash tables.
Garrett D'Amore
2017-01-17
*
Richer tests and fixes for idhash. Also dynamically allocate idhash.
Garrett D'Amore
2016-12-29
*
Implementation of an id hash for hashing pipes by ID.
Garrett D'Amore
2016-12-29