index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
Hashtable.hpp
Age
Commit message (
Expand
)
Author
2016-01-12
boring doc stuff
Adam Ierymenko
2015-11-12
Minor Windows build fixes. Builds on VS2012 again.
Adam Ierymenko
2015-10-30
Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup.
Adam Ierymenko
2015-10-14
Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruct...
Adam Ierymenko
2015-09-23
Eliminate another warning.
Adam Ierymenko
2015-09-11
ARP cache and responder agent code for use in netcon and iOS.
Adam Ierymenko
2015-09-04
Almost done... very few std::map<>s remaining in any spot that matters.
Adam Ierymenko
2015-09-04
Starting in on Switch... kill map in defrag queue, which will probably improv...
Adam Ierymenko
2015-09-04
Another std::map<> dies.
Adam Ierymenko
2015-09-04
Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo...
Adam Ierymenko
2015-09-04
Add entries() to go with keys() for future use.
Adam Ierymenko
2015-09-03
Hash table bug fix, and add copy constructor and assignment operator for prin...
Adam Ierymenko
2015-08-27
Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map...
Adam Ierymenko
2015-08-27
A simple and fast Hashtable, tested but not yet integrated with anything.
Adam Ierymenko