Commit Graph

696 Commits (b7d48fe7c5db81e2c435760f9fcfcc88ab8e5098)

Author SHA1 Message Date
v2ray dfe1ac1f2b Fix connection reuse
9 years ago
v2ray a86cd36ad2 configuration for connection reuse
9 years ago
v2ray 0fac2084c7 reusable connection
9 years ago
v2ray da24d00367 reusable connection
9 years ago
v2ray b47c1ca609 get rid of annoying firewall warnings
9 years ago
v2ray fc63f0432c simplify testing
9 years ago
v2ray 18d75cb7b4 bug fixes to dns server
9 years ago
v2ray ac4d92a186 fix udp connection mapping
9 years ago
v2ray 634c4964cc Massive fixes
9 years ago
v2ray 8fbca309df better management on udp connections
9 years ago
v2ray 1bd893501c reduce time of waiting for channel empty
9 years ago
v2ray 9b511fb071 Fix a typo
9 years ago
v2ray 663b9c9bbc busy wait on writing
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 18069d377c Release stream when conn ends
9 years ago
v2ray ccb874d65a tls connection
9 years ago
v2ray 94eab286c0 introduct Connection interface
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
9 years ago
v2ray 8c2b18cac4 fix again the race condition issue
9 years ago
v2ray 1732d33ba9 fix race condition in stream writing
9 years ago
v2ray 7407c8d561 use stream instead of raw chan
9 years ago
v2ray ff69ac7a0e Release all references
9 years ago
v2ray 6f7fff8173 release all references in tcp hub after it is closed
9 years ago
v2ray dcd96df058 use NetAddr() as hash
9 years ago
v2ray 00fd6861a6 use golang's default dual stack algo when dialling to a domain
9 years ago
v2ray 175d56a10b don't log warning when not accepting anymore.
9 years ago
v2ray 25dfa66822 typos
9 years ago
Darien Raymond b54a265373 increase buffer size in ray
9 years ago
Darien Raymond 0d77139c24 fix udp issue in socks proxy
9 years ago
v2ray 383eb57487 rename CorruptedPacket to ErrorCorruptedPacket
9 years ago
v2ray 1e79a3b75a rename errors
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 4be27a6377 udp hub
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 37a9d8ef50 dice.Roll()
9 years ago
Darien Raymond e346f179d2 update my own domain for testing
9 years ago
Darien Raymond cf4d0146fb test case for domain dialing
9 years ago
v2ray 4a8ec6926b dialer
9 years ago
V2Ray 9a88e8696a format code
9 years ago
V2 Ray 9071b3ea10 more comments
9 years ago
V2Ray a03eaa0316 Split directRay from ray.go
9 years ago
V2Ray 890d185979 Cleanup root directory
9 years ago
V2Ray 1d40220d31 Remove error defination
9 years ago