- 22 Jul, 2021 1 commit
-
-
George Kadianakis authored
-
- 12 Jul, 2021 5 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is an attempt to fix CID 1486280, where coverity warns us that, if the tests failed, we might free() an uninitialized pointer.
-
Nick Mathewson authored
This is an attempt to fix CID 1486276, where coverity warns us that, if the tests failed, we might free() an uninitialized pointer.
-
- 08 Jul, 2021 1 commit
-
-
Nick Mathewson authored
-
- 07 Jul, 2021 3 commits
-
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
- 06 Jul, 2021 8 commits
-
-
Cecylia Bocovich authored
Bridge operators should generally publish their descriptors except for rare cases, and instead use the BridgeDistribution none setting to prevent their bridge from being distributed by BridgeDB.
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to make sure that gmtime<->timegm are a round-trip on now-ish times. This is a fix for bug #40383, wherein we ran into trouble because tor_timegm() does not believe that time_t should include a count of leap seconds, but FreeBSD's gmtime believes that it should. This disagreement meant that for a certain amount of time each day, instead of calculating the most recent midnight, our voting-schedule functions would calculate the second-most-recent midnight, and lead to an assertion failure. I am calling this a bugfix on 0.2.0.3-alpha when we first started calculating our voting schedule in this way.
-
- 01 Jul, 2021 8 commits
-
-
Nick Mathewson authored
My clang doesn't like it when we write code like this: char *list[] = { "abc", "def", "ghi" "jkl" } It wonders whether we meant to put a comma between "ghi" and "jkl" or not, and gives a warning. To suppress this warning (since in this case, we did mean to omit the comma), we just wrap the two strings in parentheses. Closes #40426; bugfix on 0.4.0.4-rc.
-
pedbap authored
-
pedbap authored
-
pedbap authored
-
Nick Mathewson authored
-
pedbap authored
-
pedbap authored
-
pedbap authored
-
- 30 Jun, 2021 8 commits
-
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 29 Jun, 2021 6 commits
-
-
pedbap authored
-
pedbap authored
-
pedbap authored
-
pedbap authored
-
David Goulet authored
-
David Goulet authored
-