Age | Commit message (Expand) | Author |
---|---|---|
2018-04-06 | crypto: Refactor (P)RNG functionality into new crypto_rand module. | Isis Lovecruft |
2018-03-28 | Allow IPv6 address strings to be used as hostnames in SOCKS5 requests | rl1987 |
2017-12-08 | Change the free macro convention in the rest of src/or/*.h | Nick Mathewson |
2017-10-02 | Fix our "not an HTTP Proxy" message in light of HTTPTunnelPort | Nick Mathewson |
2017-09-27 | Add unit tests for SOCKS functions that parse server responses | Nick Mathewson |
2017-09-27 | Mark some tests in parse_socks.c as unreachable (BUG, LCOV) | Nick Mathewson |
2017-09-05 | Repair buffer API so everything starts with buf_. | Nick Mathewson |
2017-09-05 | Make buffers.c independent of or.h | Nick Mathewson |
2017-09-05 | Make buf_pullup() expose the pulled-up data. | Nick Mathewson |
2017-09-05 | Replace buf->datalen usage in proto_*.c with buf_datalen() call. | Nick Mathewson |
2017-09-05 | Move protocol-specific functions out of buffers.c | Nick Mathewson |