Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-03-25 | coverage: Exclude lines in pubsub_pub that can only be reached on bug | Nick Mathewson | |
2019-03-25 | Correct doxygen @file directives | Nick Mathewson | |
2019-03-25 | Pubsub: an OO layer on top of lib/dispatch | Nick Mathewson | |
This "publish/subscribe" layer sits on top of lib/dispatch, and tries to provide more type-safety and cross-checking for the lower-level layer. Even with this commit, we're still not done: more checking will come in the next commit, and a set of usability/typesafety macros will come after. |