Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-16 | Fix remaining (non-false-positive) lintchanges complaints | Nick Mathewson | |
2017-05-01 | hs: Trigger control event when client can't pick HSDir | David Goulet | |
Inform the control port with an HS_DESC failed event when the client is unable to pick an HSDir. It's followed by an empty HS_DESC_CONTENT event. In order to achieve that, some control port code had to be modified to accept a NULL HSDir identity digest. This commit also adds a trigger of a failed event when we are unable to base64-decode the descriptor cookie. Fixes #22042 Signed-off-by: David Goulet <dgoulet@torproject.org> |