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-09-11 | Update #includes to point to confparse.h in its new location. | Nick Mathewson | |
This commit was automatically generated by running scripts/maint/rectify_include_paths.py . | |||
2019-06-28 | Fix a few coverity unitinitialzed-value warnings in the unit tests. | Nick Mathewson | |
Coverity can't see that it is not in fact going to read uninitialized memory here, so we initialize these values unconditionally. Bugfix on 0.4.0.1-alpha. | |||
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 | Add tests for bootstrap tracker | Taylor Yu | |
Part of ticket 27617. |