Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-19 | practracker: Regenerate exceptions file | teor | |
Accept the current state of the tor codebase, including all the files and functions that have increased technical debt over the last few months. Accepts all the current practracker warnings, so that reviewers can focus on new warnings. Closes ticket 33635. | |||
2020-03-17 | Run "practracker.py --regen-overbroad" | teor | |
We've successfully resolved a bunch of technical debt over the last few months. Let's remove the allowances for that debt from the practracker exceptions. | |||
2020-03-13 | Merge branch 'pr1764_squashed' | teor | |
2020-03-13 | Add a script to install the scripts in scripts/git appropriately. | Nick Mathewson | |
To run this, say something like TOR_DEVTOOL_DIR=~/bin scripts/git/git-install-tools.sh all To see what it would do, give it the -n flag. To get help, give it the -h flag. | |||
2020-03-11 | hs-v3: Log reasons why service can't upload descriptor | David Goulet | |
When a service can not upload its descriptor(s), we have no logs on why. This adds logging for each possible reason for each descriptors. That logging is emitted every second so it is rate limited for each reason and per descriptor. Closes #33400 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-03-09 | Revert "scripts: Remove typo in git-list-tor-branches.sh" | Nick Mathewson | |
This reverts commit a63b4148229ae8ce46494fd6a0f99149c231605c. The "typo" wasn't actually a typo. The "r" in the suffixes for the release branches is meant to make them distinct from the maint branches. Now, _right now_, nothing uses release branch suffixes, but it's important to keep them distinct if we decide to use them in the future. | |||
2020-03-05 | scripts: Remove typo in git-list-tor-branches.sh | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-03-05 | Merge branch 'tor-github/pr/1720' | David Goulet | |
2020-03-05 | Update git scripts to use git-list-tor-branches.sh | Nick Mathewson | |
2020-03-05 | Add a script to list the maintained Tor branches in different ways | Nick Mathewson | |
This will be used for 32121 | |||
2020-03-05 | Merge branch 'clang_format_prep_3' | Nick Mathewson | |
2020-02-24 | Merge remote-tracking branch 'tor-github/pr/1685/head' | Nick Mathewson | |
2020-02-20 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-02-20 | Merge remote-tracking branch 'tor-github/pr/1757/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-20 | Merge branch 'extract_routerkeys_squashed' | Nick Mathewson | |
2020-02-20 | Move relay_handshake.[ch] into src/feature/relay, and make it optional | Nick Mathewson | |
2020-02-20 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-02-19 | Extract relay-only handshake code into its own file. | Nick Mathewson | |
This is not the only relay-only handshake code, but it is most of such code that is in connection_or.c. | |||
2020-02-19 | practracker: Read unicode files when using Python 2 | teor | |
Allow the "practracker" coding best practices checking script to read unicode files, when using Python 2. We made the script use unicode literals in 0.4.3.1-alpha, but didn't change the codec for opening files. Fixes bug 33374; bugfix on 0.4.3.1-alpha. | |||
2020-02-19 | Run "practracker --regen-overbroad" | teor | |
Closes ticket 33373. | |||
2020-02-18 | Merge branch 'tor-github/pr/1743' | David Goulet | |
2020-02-18 | lintChanges: Tolerate variants that sortChanges knows how to clean up. | Nick Mathewson | |
2020-02-16 | Stop assuming that /usr/bin/python exists | Panagiotis Vasilopoulos | |
Fixes 33192 | |||
2020-02-14 | Script to check sorting of manpage entries | Taylor Yu | |
Add a script to help check the alphabetical ordering of option names in a manpage. Closes ticket 33339. | |||
2020-02-12 | Add a dire warning about not reformatting the whole codebase yet. | Nick Mathewson | |
2020-02-12 | scripts/git: Stop running the checked-out git scripts | teor | |
Stop executing the checked-out pre-commit hook from the pre-push hook. Instead, execute the copy in the user's git dir. Fixes bug 33284; bugfix on 0.4.1.1-alpha. | |||
2020-02-11 | Merge branch 'tor-github/pr/1717' | David Goulet | |
2020-02-11 | Update scripts/git/*.sh to know about 043 and not about 040. | Nick Mathewson | |
2020-02-11 | Merge branch 'ticket33029_042_01' into ticket33029_043_03 | David Goulet | |
Conflicts: doc/tor.1.txt src/app/config/config.c src/app/config/or_options_st.h src/core/mainloop/connection.h Between 042 and 043, the dirauth options were modularized so this merge commit address this by moving the AuthDirRejectUncompressedRequests to the module along with a series of accessors. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-11 | Undefined name: make_key() -> make_rsa_key() | Christian Clauss | |
2020-02-06 | checkSpace: permit wide lines for LCOV_EXCL | Nick Mathewson | |
We're telling clang-format that a line with LCOV_EXCL must not be split -- that's fine, but we shouldn't complain when it indents it. | |||
2020-02-06 | checkSpace: be more careful about bad function headers. | Nick Mathewson | |
Previously we would forbid macro indentations like this: FOO({ int x; }) But clang-format sometimes generates those. | |||
2020-02-06 | checkSpace: don't treat an unindented label as starting a function. | Nick Mathewson | |
2020-02-06 | checkSpace.pl: Allow space between iteration macros and (). | Nick Mathewson | |
Clang-format wants to put these in, and they do make sense for consistency. Also allow more types. | |||
2020-02-06 | checkSpace.pl: Use a data structure for a list of non-function names | Nick Mathewson | |
2020-02-06 | checkspace: allow spaces in cpp directives. | Nick Mathewson | |
2020-02-06 | checkSpace.pl: allow {{, ){, and ({. | Nick Mathewson | |
2020-02-06 | checkSpace: remove the nosplabel test. | Nick Mathewson | |
2020-02-06 | Temporary clang-format configuration and script. | Nick Mathewson | |
The format is the same as in my previous efforts here. The script is a little tricky, since it invokes both clang-format and codetool, and it makes sure that files do not have a changed mtime unless there is actually some change in the file. | |||
2020-02-06 | codetool: post-processor for clang-format | Nick Mathewson | |
This code transformer makes a couple of changes that we want for our source code, and can be expanded to handle more. | |||
2020-02-06 | Merge remote-tracking branch 'public/practracker_regen_overbroad_2' | Nick Mathewson | |
2020-02-03 | practracker: use shutil.move so --regen will work on windows | Nick Mathewson | |
On windows you can't os.rename() a file if the target filename already exists. | |||
2020-02-03 | practracker: integration tests for --regen and --regen-overbroad | Nick Mathewson | |
2020-02-03 | practracker: add a --regen-overbroad option to remove overbroad exceptions. | Nick Mathewson | |
Closes ticket 32372. | |||
2020-02-03 | Remove unused import UserDict | Christian Clauss | |
Fixes: https://trac.torproject.org/projects/tor/ticket/32791#comment:3 Unblocks: #1686 | |||
2020-01-28 | Use print() function in both Python 2 and Python 3 | cclauss | |
2020-01-23 | Git hooks: remove support for 0.2.9 directory layout. | Nick Mathewson | |
We no longer will be pushing or committing things in branches that use src/common or src/or. Resolves ticket 32957. | |||
2020-01-21 | practracker: Make it happy | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-01-20 | add_c_file: Replace asserts with exceptions | teor | |
Closes 32962. | |||
2020-01-20 | add_c_file: Improve script documentation | teor | |
Part of 32962. |