Commit Graph

227 Commits (f0403a67a17fc48bf0f3c551267e4e085fc58a02)

Author SHA1 Message Date
Darien Raymond 148e4832eb
leverage global object creator in proxies.
8 years ago
Darien Raymond d24fe9dbfb
separate network and transport protocol
8 years ago
Darien Raymond 72992c7478
able to close ray stream with error
8 years ago
Darien Raymond b11d48d73f
simplify app design
8 years ago
Darien Raymond 13e4506781
better error handling in vmess inbound
8 years ago
Darien Raymond e678000c44
remove release() pattern
8 years ago
Darien Raymond f6aa7a0053
fix usage of ray stream.
8 years ago
Darien Raymond 609dbc1f13
task engine for all proxies
8 years ago
Darien Raymond 690d71b16e
go style task engine
8 years ago
Darien Raymond 5ff2b3453a
task engine
8 years ago
Darien Raymond 7c751fcca0
common.Must
8 years ago
Darien Raymond c347e50c28
rename cached to buffered
8 years ago
Darien Raymond 1ab02e0a6b
refactor proxy registry
8 years ago
Darien Raymond 50bc195f7f
rename TypedSettings to TypedMessage
8 years ago
Darien Raymond 76da31c755
Fix compatibility with Actinium
8 years ago
Darien Raymond 948c86e5c5
remove unnecessary function call
8 years ago
Darien Raymond a67d525fc2
try fix connection reuse settings
8 years ago
Darien Raymond 1948d0738f
refactor io package
8 years ago
Darien Raymond 055023fdd5
refactor buffer
8 years ago
Darien Raymond 7a80409e30
rename alloc to buf
8 years ago
Darien Raymond 605fc49e9e
remove unused APIs.
8 years ago
Darien Raymond 85163d4b47
more security types in vmess.
8 years ago
Darien Raymond a92df58017
refactor auth reader
8 years ago
Darien Raymond 919b749578
aead reader and writer
8 years ago
Darien Raymond 8c8f0a53fd
rewrite alloc.buffer
8 years ago
Darien Raymond efb24a4d21
rewrite error lib
8 years ago
Darien Raymond f69f551c99
reduce vmess log
8 years ago
Darien Raymond f95c322677
rename 'this'
8 years ago
Darien Raymond 6804d8f73a
better handling error from Pipe()
8 years ago
Darien Raymond 9471b5b066
refine dispatcher
8 years ago
Darien Raymond 369256c82f
include user when dispatch requests in VMess.
8 years ago
Darien Raymond 5a311cbe08
json config parser
8 years ago
Darien Raymond e33b7df34c
remove use of any
8 years ago
Darien Raymond fc6a706166
refactor protos
8 years ago
Darien Raymond 1d13f47f9c
protobuf for stream settings
8 years ago
Darien Raymond 24e575f2cd
protobuf for vmess
8 years ago
Darien Raymond d08cba000f
accounts in protobuf
8 years ago
v2ray 07a86f549b
unified import path
8 years ago
v2ray 39737f6fc1
merge bad configuration error
8 years ago
v2ray 89a876a6d4
rename proxy/internal to proxy/registry
8 years ago
Shelikhoo 7259b3363b
Merge branch 'master' into websockwt
8 years ago
v2ray cc92973daf
fix destination from addr
8 years ago
v2ray a9d583b92f
connection session
8 years ago
Shelikhoo 508f79f95f
Advertise WS cap
8 years ago
v2ray bcd27ba36f
option to allow passive connection
8 years ago
v2ray 2034d54bab
rename VMessAccount to vmess.Account
8 years ago
v2ray 96ec5cfc58
Fix VMess inbound for empty response
8 years ago
v2ray 6f5b54747e
move encoding to vmess
8 years ago
v2ray 7f661f5215
rename Error to Err
9 years ago
v2ray 560b429902
Update log
9 years ago
v2ray 20f046af0b fix a race condition issue in VMess inbound
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 d9b59133cc Properly close inbound when no payload
9 years ago
v2ray 83c7e8491c fix conn reuse
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 9713bf9adf completely fix detour config
9 years ago
v2ray 43f6998d31 discard bad connections
9 years ago
v2ray 0fac2084c7 reusable connection
9 years ago
v2ray b47c1ca609 get rid of annoying firewall warnings
9 years ago
v2ray 3f9cb1136a allow dynamic type of user accounts
9 years ago
v2ray c75d840706 Remove serial.String
9 years ago
v2ray 47b2fafb32 Shorten StringLiteral
9 years ago
v2ray 634c4964cc Massive fixes
9 years ago
v2ray ff210aa67f agressively close stream
9 years ago
v2ray b5f43031d4 refactor alter id generation
9 years ago
v2ray 8a07534586 remove unnecessary package alias
9 years ago
v2ray 67db5830be agreesively close rays
9 years ago
v2ray 7d43952690 tcphub now takes tls config as construtor parameter
9 years ago
v2ray f594f5b606 simplify tcp connection
9 years ago
v2ray 36bf645199 Fix a dead lock issue in VMess
9 years ago
v2ray 58530e6920 force chunked stream
9 years ago
v2ray 94eab286c0 introduct Connection interface
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
9 years ago
v2ray 7db14dad9b releasble user validator
9 years ago
v2ray 7407c8d561 use stream instead of raw chan
9 years ago
v2ray 70f803173a simplify reader/writer interface
9 years ago
v2ray e8023f0d92 releasable writer
9 years ago
v2ray 77ecd1649b fix test break
9 years ago
v2ray ff69ac7a0e Release all references
9 years ago
v2ray 3ec40eedc1 remove old vmess request
9 years ago
v2ray 547cc75651 Migrate VMessIn with protocol
9 years ago
v2ray 76ca9de25f refactor 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 471b655934 log whole destination in vmess out
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 1f9bd5f692 rename TCPListener to TCPHub
9 years ago
Darien Raymond 925c06aeed rename transport/listener to hub
9 years ago
v2ray 8ae8b3c9f5 custom tcp listener and connection object
9 years ago
v2ray 9ae258de3d rename
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
9 years ago
v2ray 42b4764700 revert lock change
9 years ago
v2ray 795681c288 fix locking in vmess inbound
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 b0adb24003 handle inbound detour in vmess inbound
9 years ago
v2ray 4dd771170c lazy evaluation of access log
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 8daea1dc06 close inbound ray when there is an error
9 years ago
v2ray 4ca43c3121 alternative user ids
9 years ago
v2ray 5b1854f842 simplify connection handler registration
9 years ago
Darien Raymond 27b521d2aa fix buffer usage in VMess
9 years ago
v2ray 4271e619fe fixes for mutex usage
9 years ago
v2ray 59a5f832f6 fixes for sync logic
9 years ago
v2ray 56c5302367 close method for point server
9 years ago
v2ray 201481a82c close method for inbound connection handler
9 years ago
v2ray 0780db7999 move connhandler to proxy
9 years ago
v2ray 54ce82fbfa Move unnecessary functions to internal
9 years ago
v2ray 3baa1f5bc5 interface for inbound connection handler manager
9 years ago
Darien Raymond dd81fc6f6a hide space implementations from interfaces
9 years ago
Darien Raymond af8412175e re-org vmess content
9 years ago
v2ray 15e6e6d80c introduce app.Space
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