Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
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>
|
|
|
|
|
|
On windows you can't os.rename() a file if the target filename
already exists.
|
|
|
|
Closes ticket 32372.
|
|
Fixes: https://trac.torproject.org/projects/tor/ticket/32791#comment:3
Unblocks: #1686
|
|
|
|
We no longer will be pushing or committing things in branches that
use src/common or src/or.
Resolves ticket 32957.
|
|
Closes 32962.
|
|
Part of 32962.
|
|
Check that the script isn't in a tor build directory, by looking
for a src/include.am file.
Part of 32962.
|
|
* fname for generic file paths
* tor_fname for paths relative to the top-level tor directory
* src_fname for paths relative to tor's src directory
With prefixes as required to disambiguate different paths of the same
type.
Part of 32962.
|
|
Part of 32962.
|
|
Most paths are relative to the top-level tor directory, but the
paths in the C and H files are relative to tor's src directory.
Part of 32962.
|
|
* distinguish between paths relative to the top-level tor directory,
and paths relative to tor's src directory
* canonicalise paths before using them
* check that the script is run from the top-level tor directory
* check that the file is being created in tor's src directory
Part of 32962.
|
|
|
|
Fixes bug 32962.
|
|
|
|
|
|
|
|
Part of 32705.
|
|
Part of 32705.
|
|
And canonicalise file paths, so that output is consistent, even in
out-of-tree builds.
Capturing stderr output produces better diagnostics.
Diagnostics for 32705.
|
|
Hopefully, these explanations make it easier to get the next branch
transition right.
Part of 32772.
|
|
We need a test branch for the earliest maint branch (maint-0.3.5),
but we can't merge forward into it, because there is no previous
active maint branch.
Also, edit a git-push-all comment that still said "029".
Bugfix on 32772; bug not in any released version of tor.
|
|
|
|
|
|
When TOR_DISABLE_PRACTRACKER is set, print a message to
stderr when skipping practracker checks.
Part of 32705.
|
|
When practracker is disabled, its output will be empty. We don't
want that happening during our tests.
Fixes bug 32705; bugfix on 0.4.2.1-alpha, when test_practracker.sh
was introduced.
|
|
Closes ticket 32137.
|
|
|
|
|
|
|
|
Except for src/ext, which we may not want to modify.
Closes ticket 32732.
|
|
Closes ticket 32704.
|
|
No changes file required: not in any released version of tor.
Fixes bug 32663.
|
|
|
|
|
|
Extra testing after 32613.
|
|
Part of 32522.
|
|
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.
|
|
Managing line-ending issues for this one isn't worth it.
|
|
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.
|
|
There were lots of slight differences in indentation and formatting
among the in-file error messages.
|
|
(Or any files that start with "." or "#".)
Obviously correct changes to already-reviewed code.
|
|
|
|
Obviously correct changes to already-reviewed code.
|