Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
tor_asprintf() instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(main.c is a bit better, but shutdown.c is ugly)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Having the numbers in those messages makes some of the unit test
unstable, by causing them to depend on the initialization order of
the naming objects.
|
|
python3 scripts/maint/practracker/practracker.py --regen
|
|
|
|
|
|
Closes ticket 29912.
Since this is the first time that practracker has had a stable
output order, this diff will be larger than usual.
|
|
|
|
|
|
|
|
|
|
Based on patches and review comments by Riastradh and Catalyst.
Co-authored-by: Taylor R Campbell <campbell+tor@mumble.net>
Co-authored-by: Taylor Yu <catalyst@torproject.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Increment bw file cache lifetime when serving it by HTTP.
And add a constant to define that lifetime.
|
|
|
|
Before serving it by HTTP.
|
|
Use flag to do not warn when the bandwidth file is missing trying
to serve it by http.
Also remove double space in the assignement.
|
|
When a directory authority is using a bandwidth file to obtain the
bandwidth values that will be included in the next vote, serve this
bandwidth file at /tor/status-vote/next/bandwidth.z.
|
|
|
|
|
|
|