- Nov 01, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
The main effect of this change is to commit to an extensible long-term API. Closes ticket 23684.
-
- Oct 18, 2017
-
-
Nick Mathewson authored
At first, we put the tor_git_revision constant in tor_main.c, so that we wouldn't have to recompile config.o every time the git revision changed. But putting it there had unintended side effect of forcing every program that wanted to link libor.a (including test, test-slow, the fuzzers, the benchmarks, etc) to declare their own tor_git_revision instance. That's not very nice, especially since we want to start supporting others who want to link against Tor (see 23846). So, create a new git_revision.c file that only contains this constant, and remove the duplicated boilerplate from everywhere else. Part of implementing ticket 23845.
-
- Oct 17, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 16, 2017
-
-
Nick Mathewson authored
-
Comment-only change. Part of #23813.
-
- Oct 15, 2017
-
- Oct 10, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 06, 2017
-
-
Taylor Yu authored
Adjust the GitLab CI configuration to more closely match that of Travis CI. Fixes bug 23757.
-
- Oct 05, 2017
-
-
Taylor Yu authored
Stop attempting to unconditionally mirror the tor repository in GitLab CI. This prevented developers from enabling GitLab CI on master because the "update" job would attempt to run, causing an unuseful CI failure. Fixes bug 23755.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Oct 04, 2017
-
-
Taylor Yu authored
Skip test_config_include_no_permission() when running as root, because it will get an unexpected success from config_get_lines_include(). This affects some continuous integration setups. Fixes bug 23758.
-
Nick Mathewson authored
-
- Oct 03, 2017
-
-
Fixes #23748 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
George Kadianakis authored
-
Taylor Yu authored
Add more explanation in doc/HACKING about how to read gcov output, including a reference to the gcov documentation in the GCC manual. Also add details about how our postprocessing scripts modify gcov output.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
These are related to handling of failures on functions which can't fail.
-
Nick Mathewson authored
-