Commit Graph

242 Commits (8c8761e2cca505c8d663675d486004e020bd0d97)

Author SHA1 Message Date
v2ray 89a876a6d4
rename proxy/internal to proxy/registry
8 years ago
Darien Raymond 667b71aad0 Merge pull request #238 from xiaokangwang/websocket
8 years ago
v2ray 66bb7879e0
handle empty payload in freedom and outbound
8 years ago
Shelikhoo 7259b3363b
Merge branch 'master' into websockwt
8 years ago
v2ray 07dee80f54
update server
8 years ago
Shelikhoo 508f79f95f
Advertise WS cap
8 years ago
v2ray 9e997a5be7
typo
8 years ago
v2ray e6a61930d9
remove use of small buffer
8 years ago
v2ray 2034d54bab
rename VMessAccount to vmess.Account
8 years ago
v2ray 2049759640
use server spec in vmess
8 years ago
v2ray f871ca63e2
refine error message
8 years ago
v2ray 6f5b54747e
move encoding to vmess
8 years ago
v2ray e13ea7a54f
refine log in vmess
8 years ago
v2ray 7f661f5215
rename Error to Err
9 years ago
v2ray 67ac925ee7
refactor bytes functions
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 09f7e8b61e meaningful error message
9 years ago
v2ray e732ba62a6 unified config loader
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 3f9cb1136a allow dynamic type of user accounts
9 years ago
v2ray 444808a51a Remove Intxx interfaces
9 years ago
v2ray fc63f0432c simplify testing
9 years ago
v2ray 5b23d25e35 address
9 years ago
v2ray 634c4964cc Massive fixes
9 years ago
v2ray b5f43031d4 refactor alter id generation
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 9f50692d15 auto user creation for dynamic port
9 years ago
v2ray 6c860d64ad rename destIp to destIP
9 years ago
v2ray c6df0fde19 clean up variable initialization
9 years ago
v2ray 2147ba5ab3 move fundamental interfaces from vmess to common
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 01ed2fa889 rename RegisterInboundConnectionConfig to RegisterInboundConfig
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
9 years ago
v2ray 790d37bf90 checksum for response command
9 years ago
v2ray f478db2b2e ensure that detour list has not changed
9 years ago
v2ray 2c03641f74 test case for receiver
9 years ago
v2ray 37a9d8ef50 dice.Roll()
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 5ceac7a6e2 move host from net/json to net
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
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 6543facd51 converting from host to address directly
9 years ago
v2ray 34a0cb0b70 move port out of address
9 years ago
v2ray a63670311e use uuid in vmess id
9 years ago
Darien Raymond dd81fc6f6a hide space implementations from interfaces
9 years ago
Darien Raymond ed09b4ea6a support domain as host in VMess outbound config.
9 years ago
Darien Raymond af8412175e re-org vmess content
9 years ago
v2ray e1c58fae2b dns cache
9 years ago
v2ray 06f9b65ec4 receiver manager
9 years ago
Darien Raymond 6bb53251e9 handle response command in vmess outbound.
9 years ago
Darien Raymond 11220a4952 split vmess inbound and outbound
9 years ago