Commit Graph

130 Commits (361a22d74d915dc585a886a2e5b3bb17b5cd86f7)

Author SHA1 Message Date
V2Ray 361a22d74d Move proxy errors to proxy/common/errors
9 years ago
V2Ray fdb41bbd50 Remove call to UTC() which is not necessary.
9 years ago
V2Ray 9b8632d01a BlackHole proxy
9 years ago
V2Ray 08328d23fa beginning of http proxy
9 years ago
V2Ray 294376edc0 Remove unused const
9 years ago
V2Ray 58dcfd5e84 Reduce timeout for reading VMess header
9 years ago
V2Ray f474fc32a7 Remove all []byte allocation
9 years ago
V2Ray 96c5d32d59 Remove []byte allocation in vmess
9 years ago
V2Ray 2c710d6b1c Protect from DoS attack
9 years ago
V2Ray a81327c5b9 Fix zero users bug
9 years ago
Claire Raymond 771d0225c7 Refactor vmess config
9 years ago
Claire Raymond f10f08c87d add retry on socks and vmess inbound
9 years ago
V2 Ray 9071b3ea10 more comments
9 years ago
V2Ray 4bc91b0215 Fix test
9 years ago
V2Ray 890d185979 Cleanup root directory
9 years ago
V2Ray 1b80a1a85a Handle multiple UDP packets in socks.
9 years ago
V2Ray 99671a173f Customize UDP server address
9 years ago
V2Ray 3c259b7069 Remove unused const
9 years ago
V2Ray 4ac3eab385 format code
9 years ago
V2Ray 8c5865d4e7 Lazy initialize of socks5 response
9 years ago
V2Ray 7cc8d90f26 test case for wrong auth method
9 years ago
V2Ray dc7d4a2309 Test case for wrong user account in socks5
9 years ago
V2Ray efb881d73c Remove log level detection during runtime
9 years ago
V2Ray 1d40220d31 Remove error defination
9 years ago
V2Ray 9e078d533d continue to work even if failed to accept connection
9 years ago
V2Ray bc6174d4b5 Continue to work even if failed to accept connection
9 years ago
V2Ray 37112f737e Log UDP access as well
9 years ago
V2Ray 95b44f2160 Clear buffer for UDP response.
9 years ago
V2Ray 5cee727308 Fix socks authentication
9 years ago
V2Ray d4f3fc0c0f More accurate hash generation
9 years ago
V2Ray ab151cc053 Don't generate duplicated hash
9 years ago
V2Ray 7f6878fbc3 Ray is never nil
9 years ago
V2Ray a77f62428a Use Buffer as a writer
9 years ago
V2Ray 32ab3dcd61 typo
9 years ago
V2Ray 578ede2538 release buffer after using
9 years ago
V2Ray bcffdf0da5 Simplify code
9 years ago
V2Ray 083b1d4736 Simplify code
9 years ago
V2Ray 213aa2ecf0 Socks supports multiple accounts
9 years ago
V2Ray 055c8f1833 Move goroutine one level above.
9 years ago
V2Ray 03de798a58 Update access log in vmess in
9 years ago
V2Ray fc80d5e279 Access log
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 3cb1951dfc Use []byte in pool instead of buffer
9 years ago
V2Ray 9ee73c4f6b Maintain an internal buffer pool to accelerate allocation
9 years ago
V2Ray 71df5103cd Simplify code
9 years ago
V2Ray 3aca3492eb Increase buffer size in VMessIn
9 years ago
V2Ray e7daa4c21c Add size parameter to transport.ReadFrom
9 years ago
V2Ray 3ba9ee73b9 Increase reading timeout in favor of long connection
9 years ago