Commit Graph

54 Commits (be026870f73628275d513d2730da43b3aedde97c)

Author SHA1 Message Date
v2ray 07a86f549b
unified import path
8 years ago
v2ray 4419f1e3d6
introduce address family in v2net
8 years ago
v2ray c42ed62fd5
remove use of small buffer in tests
8 years ago
v2ray 283bafdd4a
remove use of small buffer
8 years ago
v2ray 7f661f5215
rename Error to Err
9 years ago
v2ray 67ac925ee7
refactor bytes functions
9 years ago
v2ray fc63f0432c simplify testing
9 years ago
v2ray 3582b9d869 move net/testing/assert into assert
9 years ago
v2ray ef51c600fb Apply buffered reader and writer to socks
9 years ago
Darien Raymond 20147cb0bd fix test break
9 years ago
Darien Raymond c618ce543c use net.ParseAddress in socks udp
9 years ago
Darien Raymond 4d2bcda9cc test case for socks protocol
9 years ago
v2ray 383eb57487 rename CorruptedPacket to ErrorCorruptedPacket
9 years ago
v2ray f34e253ea3 Rename errors with Error prefix
9 years ago
v2ray eec0bb4db4 lazy evaluation of log fields
9 years ago
v2ray 8f20933457 cleanup socks log
9 years ago
Darien Raymond dc1fbecdfb remove fuzzing tests
9 years ago
Darien Raymond e6ad1d8518 format code
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
v2ray 88851f2bc9 Allow IP address is passed as domain in socks5 protocol
9 years ago
v2ray 36b7a3fe07 test case for socks protocol
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 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 6faff6d514 test case for socks udp protocol
9 years ago
V2Ray d9ebd008d3 Check lenth of the udp packet before parsing
9 years ago
V2Ray 1edd0e660e Remove redunent code
9 years ago
V2Ray f2cf4a1f89 Test case for too-short request
9 years ago
V2Ray 361a22d74d Move proxy errors to proxy/common/errors
9 years ago
V2Ray 1d40220d31 Remove error defination
9 years ago
V2Ray 213aa2ecf0 Socks supports multiple accounts
9 years ago
V2Ray 936fd03c30 format code
9 years ago
V2Ray ebb4f5b7bd udp
9 years ago
V2Ray 746580d566 Use buffer in socks proxy
9 years ago
V2Ray 9ee73c4f6b Maintain an internal buffer pool to accelerate allocation
9 years ago
V2Ray 9b12ee2eb3 format code
9 years ago
V2Ray eb94f7a51c Fix Socks UDP implementation
9 years ago
V2Ray 3747e45978 test cases for socks4
9 years ago
V2Ray d77ba76ccf Update error handling in socks proxy
9 years ago
V2Ray 08f85fc9b7 Unify error checking by introducing error codes
9 years ago
V2Ray 019d8266bc Basic implementation of socks udp listener.
9 years ago
V2Ray e57089637a udp packet format in socks5
9 years ago