Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Implement new hash table to keep track of unknown peers handshakes have been ↵ | Matthias Schiffer | |
sent to This should significantly reduce the number of handshakes sent after restarting fastd with many active connections. | |||
2015-01-14 | Update copyright years | Matthias Schiffer | |
2014-09-05 | Dynamically grow hashtable when there are more than twice as many entries as ↵ | Matthias Schiffer | |
buckets This allows us to start with a much smaller hashtable and scale much higher. | |||
2014-08-22 | Remove VECTOR_ALLOC | Matthias Schiffer | |
It is done automatically now if the VECTOR is zeroed before. | |||
2014-08-02 | Introduce and use alloc helpers | Matthias Schiffer | |
These new helpers will terminate fastd on allocation failures and add some additional convenience (allow strdup with NULL; typesafe new(type) macros). | |||
2014-06-14 | peer_hashtable: fix address hashing on systems with holes in sockaddr ↵ | Matthias Schiffer | |
definitions | |||
2014-05-29 | Ensure peer hashtable consistency on address resets | Matthias Schiffer | |
2014-05-29 | Document *everything* | Matthias Schiffer | |
2014-04-20 | Make ctx global | Matthias Schiffer | |
2014-04-19 | Keep peers in a hash table to allow fast address lookups | Matthias Schiffer | |