Age | Commit message (Collapse) | Author |
|
|
|
Part of 23588.
|
|
|
|
|
|
|
|
|
|
Part of 28223.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug 30120; bugfix not in any released Tor.
|
|
Implements ticket 30114.
|
|
|
|
These lines were added to fix bug 29241.
|
|
|
|
|
|
|
|
|
|
For scripts that work with python2, use /usr/bin/python.
Otherwise, use /usr/bin/env python3.
Fixes bug 29913; bugfix on 0.2.5.3-alpha.
|
|
(main.c is a bit better, but shutdown.c is ugly)
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add a useful argument parser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, split the formatting code shared by control.c and
control_events.c into controller_fmt.c.
|
|
Also, distinguish between empty lines (which we should ignore)
and incorrect lines (which we should warn about).
|
|
This helps ensure that we'll get output in a stable order.
Closes ticket 29882.
|
|
|
|
Explicitly set the file encoding to UTF-8 in practracker.py, to avoid
problems in some CI environments. Fixes bug 29789; bug not in any
released Tor.
|
|
|
|
We need a better way to do this.
|
|
|
|
|
|
|