Commit Graph

59 Commits (e304e2761d30a6d87357b1cbca58ae0629c44cf2)

Author SHA1 Message Date
v2ray e13ea7a54f
refine log in vmess
9 years ago
v2ray 71ce8f4416 enable kcp
9 years ago
v2ray 9b6dc6bcea massive refactoring for kcp
9 years ago
Shelikhoo e72a7cb96f
KCP: VMess will call setProxyCap to advertise KCP capacity on init
9 years ago
Shelikhoo 29cb680a4b
KCP: VMess will advertise its KCP capacity
9 years ago
Shelikhoo 6d6158b089
KCP: Vmess will pass its meta to Dial3 and ListenTCP6
9 years ago
v2ray e878973def retry if vmess conn fails
9 years ago
v2ray 50ca869929 organize handler metadata
9 years ago
v2ray a4d76dc394 support using specific address
9 years ago
v2ray 72fb5a256c send reuse option in header
9 years ago
v2ray dfe1ac1f2b Fix connection reuse
9 years ago
v2ray 43f6998d31 discard bad connections
9 years ago
v2ray 0fac2084c7 reusable connection
9 years ago
v2ray 634c4964cc Massive fixes
9 years ago
v2ray 8a07534586 remove unnecessary package alias
9 years ago
v2ray 8d1f06ebaf clean up on error
9 years ago
v2ray 58530e6920 force chunked stream
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
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 70f803173a simplify reader/writer interface
9 years ago
v2ray e8023f0d92 releasable writer
9 years ago
v2ray 3ec40eedc1 remove old vmess request
9 years ago
v2ray 2144c47102 Migrate VMessOut into protocol
9 years ago
v2ray 76ca9de25f refactor protocol
9 years ago
v2ray 59bc881d70 move timestamp generator to protocol
9 years ago
v2ray 791ac307a2 Move userset to protocol
9 years ago
v2ray 6c860d64ad rename destIp to destIP
9 years ago
v2ray c6df0fde19 clean up variable initialization
9 years ago
v2ray d3ff2b3698 chunk stream in vmess
9 years ago
v2ray 2031c13a7f refactor app.Space
9 years ago
Darien Raymond 008c285324 move transport methods from net to io
9 years ago
v2ray 494f431c37 remove ReadAllBytes in favor of io.ReadFull
9 years ago
v2ray 9ae258de3d rename
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
9 years ago
Darien Raymond d8c6102638 test case for on demand detour
9 years ago
v2ray f60747c455 2nd step to reduce number of authentication bits
9 years ago
v2ray baaef1dad5 handle switch account command in vmess out
9 years ago
v2ray eec0bb4db4 lazy evaluation of log fields
9 years ago
v2ray e5fa96f814 massive refactoring against json config parsing
9 years ago
Darien Raymond bed5235772 remove proxy/vmess/protocol/user
9 years ago
v2ray 349b02084c rewrite hashing logic in vmess
9 years ago
v2ray 5b1854f842 simplify connection handler registration
9 years ago
v2ray 350b31cad9 First step to reduce number of bytes for response validation
9 years ago
v2ray b9c3f2cb75 Fix for empty packets
9 years ago
v2ray 3e76c3f307 fix a typo
9 years ago
v2ray 1239b1a57b fix buffer usage in vmess out
9 years ago
Darien Raymond e6ad1d8518 format code
9 years ago
Darien Raymond 27b521d2aa fix buffer usage in VMess
9 years ago
v2ray 0780db7999 move connhandler to proxy
9 years ago