summaryrefslogtreecommitdiffstats
path: root/src/peer_hashtable.c
AgeCommit message (Expand)Author
2016-02-22Update copyright yearsMatthias Schiffer
2015-01-20Implement new hash table to keep track of unknown peers handshakes have been ...Matthias Schiffer
2015-01-14Update copyright yearsMatthias Schiffer
2014-09-05Dynamically grow hashtable when there are more than twice as many entries as ...Matthias Schiffer
2014-08-22Remove VECTOR_ALLOCMatthias Schiffer
2014-08-02Introduce and use alloc helpersMatthias Schiffer
2014-06-14peer_hashtable: fix address hashing on systems with holes in sockaddr definit...Matthias Schiffer
2014-05-29Ensure peer hashtable consistency on address resetsMatthias Schiffer
2014-05-29Document *everything*Matthias Schiffer
2014-04-20Make ctx globalMatthias Schiffer
2014-04-19Keep peers in a hash table to allow fast address lookupsMatthias Schiffer