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-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-21 | Hook up control_event_bootstrap() to btrack_orconn | Taylor Yu | |
Replace a few invocations of control_event_bootstrap() with calls from the bootstrap tracker subsystem. This mostly leaves behavior unchanged. The actual behavior changes come in the next commit. Part of ticket 27167. | |||
2018-12-21 | Add a comment about bto_update_best. | Taylor Yu | |
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. |