Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Merge branch 'maint-0.4.3' into maint-0.4.4 | David Goulet | |
2021-01-21 | Merge branch 'maint-0.3.5' into maint-0.4.3 | David Goulet | |
2021-01-21 | build: Add "make lsp" command | David Goulet | |
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> | |||
2020-09-21 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-09-21 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-09-21 | Add a few more options for the CI script. | Nick Mathewson | |
These are: --disable-module-relay --disable-module-dirauth --enable-all-bugs-are-fatal --enable-nss | |||
2020-09-18 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-09-18 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-09-18 | Copy tracing things back to maint-0.3.5, for consistency. | Nick Mathewson | |
2020-08-12 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-08-12 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-08-12 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-08-12 | CI: Turn on stem with 044 and later. | Nick Mathewson | |
2020-08-12 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-08-12 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-08-12 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-08-12 | CI: improve output when skipping doxygen | Nick Mathewson | |
2020-08-12 | Try disabling "make all" when checking docs. | Nick Mathewson | |
2020-08-12 | CI: Try to enable integration tests, hardening, and clang. | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-08-11 | CI: label our python versions. | Nick Mathewson | |
2020-08-11 | CI: Only run doxygen on 0.4.3 and later. | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-08-11 | Fix a pair of typos in ci-driver.sh. | Nick Mathewson | |
2020-08-11 | Fix "run_check_subsystem_order.sh" to use $PYTHON. | Nick Mathewson | |
Previously it just used /usr/bin/env/python, which would fail if we only had a "python3" binary. Fixes bug 40095; bugfix on 0.4.4.1-alpha. | |||
2020-08-11 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-08-11 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-08-11 | Add a pair of warnings about only editing CI in 035 | Nick Mathewson | |
2020-08-10 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-08-10 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-08-10 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-08-10 | Add a shareable continuous-integration script. | Nick Mathewson | |
Eventually this should be used by every one of our CI scripts. | |||
2020-07-17 | Use gitlab-friendly URLs when formatting changelogs as HTML | Nick Mathewson | |
Our old https://bugs.torproject.org/nnnn URLs only work for bugs numbered before 40000. Newer gitlab bugs need to have specific projects mentioned. This patch assumes that bugs are in tpo/core/tor by default, but allows us to refer to several other projects by saying e.g. "chutney#40002" if we want. | |||
2020-06-11 | Fold in a changes file and update exceptions.txt. | George Kadianakis | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-09 | Remove "enable_practracker_in_hooks" for 0.4.4. | Nick Mathewson | |
2020-06-08 | scripts/maint: Remove obsolete generated tor.sh | c | |
Per <https://trac.torproject.org/projects/tor/ticket/34381>, these contrib scripts were generated by older versions of Tor and shellcheck will throw warnings if they still exist. | |||
2020-05-14 | Fix a python warning in format_changelog.py. | Nick Mathewson | |
2020-05-05 | config: New file resolve_addr.{c|h} | David Goulet | |
Move a series of function from config.c into that new file which is related to address resolving. Part of #33789 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-04-30 | practracker: Accept the connection buf refactor | teor | |
Accept a few extra lines from the connection_buf_read_from_socket() refactor. Cleanup after 33131. | |||
2020-04-30 | practracker: Allow an extra line in tor_addr_parse_mask_ports() | teor | |
We added a cast, and wrapped a line. | |||
2020-04-14 | Run practracker regen | teor | |
Lock-in improvements. Accept some small function size increases. Allow a small amount of extra file size increase. | |||
2020-04-09 | Merge remote-tracking branch 'tor-github/pr/1801/head' | Nick Mathewson | |
2020-04-09 | relay: Run practracker --regen | teor | |
Lock in some file and function size improvements. Accept some small file size and dependency increases. Part of 33633. | |||
2020-04-07 | Merge branch 'pr1838_squashed' | teor | |
2020-04-07 | Try rewriting normalize_srcdir to normalize harder. | Nick Mathewson | |