Commit Graph

131 Commits (e9c784d4bd715b1cbb184ad473234e28535fdaec)

Author SHA1 Message Date
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 9ae258de3d rename
9 years ago
v2ray d4dcee5fa3 rename InboundConfig methods
9 years ago
v2ray 01ed2fa889 rename RegisterInboundConnectionConfig to RegisterInboundConfig
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
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 dde47290d7 completely remove json folder in v2ray
9 years ago
v2ray 5ceac7a6e2 move host from net/json to net
9 years ago
v2ray e5fa96f814 massive refactoring against json config parsing
9 years ago
Darien Raymond dc1fbecdfb remove fuzzing tests
9 years ago
v2ray 5b1854f842 simplify connection handler registration
9 years ago
Darien Raymond e6ad1d8518 format code
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 0780db7999 move connhandler to proxy
9 years ago
v2ray 54ce82fbfa Move unnecessary functions to internal
9 years ago
v2ray 1c4c9bffad Move proxy/common/config to proxy/internal/config
9 years ago
v2ray 3baa1f5bc5 interface for inbound connection handler manager
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
v2ray 88851f2bc9 Allow IP address is passed as domain in socks5 protocol
9 years ago
Darien Raymond dd81fc6f6a hide space implementations from interfaces
9 years ago
v2ray 092217182a simplify config directory
9 years ago
v2ray 8bee0c4a7b cleanup shell/point/config
9 years ago
v2ray 15e6e6d80c introduce app.Space
9 years ago
v2ray 36b7a3fe07 test case for socks protocol
9 years ago
v2ray f69b83f3e6 add interface for socks config
9 years ago
Darien Raymond ae056714db refactor common/net.Port
9 years ago
Darien Raymond fa7c1069bc more update
9 years ago
Darien Raymond 36848af749 leveral serial.String in code
9 years ago
Darien Raymond 3c12469ae5 leverage serial.String in assert
9 years ago
Darien Raymond 7960b97c8e fix test break
9 years ago
Darien Raymond 0a2e4343bc massive refactoring against unit test lib
9 years ago
V2Ray cee85bdf26 Add Port as a type
9 years ago
V2Ray 07582c5b60 Move point to shell
9 years ago
V2Ray 9a88e8696a format code
9 years ago
V2Ray 4046ee968c refactor code
9 years ago
V2Ray b6cebd127d fuzz test for socks udp
9 years ago
V2Ray bd48556b98 Smarter reader generator
9 years ago
V2Ray d34678d9a6 fuzzing test for socks protocol
9 years ago
V2Ray e60fcba4b3 Test cases for Socks end 2 end.
9 years ago
V2Ray 1d4b541d2f Move mock config to app/config
9 years ago