index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
proto_socks.c
Age
Commit message (
Expand
)
Author
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Split socks_request_t into its own header.
Nick Mathewson
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