- Jun 25, 2020
-
-
- Jun 02, 2020
-
-
Nick Mathewson authored
The other headings don't have periods.
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
- Jun 01, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 30, 2020
-
-
Roger Dingledine authored
Resume being willing to use preemptively-built circuits when UseEntryGuards is set to 0. We accidentally disabled this feature with that config setting (in our fix for #24469), leading to slower load times. Fixes bug 34303; bugfix on 0.3.3.2-alpha.
-
- May 28, 2020
-
-
David Goulet authored
-
George Kadianakis authored
-
George Kadianakis authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Add an inline helper function that indicates if the cached object contains a decrypted descriptor or not. The descriptor object is NULL if tor is unable to decrypt it (lacking client authorization) and some actions need to be done only when we have a decrypted object. This improves code semantic. Fixes #33458 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- May 27, 2020
-
-
George Kadianakis authored
-
Neel Chauhan authored
-
Neel Chauhan authored
-
- May 23, 2020
-
-
Roger Dingledine authored
Bugfix on 0.2.6.3-alpha; fixes bug 34299.
-
- May 21, 2020
-
-
Nick Mathewson authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
The warning was: 11:23:10 ../tor/src/feature/hs/hs_service.c: In function 'log_cant_upload_desc': 11:23:10 ../tor/src/feature/hs/hs_service.c:3118:3: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] See #34254 for more info. I guess this means that gcc assigned an unsigned type to the `log_desc_upload_reason_t` enum and it warned if we compared it against 0... For now I think it's simpler to remove that check instead of turning the enum to a signed type, or trying to hack it some other way. From what it seems, enum is up to the compiler on whether it's signed/unsigned: https://stackoverflow.com/questions/159034/are-c-enums-signed-or-unsigned
-
- May 20, 2020
-
-
Damon Harris authored
-
- May 19, 2020
-
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
Nick Mathewson authored
Closes 34246.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Closes ticket 34255.
-
- May 17, 2020
-
-
Neel Chauhan authored
-
Neel Chauhan authored
-
Neel Chauhan authored
-
- May 15, 2020
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This bug was merged back to 0.3.5 with our #34078 fix, but only released in 0.4.3.5, so the changes file goes here.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 34233. (This has bug has been backported to 0.3.5, but only released in 0.4.3, so it only needs a changes file there.)
-
Nick Mathewson authored
"ours" to avoid version bump
-