Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-05-12 | Fix bad allocation in pubsub.c | Nick Mathewson | |
Closes 19038. Bug not in any released Tor. | |||
2016-05-11 | Basic work on a publish/subscribe abstraction | Nick Mathewson | |
The goal here is to provide a way to decouple pieces of the code that want to learn "when something happens" from those that realize that it has happened. The implementation here consists of a generic backend, plus a set of macros to define and implement a set of type-safe frontends. |