- Sep 26, 2017
-
-
David Goulet authored
Also demote a log message that can occur under natural causes (if the circuit subsystem is missing descriptors/consensus etc.). The HS subsystem will naturally retry to connect to intro points, so no need to make that log user-facing.
-
- Sep 25, 2017
-
-
David Goulet authored
So we can track them more easily in the logs and match any open/close/free with those identifiers. Part of #23645 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
This removes the "nickname" of the cannibalized circuit last hop as it is useless. It now logs the n_circ_id and global identifier so we can match it with other logging statement. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Prior to the log statement, the circuit n_circ_id value is zeroed so keep a copy so we can log it at the end. Part of #23645 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Part of #23645 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Fixes #23539. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
Just making sure that added padding does not screw up cell parsing.
-
- Sep 22, 2017
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
setup_capture_of_logs() doesn't actually suppress warnings :p
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Fixes #23610 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
Relays send it, and we may as well let them. Part of our fix for 22805.
-
Nick Mathewson authored
-
Nick Mathewson authored
Also, allow channel_is_client() to take a const channel.
-
Nick Mathewson authored
-
Nick Mathewson authored
The is_first_hop field should have been called used_create_fast, but everywhere that we wanted to check it, we should have been checking channel_is_client() instead.
-
Matt Traudt authored
The diff is confusing, but were two static scheduler functions that needed moving to static comment block. No code change. Thanks dgoulet for original commit
-
Matt Traudt authored
Closes 23552. Thanks dgoulet for original impl
-
Nick Mathewson authored
-
- Sep 21, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
'check-changes' is now part of "make check", and must pass.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
To do this, we had to make sure it passes when the changes directory is empty. I also tried to improve the quality of the output, and fix some false-positive cases. Let's see how this goes! Closes ticket 23564.
-
Nick Mathewson authored
Fixes bug 21800; bugfix on 0.2.9.x
-