Commit Graph

64 Commits (890d185979c4b5def586ac59aeb97348a0bc83e0)

Author SHA1 Message Date
V2Ray 890d185979 Cleanup root directory
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 37112f737e Log UDP access as well
9 years ago
V2Ray d4f3fc0c0f More accurate hash generation
9 years ago
V2Ray ab151cc053 Don't generate duplicated hash
9 years ago
V2Ray a77f62428a Use Buffer as a writer
9 years ago
V2Ray bcffdf0da5 Simplify code
9 years ago
V2Ray 083b1d4736 Simplify code
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 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
V2Ray d2e69ed6f8 Remove unnecessary slicing
9 years ago
V2Ray 3d1a6322bd Remove unnecessary copy in VMess protocol
9 years ago
V2Ray b126c5ce2a Simplify vmess response
9 years ago
V2Ray cd81e5531b reuse outbound connection handler
9 years ago
V2Ray 72b4eeba8b Simpilify configuration files
9 years ago
V2Ray 78daf8a879 format code
9 years ago
V2Ray 8334d5177e Debug info
9 years ago
V2Ray be59463fd0 Actually use UDP relay
9 years ago
V2Ray c61ddc7028 build break
9 years ago
V2Ray aa4d897a21 Leverage v2net functions
9 years ago
V2Ray 8461cde710 Remove unnecessary debug info
9 years ago
V2Ray 5c4b149d48 UDP support
9 years ago
V2Ray cd42e5551c Remove VMess UDP
9 years ago
V2Ray 820da78f92 UDP handler in VMess in.
9 years ago
V2Ray 6f433f5206 Remove token field in VMess UDP
9 years ago
V2Ray 76563cb7c7 simplify udp handling
9 years ago
V2Ray 05b83508f8 Implementation of VMess UDP message
9 years ago
V2Ray 8f0cb97e89 Refactor timed queue
9 years ago
V2Ray 9c45cb031a Remove magic number
9 years ago
V2Ray fc14b9346c Remove keepalive settings
9 years ago
V2Ray 51c2a2b880 build break
9 years ago
V2Ray a78dbe7133 Close connection more aggressively.
9 years ago
V2Ray c138004bf9 First attempt to regulate errors.
9 years ago
V2Ray 6ecb18268e Use array instead of slice
9 years ago
V2Ray 8ce7ee1cda Initial version of TimedStringMap
9 years ago
V2Ray bb442b4f83 Fix usage of Mutex
9 years ago
V2Ray 3fbae6795a Switch to Mutex for better readability
9 years ago
V2Ray c59dcc309c Update VMess protocol to remove unnecessary data
9 years ago
V2Ray ec83281d18 Parse config just once
9 years ago
V2Ray 787df1ab9b Reduce memory allocation in vmess.
9 years ago