- Mar 13, 2020
-
-
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.
-
- Feb 25, 2020
-
-
Nick Mathewson authored
-
- Feb 24, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Process uses evloop, and so should be initialized after it.
-
Nick Mathewson authored
Pubsub events are not supposed to have their own subsystems; they're supposed to be part of a parent subsystem.
-
Nick Mathewson authored
Previously we had initialized only the library subsystems. This made it hard to write some tests, and encouraged people to put their subsystems at a level lower than they really belonged at. Instead, it probably just makes sense to initialize everything before we start the tests. Without this fix, 33316 breaks our tests because of raising the level of the ocirc/orconn events.
-
Nick Mathewson authored
-
Nick Mathewson authored
This code was in our process module, but it doesn't belong there: process is for launching and monitoring subprocesses, not for hardening the current process. This change lets us have our subsystem init order more closely match our dependency order.
-
Nick Mathewson authored
-
George Kadianakis authored
- Fix a bug and add unittest. - Add changes file. - Add man page entry.
-
- Feb 21, 2020
-
-
Nick Mathewson authored
-
- Feb 20, 2020
-
-
Taylor Yu authored
-
Taylor Yu authored
-
Nick Mathewson authored
Don't dump totals with anonymous purposes. Additionally, don't dump headers that have nothing underneath them.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Without this, -O0 builds fail, which is a sign that LTO builds may fail too.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Cleanup after 4631.
-
swati authored
-
Nick Mathewson authored
This is not the only relay-only handshake code, but it is most of such code that is in connection_or.c.
-
- Feb 19, 2020
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
It is not called by anything outside of the tests and dns.c.
-
Nick Mathewson authored
It hasn't been used since 2009.
-
Nick Mathewson authored
-
Nick Mathewson authored
Since these are only used inside the feature/relay module, they don't need stubs.
-
Nick Mathewson authored
Apparently it is only used by the unit tests: tor doesn't want it at all. I've opened a new ticket (33383) to we if we should remove this whole feature.
-
Nick Mathewson authored
-