- 13 Sep, 2018 1 commit
-
-
Mike Perry authored
This commit only moves code. No functionality has been changed.
-
- 10 Sep, 2018 6 commits
-
-
Taylor Yu authored
Existing cached directory information can cause misleadingly high bootstrap percentages. To improve user experience, defer reporting of directory information progress until at least one connection has succeeded to a relay or bridge. Closes ticket 27169.
-
Taylor Yu authored
Track bootstrap phase (enumerated by bootstrap_status_t) independently from the bootstrap progress (which can represent intermediate progress). This allows control_event_bootstrap_problem() to avoid doing a linear search through the bootstrap progress space to find the current bootstrap phase.
-
Taylor Yu authored
Eliminate a few conditional expressions in control_event_bootstrap_core() by overwriting the status parameter.
-
Taylor Yu authored
Move the mostly-invariant part of control_event_boostrap() into a helper control_event_bootstrap_core(). The helper doesn't modify any state beyond doing logging and control port notifications.
-
Taylor Yu authored
-
Taylor Yu authored
Simplify control_event_bootstrap() by making it return void again. It is currently a fairly complicated function, and it's made more complicated by returning an int to signal whether it logged at NOTICE or INFO. The callers conditionally log messages at level NOTICE based on this return value. Change the callers to unconditionally log their verbose human-readable messages at level INFO to keep NOTICE logs less cluttered. This partially reverts the changes of #14950.
-
- 21 Aug, 2018 1 commit
-
-
Nick Mathewson authored
It is not nice to expose a private key's contents without having the function name advertise the fact. Fortunately, we weren't misusing these yet.
-
- 20 Aug, 2018 1 commit
-
-
Neel Chauhan authored
-
- 08 Aug, 2018 1 commit
-
-
Neel Chauhan authored
-
- 17 Jul, 2018 1 commit
-
-
Kevin Gallagher authored
Sends the Tor controller the uptime in seconds. Highly useful for monitoring purposes.
-
- 05 Jul, 2018 3 commits
-
-
Nick Mathewson authored
I am very glad to have written this script.
-
Nick Mathewson authored
This commit won't build yet -- it just puts everything in a slightly more logical place. The reasoning here is that "src/core" will hold the stuff that every (or nearly every) tor instance will need in order to do onion routing. Other features (including some necessary ones) will live in "src/feature". The "src/app" directory will hold the stuff needed to have Tor be an application you can actually run. This commit DOES NOT refactor the former contents of src/or into a logical set of acyclic libraries, or change any code at all. That will have to come in the future. We will continue to move things around and split them in the future, but I hope this lays a reasonable groundwork for doing so.
-
Nick Mathewson authored
-
- 03 Jul, 2018 1 commit
-
-
Nick Mathewson authored
The standard is printf("%"PRIu64, x);
-
- 01 Jul, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
or.h should really include only the minimum of stuff from or/*, common/*, and lib/*.
-
- 28 Jun, 2018 1 commit
-
-
Nick Mathewson authored
-
- 27 Jun, 2018 1 commit
-
-
David Goulet authored
For HSv3, the HSADDRESS= wasn't properly parsed for the HSPOST command. It now correctly use it and furthermore sends back a "200 OK" in case the command is successful for a v3 descriptor. Fixes #26523 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 21 Jun, 2018 1 commit
-
-
Nick Mathewson authored
-
- 20 Jun, 2018 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 15 Jun, 2018 15 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
I was expecting this to be much worse.
-
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
More modules use this than I had expected!
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This one was actually fairly simple.
-
Nick Mathewson authored
-
- 08 Jun, 2018 1 commit
-
-
rl1987 authored
-