aboutsummaryrefslogtreecommitdiff
path: root/hashtable.c
Commit message (Collapse)AuthorAge
* server: Fix bug in hashtableTom Smeding2020-08-08
|
* server: Use u64 for keys in hashtableTom Smeding2020-07-04
|
* Slight optimisation of ht_grow()Tom Smeding2020-07-01
| | | | | | | The hashtable has been slightly integration-tested, but not rigorously -- even though the implementation is non-trivial enough that it could warrant testing. And it's a completely separate module, so eminently testable. Please test.
* Growing hash table of conn_data's in mainTom Smeding2020-07-01