- Aug 01, 2020
-
-
Jigsaw52 authored
-
- Jul 31, 2020
-
-
-
MrSquanchee authored
Signed-off-by:
Suraj Upadhyay <usuraj35@gmail.com>
-
MrSquanchee authored
Signed-off-by:
Suraj Upadhyay <usuraj35@gmail.com>
-
MrSquanchee authored
Added tests for 1. commit_max 2. advance_obs 3. add_obs 4. rep_hist_fill_bandwidth_history 5. rep_hist_get_bandwidth_lines (Lightly edited by nickm to use new names from bwhist refactoring.) Signed-off-by:
Suraj Upadhyay <usuraj35@gmail.com>
-
MrSquanchee authored
Added tests for 1. commit_max 2. advance_obs 3. add_obs 4. rep_hist_fill_bandwidth_history 5. rep_hist_get_bandwidth_lines Signed-off-by:
Suraj Upadhyay <usuraj35@gmail.com>
-
Nick Mathewson authored
This will be used for testing. Partially reproduces work by MrSquanchee in #33812.
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
- Jul 30, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We found this in #40076, after we started using buf_move_all() in more places. Fixes bug #40076; bugfix on 0.3.3.1-alpha. As far as I know, the crash only affects master, but I think this warrants a backport, "just in case".
-
Nick Mathewson authored
The failing case is #if'd out for now, but will be fixed in the next commit. Testing for a fix for #40076.
-
George Kadianakis authored
-
Nick Mathewson authored
Closes #40075
-
George Kadianakis authored
Make the unit test pass by including an explicit IPv6 port and an implicit IPv4 port. See comments for more details.
-
Nick Mathewson authored
This function tried to modify an array in place, but did it in a pretty confusing and complicated way. I've revised it to follow a much more straightforward approach. Fixes bug #40065.
-
- Jul 29, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
This was once used for rate-limiting, but now it's only for accounting. It hasn't served a useful purpose in a long time. Closes ticket 33097.
-
Nick Mathewson authored
We aren't good at maintaining this; downstream maintainers are much better at figuring out what is right for them. Closes #30797.
-
Nick Mathewson authored
Closes #29485
-
- Jul 28, 2020
-
-
Jigsaw52 authored
Fix crash introduced in #40020. On startup, tor calls check_private_dir on the data and key directories. This function uses open instead of opendir on the received directory. Data and key directoryes are only opened here, so the seccomp rule added should be for open instead of opendir, despite the fact that they are directories.
-
Nick Mathewson authored
Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging system to use posix fds.
-
- Jul 27, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-