- Sep 26, 2017
-
-
Nick Mathewson authored
New approach, suggested by Taylor: During testing builds, we initialize a union member of an appropriate pointer type with the address of the member field we're trying to test, so we can make sure that the compiler doesn't warn. My earlier approach invoked undefined behavior.
-
- Sep 25, 2017
-
-
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
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Fixes #23610 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-