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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
idhash.c
Commit message (
Expand
)
Author
Age
*
fixes #1552 Several warnings compiling in Windows with Visual Studio 2019
Garrett D'Amore
2021-12-25
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
Fix incorrect type warning in idhash.
Garrett D'Amore
2020-11-08
*
fixes #1289 zerotier should have it's own copy of the id hashing code
Garrett D'Amore
2020-08-16
*
fixes #934 idhash should be a bit more robust
Garrett D'Amore
2019-04-24
*
fixes #931 nng_ctx_send can block forever
Nathan Kent
2019-04-24
*
fixes #761 idhash work to factor in upper bits is pointless
Garrett D'Amore
2018-10-23
*
fixes #710 idhash has nasty performance bug
Garrett D'Amore
2018-09-09
*
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 #312 idhash_walk stuff can be removed
Garrett D'Amore
2018-03-30
*
Allow forcibly adding idhash values outside of the range.
Garrett D'Amore
2017-09-05
*
Fix a few warnings and subtle test races.
Garrett D'Amore
2017-08-24
*
Hash all 64-bits of IDs when calculating hash values.
Garrett D'Amore
2017-08-22
*
Add support for 64-bit ids in idhash.
Garrett D'Amore
2017-08-22
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
Fix a few problems found by codacy. One was a real bug.
Garrett D'Amore
2017-08-14
*
Remove unused idhash_reclaim.
Garrett D'Amore
2017-08-07
*
Simplify pipe logic, going back to idhash.
Garrett D'Amore
2017-07-13
*
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
*
Fix compilation warnings found on Windows.
Garrett D'Amore
2017-01-21
*
Fix leaks in bus, socket leaks, tighten up close-side refcnting.
Garrett D'Amore
2017-01-21
*
Windows compilation fixes.
Garrett D'Amore
2017-01-18
*
Added dynamic ID generation & management for idhash tables.
Garrett D'Amore
2017-01-17
*
Start of event framework.
Garrett D'Amore
2017-01-16
*
Various complaints found in AppVeyor build.
Garrett D'Amore
2017-01-16
*
More structure allocation macro conversion.
Garrett D'Amore
2017-01-02
*
Avoid C99 initialization; cmake 3.1/3.2 doesn't pass -std=c99?
Garrett D'Amore
2016-12-31
*
Richer tests and fixes for idhash. Also dynamically allocate idhash.
Garrett D'Amore
2016-12-29
*
Test suite for idhash, fix symbol errors, and value changing.
Garrett D'Amore
2016-12-29
*
Implementation of an id hash for hashing pipes by ID.
Garrett D'Amore
2016-12-29