aboutsummaryrefslogtreecommitdiff
path: root/src/common/address_set.h
AgeCommit message (Collapse)Author
2018-02-09whitespace and typo cleanupsRoger Dingledine
2018-02-08Function to add an ipv4 address to an address_setNick Mathewson
This is a convenience function, so callers don't need to wrap the IPv4 address.
2018-02-08Add an address-set backend using a bloom filter.Nick Mathewson
We're going to need this to make our anti-DoS code (see 24902) more robust.