Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | hs-v3: Report SOCKS ExtendedErrors when all intro timed out | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-11-21 | hs-v3: Return bad address SOCKS5 extended error | David Goulet | |
If ExtendedErrors is set for the SocksPort, an invalid .onion address now returns the 0xF6 error code per prop304. Closes #30022 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-10-17 | socks: Send back extended error code if set | David Goulet | |
This commit defines the new extended error codes. It also flags the socks request object that it can use them. Part of #30382 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-05 | Run "make autostyle." | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-07-10 | File-level summary documentation for src/lib/*/*.[ch] | Nick Mathewson | |
2018-07-05 | Move socks5_status.h to src/lib/net | Nick Mathewson | |
There might be a better place for it in the long run, but this is the best I can think of for now. |