tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0adcfbc7c8b579ebfe4c16c86700e8b466fc9a56
parent 24c0f83185a9c5dff080b250d9a8e15bbf8e1a88
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  5 Jul 2018 14:51:07 -0400

Move address_set to src/or

This is temporary, until src/or is split.

Putting this in containers would be another logical alternative,
except that addresses depend on containers, and we don't like
cycles.