aboutsummaryrefslogtreecommitdiff
path: root/src/core/proto
AgeCommit message (Expand)Author
2020-12-14Socks5: handle truncated client requests correctlyNick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2019-01-26Allow empty username/password in SOCKS5 username/password auth messagerl1987
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-10-14Merge branch 'bug27772_squashed'Nick Mathewson
2018-10-14Initialize some locals in socks5 parsing code.Nick Mathewson
2018-09-21move protover_rust.c to core/or/cypherpunks
2018-09-18Assert that some trunnel _new() functions return non-NULLNick Mathewson
2018-07-16Avoid a use-after-null-check in proto_socks.cNick Mathewson
2018-07-12SOCKS: Always free username/password before setting them.Nick Mathewson
2018-07-12Merge branch 'socks_trunnel4_squashed' into socks_trunnel4_squashed_mergedNick Mathewson
2018-07-12Remove a redundant typedef in proto_ext_or.hRoger Dingledine
2018-07-05Whoops. Protover.[ch] belong in src/core/orNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson