aboutsummaryrefslogtreecommitdiff
path: root/src/or/proto_socks.c
AgeCommit message (Expand)Author
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-28Allow IPv6 address strings to be used as hostnames in SOCKS5 requestsrl1987
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-10-02Fix our "not an HTTP Proxy" message in light of HTTPTunnelPortNick Mathewson
2017-09-27Add unit tests for SOCKS functions that parse server responsesNick Mathewson
2017-09-27Mark some tests in parse_socks.c as unreachable (BUG, LCOV)Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Make buffers.c independent of or.hNick Mathewson
2017-09-05Make buf_pullup() expose the pulled-up data.Nick Mathewson
2017-09-05Replace buf->datalen usage in proto_*.c with buf_datalen() call.Nick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson