| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor directory events to use a FlagPublisher mechanism. | Nick Mathewson | 2021-12-14 | 1 | -86/+327 |
| | | | | | | | | | This approach tries to preserve the current interface, but uses a counter-based event backend to implement a coalescing stream of events that can be represented as small integers. The advantage here is that publishing events no longer needs to be a blocking operation, since there is no queue to fill up. | ||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | Notify guard manager on network change and state flush. | Nick Mathewson | 2021-10-10 | 1 | -0/+3 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+118 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
