Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2019-12-09 | Port changelog tools to python 3 | Nick Mathewson | |
Closes ticket 32704. | |||
2019-12-04 | Merge branch 'ticket32609_squashed' | Nick Mathewson | |
2019-12-04 | practracker: document !advisory in includes.py | teor | |
2019-12-04 | git scripts: Add the checkSpace.pl unit tests | teor | |
Extra testing after 32613. | |||
2019-12-04 | practracker: Test for bad ".c" includes in the unit tests | teor | |
Part of 32522. | |||
2019-12-04 | Makefile/git scripts: Add the practracker unit tests | teor | |
Add a check-practracker-unit-test target, and run it as part of "make check". Add the practracker unit tests to scripts/git/pre-commit.git-hook. Part of 32609. | |||
2019-12-03 | Have checkSpaceTest.sh exit as skipped when on Windows | Nick Mathewson | |
Managing line-ending issues for this one isn't worth it. | |||
2019-12-03 | Add a simple test for checkSpace.pl | Nick Mathewson | |
This script is not expected to work on windows due to line-ending issues, so I'm not making it get run on an automated basis. We should use it when editing checkSpace.pl. Closes ticket 32613. | |||
2019-11-26 | checkSpace.pl: make output more uniform. | Nick Mathewson | |
There were lots of slight differences in indentation and formatting among the in-file error messages. | |||
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. |