Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-26 | practracker/includes.py: Don't read editor temp files | teor | |
(Or any files that start with "." or "#".) Obviously correct changes to already-reviewed code. | |||
2019-11-26 | check-spaces: Fix an outdated comment | teor | |
2019-11-26 | practracker: Fix a typo in a logging function call | teor | |
Obviously correct changes to already-reviewed code. | |||
2019-11-25 | Merge branch 'stream-socks-auth' into bug19859_merged | Nick Mathewson | |
2019-11-23 | rename_c_identifier: don't crash when doing only one replacement. | Nick Mathewson | |
2019-11-19 | Split log configuration out of options_act_reversible(). | Nick Mathewson | |
2019-11-18 | Add changes file for #30381. | George Kadianakis | |
2019-11-14 | Merge branch 'tor-github/pr/1489' | David Goulet | |
2019-11-14 | practracker: Don't read editor temp files, attempt 2 | teor | |
(Or any files that start with "." or "#".) Obviously correct changes to already-reviewed code. | |||
2019-11-07 | scripts/git: Stop failing when upstream branches don't exist | teor | |
If you add a custom remote, or a new branch, and don't fetch first, then the script would fail when checking for unchanged branches. Instead, skip the check: a new branch is definitely a change. | |||
2019-11-07 | scripts/git: Remove extra printfs from a bad merge | teor | |
2019-11-06 | shellcheck: Fix minor issues in some scripts | teor | |
Fix minor issues in git-push-all.sh, git-setup-dirs.sh and test_parseconf.sh. Fixes bug 32402; not in any released version of tor. Obviously correct changes to already reviewed code. | |||
2019-11-06 | Merge branch 'bug32402_042' into bug32402_master | teor | |
Merge changes from master with shellcheck fixes. | |||
2019-11-06 | shellcheck: Fix issues in the git-*.sh scripts | teor | |
Fixes bug 32402; bugfix on 0.4.2.1-alpha. Obviously correct changes to already reviewed code. | |||
2019-11-06 | shellcheck: Start checking most scripts for errors | teor | |
This check was accidentally disabled by a bad find command. Fixes bug 32402; bugfix on 0.4.2.1-alpha. Obviously correct changes to already reviewed code. | |||
2019-11-05 | practracker: Preserve improvements | teor | |
2019-11-05 | Merge remote-tracking branch 'tor-github/pr/1477' | teor | |
2019-11-05 | practracker: Update the exceptions file with improvements | teor | |
Regenerate the exceptions file, but only commit the improvements. Includes changes from 32213 and other tickets. | |||
2019-11-05 | scripts: Fix update_versions.py for out-of-tree builds | teor | |
Fixes bug 32371; bugfix on 0.4.0.1-alpha. | |||
2019-11-05 | practracker: Rename functions modified by a previous commit | teor | |
Part of 32213. | |||
2019-11-03 | Bug #19859: Increase function-size exception to 124 | JeremyRand | |
2019-10-31 | scripts/git: Add TOR_EXTRA_REMOTE_* for an extra git remote | teor | |
When running git-setup-dirs.sh. Part of 32347. | |||
2019-10-31 | scripts/git: Add TOR_EXTRA_CLONE_ARGS for git clone | teor | |
When running git-setup-dirs.sh. Part of 32347. | |||
2019-10-31 | scripts/git: Make a master symlink in the worktree directory | teor | |
When running git-setup-dirs.sh. Part of 32347. | |||
2019-10-31 | scripts/git: Restore a dropped check for pre-commit in pre-push | teor | |
Bugfix on 31919; not in any released version of Tor. | |||
2019-10-31 | scripts/git: Print the correct path in git-setup-dirs.sh | teor | |
2019-10-31 | scripts/git: Don't use spaces in git URLs | teor | |
2019-10-28 | scripts: Change to the top source directory as needed | teor | |
Bugfix on 31919; not in any released version of tor. | |||
2019-10-28 | practracker: Don't read editor temp files | teor | |
(Or any dot files.) Obviously correct changes to already-reviewed code. | |||
2019-10-28 | scripts/git: Fix a shellcheck error in pre-commit.git-hook | teor | |
Some versions of shellcheck do not detect this error. Bugfix on 31919; not in any released version of tor. | |||
2019-10-25 | Merge branch 'ticket31241_v3' | Nick Mathewson | |
2019-10-25 | scripts/maint: Stop assuming that python3 is in /usr/bin | teor | |
Obviously correct fix to rename_c_identifier.py. Bugfix on 32237; not in any released version of tor. | |||
2019-10-25 | Merge remote-tracking branch 'tor-github/pr/1462' | teor | |
2019-10-24 | Make foo_validate() functions call config_validate(). | Nick Mathewson | |
The former foo_validate() functions are now toplevel legacy_validate_fn callbacks. The new foo_validate() functions now call them. This change lets us remove the old shared_random disk state validation callback entirely. | |||
2019-10-25 | Merge remote-tracking branch 'tor-github/pr/1463' | teor | |
2019-10-24 | Add a script to rename C identifiers, and optionally add a commit message | Nick Mathewson | |
This script should "pay for itself" if it prevents one bug caused by careless search-replace-commit loops. | |||
2019-10-24 | scripts/git: Make spaces consistent in pre-push.git-hook | teor | |
Part of 31919. | |||
2019-10-24 | scripts/git: Only check modified files in existing git hook checks | teor | |
Part of 31919. | |||
2019-10-24 | scripts/git: Add check_cocci_parse.sh to the pre-commit hook | teor | |
But only check modified files, which dramatically speeds up check_cocci_parse.sh. Part of 31919. | |||
2019-10-24 | scripts/cocci: Check owned src in check_cocci_parse.sh by default | teor | |
Check the tor-owned sources in an 0.3.5 directory layout, if no files are provided on the command line. Part of 31919. | |||
2019-10-24 | scripts/cocci: Add check_cocci_parse.sh and default exceptions | teor | |
Add check_cocci_parse.sh, which is a thin wrapper around try_parse.sh. Add a default exceptions file, and use it in check_cocci_parse.sh. Part of 31919. | |||
2019-10-24 | scripts/cocci: Remove unused arguments from try_parse.sh spatch | teor | |
Part of 31919. | |||
2019-10-24 | scripts/cocci: Add an exceptions file to try_parse.sh | teor | |
Set $TOR_COCCI_EXCEPTIONS_FILE to the name of an exceptions file, containing a list of filename patterns matched by 'grep -f'. Part of 31919. | |||
2019-10-24 | Merge remote-tracking branch 'tor-github/pr/1447' | teor | |
2019-10-23 | scripts/git: Avoid sleeping before the last push in git-push-all.sh | teor | |
Change the loop order, so that we only sleep between pushes, and avoid sleeping after all the pushes are done. (In rare cases, there may still be an extra sleep.) Part of 32216. | |||
2019-10-23 | scripts/git: Make git-push-all.sh skip more branches that match upstream | teor | |
The script now skips master, maint-* and release-* branches that match upstream, not just test branches. And fix "no branches" bugs that this change makes happen more often. Part of 32216. | |||
2019-10-23 | scripts/git: Pass all unrecognised arguments to git-push-all.sh | teor | |
This makes the behaviour of git-push-all.sh -n identical to the other git scripts. Part of 32216. | |||
2019-10-23 | scripts/git: Fix a variable name typo in git-push-all.sh | teor | |
Obviously correct changes to already reviewed code. | |||
2019-10-22 | Merge branch 'ticket31705_v2' into ticket31705_v2_merged | Nick Mathewson | |
Conflicts: src/feature/dirparse/authcert_parse.c src/feature/dirparse/ns_parse.c src/feature/hs/hs_service.c src/lib/conf/conftesting.h src/lib/log/log.h src/lib/thread/threads.h src/test/test_options.c These conflicts were mostly related to autostyle improvements, with one or two due to doxygen fixes. | |||
2019-10-22 | confmacros.h: fix coccinelle parsing. | Nick Mathewson | |