Commit Graph

79 Commits (db1c9131f021d9f7265702dea9d42184b3111c98)

Author SHA1 Message Date
Darien Raymond f2e9d8a4e0
socks client
8 years ago
v2ray 991cea01ab rename SocksServer to Server
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
9 years ago
v2ray 44bf412dfc release all adaptive readers and writers
9 years ago
v2ray 7407c8d561 use stream instead of raw chan
9 years ago
v2ray 42b8dbe871 release all readers and writers
9 years ago
v2ray ef51c600fb Apply buffered reader and writer to socks
9 years ago
v2ray 45db388e3f more docs
9 years ago
Darien Raymond e5d0da0982 wording
9 years ago
v2ray 32b2220739 apply udpHub in socks proxy
9 years ago
Darien Raymond 0d77139c24 fix udp issue in socks proxy
9 years ago
v2ray d3ff2b3698 chunk stream in vmess
9 years ago
v2ray 2031c13a7f refactor app.Space
9 years ago
v2ray 1e79a3b75a rename errors
9 years ago
v2ray f34e253ea3 Rename errors with Error prefix
9 years ago
Darien Raymond 008c285324 move transport methods from net to io
9 years ago
v2ray 1f9bd5f692 rename TCPListener to TCPHub
9 years ago
Darien Raymond 925c06aeed rename transport/listener to hub
9 years ago
v2ray 8ae8b3c9f5 custom tcp listener and connection object
9 years ago
v2ray b0adb24003 handle inbound detour in vmess inbound
9 years ago
v2ray eec0bb4db4 lazy evaluation of log fields
9 years ago
v2ray 8f20933457 cleanup socks log
9 years ago
v2ray e5fa96f814 massive refactoring against json config parsing
9 years ago
v2ray 4271e619fe fixes for mutex usage
9 years ago
v2ray 59a5f832f6 fixes for sync logic
9 years ago
v2ray 56c5302367 close method for point server
9 years ago
v2ray 201481a82c close method for inbound connection handler
9 years ago
v2ray 1c4c9bffad Move proxy/common/config to proxy/internal/config
9 years ago
v2ray 34a0cb0b70 move port out of address
9 years ago
Darien Raymond f0c1695db4 send request without waiting for the first packet.
9 years ago
v2ray 1c5c1a7aef debug info
9 years ago
Darien Raymond dd81fc6f6a hide space implementations from interfaces
9 years ago
v2ray 092217182a simplify config directory
9 years ago
v2ray 15e6e6d80c introduce app.Space
9 years ago
v2ray f69b83f3e6 add interface for socks config
9 years ago
Darien Raymond ae056714db refactor common/net.Port
9 years ago
V2Ray cee85bdf26 Add Port as a type
9 years ago
V2Ray 4046ee968c refactor code
9 years ago
V2Ray e60fcba4b3 Test cases for Socks end 2 end.
9 years ago
V2Ray f080f36372 format code
9 years ago
V2Ray 8fbb9762db typo
9 years ago
V2Ray 1a4405dbe1 Remove redunent code
9 years ago
V2Ray 361a22d74d Move proxy errors to proxy/common/errors
9 years ago
Claire Raymond f10f08c87d add retry on socks and vmess inbound
9 years ago
V2Ray 890d185979 Cleanup root directory
9 years ago
V2Ray 4ac3eab385 format code
9 years ago
V2Ray 8c5865d4e7 Lazy initialize of socks5 response
9 years ago
V2Ray 1d40220d31 Remove error defination
9 years ago
V2Ray bc6174d4b5 Continue to work even if failed to accept connection
9 years ago
V2Ray 95b44f2160 Clear buffer for UDP response.
9 years ago