tor icon indicating copy to clipboard operation
tor copied to clipboard

unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ --

Results 138 tor issues
Sort by recently updated
recently updated
newest added

Previously we have HiddenServiceExportCircuitID which allows us to export the circuit id using haproxy. However, such directive is applied globally in the service. We need a way to export the...

First of all, tor doesn't support multiple transport name on a single *TransportPlugin line so get rid of that. The manpage has never documented that feature and it complexifies the...

Turns out that the HS DoS defenses parameters were overwritten by the consensus parameters everytime a new consensus would arrive. This means that a service operator can still enable the...

First, we introduce a flag to teach src/test/test to split its work into chunks. Then we replace our invocation of src/test/test in our "make check" target with a set of...

This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha.

Different versions of glibc use either open or openat for the opendir function. This commit adds logic to use the correct rule for each glibc version, namely: - Until 2.14...

Closes #40061 Signed-off-by: David Goulet