Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-03 | Merge branch 'maint-0.3.5' into release-0.3.5 | David Goulet | |
2021-11-03 | shellcheck: Make it happy on couple scripts | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | Merge branch 'maint-0.3.5' into release-0.3.5 | David Goulet | |
2021-10-26 | ci: Missing source dir when parsing configure.ac version | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-25 | changelog: Changelog for 0.3.5.17 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
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 | 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 | Copy tracing things back to maint-0.3.5, for consistency. | Nick Mathewson | |
2020-08-12 | CI: Turn on stem with 044 and later. | 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 | 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 | Fix a pair of typos in ci-driver.sh. | Nick Mathewson | |
2020-08-11 | Add a pair of warnings about only editing CI in 035 | 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. | |||
2019-02-08 | Fix coverage script. | Nick Mathewson | |
It was looking for object files made with the old automake directorations, but those changed when we split up our libraries. Fixes bug 29435; bugfix on 0.3.5.1-alpha. | |||
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-08-28 | Set the file encoding in checkIncludes.py with Python3 | Nick Mathewson | |
2018-08-24 | Add scripts/test/chutney-git-bisect.sh, for bisecting using chutney | teor | |
Supports bisection on 0.3.4 and earlier. Recommend that users copy the script before bisecting. Implements ticket 27211. | |||
2018-07-31 | Merge remote-tracking branch 'teor/bug26979' | Nick Mathewson | |
2018-07-31 | Merge branch 'ticket26447' | Nick Mathewson | |
2018-07-31 | Appveyor CI: always use HEAD for the short commit | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: sort environmental variables | teor | |
To avoid future duplicates. | |||
2018-07-31 | Appveyor CI: fix some typos | teor | |
2018-07-31 | Appveyor CI: Generate correct tag names | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: Switch to one URL per line | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: Generate correct branches and URLs for pull requests | teor | |
Part of 26979. | |||
2018-07-31 | Appveyor CI: Make short commits 10 hexdigits long | teor | |
That's what git does for tor. Part of 26979. | |||
2018-07-31 | Appveyor CI: Fix GitHub provider detection | teor | |
Part of 26979. | |||
2018-07-17 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-17 | Fix build to work with --disable-unittests again | rl1987 | |
2018-07-12 | Add fuzzing wrapper for fetch_from_buf_socks() | Nick Mathewson | |
2018-07-12 | Merge remote-tracking branch 'imnotbad/bug26502' | Nick Mathewson | |
2018-07-09 | Add a little documentation to checkIncludes.py. | Nick Mathewson | |
Someday people might be glad I did. | |||
2018-07-09 | Re-wrap the error message emitted by checkIncludes.py | Nick Mathewson | |
2018-07-09 | Make checkIncludes work on python 2.7 | Nick Mathewson | |
2018-07-08 | Remove small piece of unneeded documentation | Kaidan | |
2018-07-08 | #26502: Stop using fallback blacklist | Kaidan | |
2018-07-05 | Fix everything that previously referred to src/or | Nick Mathewson | |
2018-07-05 | Start splitting src/or | Nick Mathewson | |
This is a very gentle commit that just lays the groundwork in the build system: it puts the include files to build libtor-app.a into src/core, and to build the tor executable into src/app. The executable is now "src/app/tor". | |||
2018-07-05 | Fix fuzzing_include_am.py | Nick Mathewson | |
2018-07-01 | Prune the .may_include files a bit; detect unused lines in them | Nick Mathewson | |
2018-07-01 | Update the coverage script to look at new file locations | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-29 | Merge branch 'maint-0.2.9' into maint-0.3.1maint-0.3.1 | Nick Mathewson | |
2018-06-29 | Finally remove our EOL@EOF check. | Nick Mathewson | |
This check was added by mistake long ago. It will be nice to see these EOLs disappear from our code over time. (backport from master) |