Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This reverts part of commit 6ed384b827dce21ea3a44b587, in order to
fix bug 26568. Bugfix on 0.3.4.1-alpha.
|
|
Recent Python3 versions seem to require this on Windows.
Fixes bug 26535; bug copied from ntor_ref.py on 0.3.1.1-alpha.
|
|
Recent Python3 versions seem to require this on Windows.
Fixes bug 26535; bug introduced in f4be34f70d6f277a0f3f73e, which
was apparently intended itself as a Python3 workaround.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
maint-0.3.4
|
|
|
|
|
|
|
|
|
|
|
|
This check was added by mistake long ago. It will be nice to see
these EOLs disappear from our code over time.
(backport from master)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug not in any released Tor.
|
|
Found by asan on travis :/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For HSv3, the HSADDRESS= wasn't properly parsed for the HSPOST command. It now
correctly use it and furthermore sends back a "200 OK" in case the command is
successful for a v3 descriptor.
Fixes #26523
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
|