- Dec 16, 2020
-
-
David Goulet authored
Generates the compile_commands.json file using the "bear" application so the ccls server can be more efficient with our code base. Closes #40227 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Dec 15, 2020
-
-
David Goulet authored
-
David Goulet authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
- Dec 14, 2020
-
-
Nick Mathewson authored
Previously, our code would send back an error if the socks5 request parser said anything but DONE. But there are other non-error cases, like TRUNCATED: we shouldn't send back errors for them. This patch lowers the responsibility for setting the error message into the parsing code, since the actual type of the error message will depend on what problem was encountered. Fixes bug 40190; bugfix on 0.3.5.1-alpha.
-
- Dec 11, 2020
-
-
George Kadianakis authored
-
- Dec 09, 2020
-
-
Nick Mathewson authored
We should be using TOR_STATIC_LDFLAGS, not TOR_STATIC_LDFALGS. Bug not in any released version of Tor.
-
Nick Mathewson authored
-
This patch makes Tor announce the relay specific bridge status page URL when Tor is starting up before bootstrap occours. See: tor#30477
-
- Dec 08, 2020
-
-
Adds a more user-friendly error message when the configuration is reloaded and a new %include is added that makes its unglobbing access files/folders not allowed by the seccomp sandbox.
-
Nick Mathewson authored
-
David Goulet authored
-
David Goulet authored
Fixes #40205 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
George Kadianakis authored
-
Nick Mathewson authored
Previously, "--list-fingerprint --quiet" was an error. Now, the handler for optional arguments to "--list-fingerprint" can tell that "--quiet" is a flag, not an argument. This only affects flags that take an _optional_ argument, so you can still put your torrc file in a location starting with "-". Closes #40223.
-
David Goulet authored
-
David Goulet authored
The "-static" compile flag was set globally which means that all autoconf test were attempting to be built statically and lead to failures of detecting OpenSSL libraries and others. This commit adds this flag only to the "tor" binary build. There is also a fix on where to find libevent.a since it is using libtool, it is in .libs/. At this commit, there are still warnings being emitted that informs the user that the built binary must still be linked dynamically with glibc. Fixes #40111 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
- Dec 04, 2020
-
-
Neel Chauhan authored
-
- Dec 02, 2020
-
-
Nick Mathewson authored
-
- Nov 28, 2020
-
-
Samanta Navarro authored
The Python code is such a nice addition to the documentation and the C code for better understanding of onion v3 address generation. Straight to the point and easy to understand. Unfortunately it did not work with my distribution's Python version. I have adjusted the code to support Python 3.8 (tested with 3.8.6) and to still be compatible with Python 2.
-
- Nov 25, 2020
-
-
Alexander Hansen Færøy authored
Currently Tor fails with the following error: src/test/test_stats.c: In function ‘test_rephist_v3_onions’: src/test/test_stats.c:527:22: error: overflow in implicit constant conversion [-Werror=overflow] update_approx_time(10101010101); This patch changes the constant passed to update_approx_time() to avoid the overflow in the implicit conversion. See: tor#40199
-
- Nov 24, 2020
-
-
David Goulet authored
-
- Nov 23, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
George Kadianakis authored
-
George Kadianakis authored
The rest of rephist.c is doing the same kind of unsigned casting. For example see rep_hist_format_buffer_stats() and rep_hist_format_exit_stats(). The previous switch to %ld made Appveyor fail: https://ci.appveyor.com/project/torproject/tor/builds/36118502
-
- Nov 21, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Neel Chauhan authored
-
- Nov 19, 2020
-
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-