- 24 Apr, 2019 3 commits
-
-
- 16 Apr, 2019 2 commits
-
-
Neel Chauhan authored
-
Neel Chauhan authored
-
- 14 Apr, 2019 1 commit
-
-
Neel Chauhan authored
-
- 16 Jan, 2019 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 14 Dec, 2018 1 commit
-
-
Nick Mathewson authored
The old implementation did some funky out-of-order lexing, and tended to parse every port twice if the %d-%d pattern didn't match. Closes ticket 28853.
-
- 01 Dec, 2018 3 commits
-
-
- 01 Oct, 2018 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 27 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 25 Sep, 2018 1 commit
-
-
Nick Mathewson authored
-
- 20 Sep, 2018 1 commit
-
-
Nick Mathewson authored
In dirauth: * bwauth.c reads and uses bandwidth files * guardfraction.c reads and uses the guardfraction file * reachability.c tests relay reachability * recommend_pkg.c handles the recommended-packages lines. * recv_descs.c handles fingerprint files and processing incoming routerinfos that relays upload to us * voteflag.c computes flag thresholds and sets those thresholds on routerstatuses when computing votes In control: * fmt_serverstatus.c generates the ancient "v1 server status" format that controllers expect. In nodelist: * routerstatus_fmt.c formats routerstatus entries for a consensus, a vote, or for the controller.
-
- 14 Sep, 2018 2 commits
-
-
Nick Mathewson authored
-
Neel Chauhan authored
-
- 28 Aug, 2018 1 commit
-
-
Roger Dingledine authored
(from #20874 fix)
-
- 21 Aug, 2018 1 commit
-
-
Neel Chauhan authored
-
- 21 Jul, 2018 1 commit
-
-
Neel Chauhan authored
-
- 05 Jul, 2018 2 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.
-
- 03 Jul, 2018 1 commit
-
-
Nick Mathewson authored
-
- 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/*.
-
- 20 Jun, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 15 Jun, 2018 4 commits
-
-
Nick Mathewson authored
I was expecting this to be much worse.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 14 Jun, 2018 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 10 May, 2018 2 commits
- 05 May, 2018 1 commit
-
-
rl1987 authored
This will yield different error codes for transient and permament errors. Furthermore, Tor will give human readable error messages to controller.
-
- 01 May, 2018 1 commit
-
-