Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-03-26 | Add a SUBSYS_DECLARE_LOCATION() to every subsystem. | Nick Mathewson | |
2020-02-13 | Re-order most subsystems to correspond to dependency order. | Nick Mathewson | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-06-11 | Rework origin circuit tracking to use pubsub | Taylor Yu | |
Part of ticket 29976. | |||
2019-06-11 | Rework orconn tracking to use pubsub | Taylor Yu | |
Part of ticket 29976. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-12-20 | Add bootstrap tracker subsystem | Taylor Yu | |
Add a tracker for bootstrap progress, tracking events related to origin circuit and ORCONN states. This uses the ocirc_event and orconn_event publish-subscribe subsystems. Part of ticket 27167. |