Age | Commit message (Collapse) | Author |
|
Additional fixes to make the change work;
- fix Python 2 vs 3 issues
- fix some PEP 8 warnings
- handle paths with numbers correctly
- mention the make rule in doc/HACKING.
|
|
|
|
This reverts commit 930ab95e1fb0dfd5af35e7d84ca58ff21b65a605.
|
|
|
|
|
|
Fixes bug 15064; bugfix on 0.2.5.4-alpha.
|
|
|
|
|
|
fixes bug 15088. patch from sanic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes 15033; bugfix on 0.2.6.3-alpha.
|
|
Fixes 15033; bugfix on 0.2.6.3-alpha.
|
|
|
|
Part of 14987
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Report errors if the notification fails; report success only if it
succeeds; and if we are not notifying systemd because we aren't
running with systemd, don't log at notice.
|
|
|
|
|
|
Fixes #15012; bug not in any released Tor
|
|
|
|
|
|
|
|
|
|
Fixes bug 15003; bugfix on 0.2.6.3-alpha.
|
|
We had a regression in 0.2.6.3-alpha when we stopped saying
IPPROTO_TCP to socket(). Fixes bug 14989, bugfix on 0.2.6.3-alpha.
|
|
|
|
|
|
|
|
|
|
Since resolve_my_address() yields IP address in host order there is
no need to use byteorder functions for conversion.
|
|
|
|
|
|
|
|
|