Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Remove changes files already merged in release-0.4.5 | Nick Mathewson | |
2021-03-10 | hs: Remove hamrless BUG() that can happen | David Goulet | |
When reloading a service, we can re-register a service and thus end up again in the metrics store initialization code path which is fine. No need to BUG() anymore. Fixes #40334 Signed-off-by: David Goulet <dgoulet@torproject.org> |