tor

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

commit 3767eff9bb712bccc86718647c7dc84998a7f95f
parent 203e9138d1f714e5ad42884f75d50cd31c3bae3b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 26 Mar 2019 20:07:26 -0400

changes file for pubsub code

Diffstat:
Achanges/pubsub | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/pubsub b/changes/pubsub @@ -0,0 +1,5 @@ + o Major features (code organization): + - Tor now includes a generic publish-subscribe message-passing subsystem + that we can use to organize intermodule dependencies. We hope to use + this to reduce dependencies between modules that don't need to be + related, and to generally simplify our codebase. Closes ticket 28226.