Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-16 | Merge remote-tracking branch 'tor-github/pr/1545' | Nick Mathewson | |
2019-11-16 | Merge remote-tracking branch 'tor-github/pr/1544' | Nick Mathewson | |
2019-11-15 | Remove the extra whitespace around the DARWIN #defines | Neel Chauhan | |
2019-11-15 | Remove the extra whitespace in the lines_eq() if statement in ↵ | Neel Chauhan | |
consdiff_gen_diff() | |||
2019-11-15 | Doxygen: rename all .dox files to end with .md | Nick Mathewson | |
Using a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done | |||
2019-11-15 | Doxygen: remove /** and **/ from all .dox files | Nick Mathewson | |
This is an automatically generated commit, made with: find src -name '*.dox' | \ xargs perl -i -ne 'print unless (m#^\s*/?\*\*/?\s*$#);' | |||
2019-11-15 | Merge branch 'ticket32211' | Nick Mathewson | |
2019-11-15 | Initialization documents: incorporate feedback from review. | Nick Mathewson | |
(Thanks, Taylor!) | |||
2019-11-15 | Merge remote-tracking branch 'tor-github/pr/1535' | teor | |
2019-11-15 | Merge remote-tracking branch 'tor-github/pr/1533' | teor | |
2019-11-15 | Merge remote-tracking branch 'tor-github/pr/1536' | teor | |
2019-11-14 | Avoid redundant typedef of or_options_t and smartlist_t in *_config.h | Nick Mathewson | |
Fixes bug 32495. | |||
2019-11-14 | Fix 32-bit warnings in test_circuitmux.c | Nick Mathewson | |
Fixes bug 32496; bug not in any released Tor. | |||
2019-11-14 | Merge remote-tracking branch 'tor-github/pr/1531' | Nick Mathewson | |
2019-11-14 | Run "make autostyle" | teor | |
2019-11-14 | relay: Disable relay_sys when the relay module is disabled | teor | |
Closes ticket 32245. | |||
2019-11-14 | relay: Disable relay_periodic when the relay module is disabled | teor | |
Closes ticket 32244. | |||
2019-11-14 | dirauth: Remove a HAVE_MODULE_DIRAUTH inside a function | teor | |
There are now no HAVE_MODULE_{DIRAUTH,RELAY} inside functions. Closes ticket 32163. | |||
2019-11-14 | test/parseconf: Warn when the expected_log* file is missing | teor | |
Part of 32451. | |||
2019-11-14 | test/parseconf: Update conf_examples to use expected_log | teor | |
Part of 32451. | |||
2019-11-14 | test/parseconf: Add failure cases in conf_failures/ | teor | |
These failure cases can be used to test the failure behaviour and failure logs of test_parseconf.sh. See the README for details. Part of 32451. | |||
2019-11-14 | test/parseconf: Stop adding newlines to *_printf | teor | |
Cleanup after 32451. | |||
2019-11-14 | test/parseconf: Show tor command lines on failure | teor | |
Part of 32451. | |||
2019-11-14 | test/parseconf: Refactor and simplify, stage 2 | teor | |
Remove more duplicate code. Eliminate some arguments. Rewrite some comments. Cleanup after 32451. | |||
2019-11-14 | test/parseconf: Refactor and standardise, stage 1 | teor | |
Remove duplicate code, and standardise similar behaviour. Add some additional error checking. Cleanup after 32451. | |||
2019-11-14 | test/parseconf: Rename some functions, and reformat | teor | |
Part of 32451. | |||
2019-11-14 | test/parseconf: Use consistent formatting | teor | |
Make spacing, quotes, and env vars consistent. Cleanup after 32451 and 32468. | |||
2019-11-14 | test/parseconf: Stop ignoring --dump-config failures | teor | |
When we added the $FILTER for Windows newlines, we made the pipeline always exit successfully, even if tor failed. Fixes bug 32468; bugfix on 0.4.2.1-alpha. | |||
2019-11-14 | test/parseconf: Standardise output messages | teor | |
Part of 32451. | |||
2019-11-14 | test/parseconf: Add an expected_log file | teor | |
The "expected_log" file is a set of patterns that matches the output of "tor --verify-config". Unlike "error", it expects a successful exit status. Part of 32451. | |||
2019-11-14 | test/parseconf: Rewrite the included files section | teor | |
Part of 32451. | |||
2019-11-14 | test/parseconf: Split the file list into sections | teor | |
There are lots of different files now, so having Config and Result sections is helpful. Part of 32451. | |||
2019-11-12 | HACKING/design: move 01c-time.md into doxygen. | Nick Mathewson | |
2019-11-12 | Move 01g-strings.md into doxygen. | Nick Mathewson | |
2019-11-12 | 01f-threads.md becomes threading.dox. | Nick Mathewson | |
2019-11-12 | HACKING/design: turn the remaining parts of crypto into a certs doc | Nick Mathewson | |
2019-11-12 | Merge branch 'maint-0.4.2' | teor | |
2019-11-12 | test/parseconf: Add tests for ignored options | teor | |
These tests will also pass on 0.4.3, with the original implementation, and with the new implementation in 32404. Part of 32295 and 32404. | |||
2019-11-12 | config: Log the option name when skipping an obsolete option | teor | |
This is a basic fix for 0.4.2 only. The fix for 0.4.3 and later is in 32404. Fixes bug 32295; bugfix on 0.4.2.1-alpha. | |||
2019-11-11 | Light grammar edits | Nick Mathewson | |
2019-11-11 | Merge remote-tracking branch 'tor-github/pr/1338' | Nick Mathewson | |
2019-11-11 | Merge remote-tracking branch 'tor-github/pr/1524' | Nick Mathewson | |
2019-11-11 | Merge branch 'ticket32404' | Nick Mathewson | |
2019-11-11 | clarify OBSOLETE vs IGNORE. | Nick Mathewson | |
2019-11-11 | Doxygen: close an unterminated <b>. | Nick Mathewson | |
2019-11-11 | doxygen: use <tt> and # to avoid interpreting # as a link. | Nick Mathewson | |
2019-11-11 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2019-11-11 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
2019-11-11 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-11-11 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |