Commit Graph

423 Commits (9a8bc3fc3c0a73861d10e6a667568e1e7f77a5c8)

Author SHA1 Message Date
v2ray 26ebd8dde9 refactor
9 years ago
v2ray 991cea01ab rename SocksServer to Server
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
9 years ago
v2ray 7db14dad9b releasble user validator
9 years ago
v2ray c044234e4a tls settings for http proxy
9 years ago
v2ray 6486891b18 comments
9 years ago
v2ray 9e1d0d8c5e update detour config settings
9 years ago
v2ray 44bf412dfc release all adaptive readers and writers
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 77ecd1649b fix test break
9 years ago
v2ray ff69ac7a0e Release all references
9 years ago
v2ray 3b35df1244 Handler state
9 years ago
v2ray 7f2b157956 Fix OTA in Shadowsocks TCP
9 years ago
v2ray 684e133ac5 better log
9 years ago
v2ray e298121126 Fix shadowsocks OTA issue
9 years ago
v2ray 3d4da5822b Email in shadowsocks
9 years ago
v2ray c1c22a50d5 remove old commands
9 years ago
v2ray 3ec40eedc1 remove old vmess request
9 years ago
v2ray 547cc75651 Migrate VMessIn with protocol
9 years ago
v2ray 2144c47102 Migrate VMessOut into protocol
9 years ago
v2ray ef51c600fb Apply buffered reader and writer to socks
9 years ago
v2ray 76ca9de25f refactor protocol
9 years ago
v2ray 59bc881d70 move timestamp generator to protocol
9 years ago
v2ray f0081f5327 remove unused code
9 years ago
v2ray 791ac307a2 Move userset to protocol
9 years ago
v2ray 9f50692d15 auto user creation for dynamic port
9 years ago
v2ray 87b15b2b20 Add ChaCha20 in Shadowsocks
9 years ago
v2ray 471b655934 log whole destination in vmess out
9 years ago
v2ray b60f491cec add test case for http proxy
9 years ago
v2ray c9750fa3ba prefer pointer over struct
9 years ago
v2ray 131e6bf239 Fix a potential issue mentioned in #81
9 years ago
v2ray 45db388e3f more docs
9 years ago
v2ray 6c860d64ad rename destIp to destIP
9 years ago
v2ray d0de8060b6 Merge branch 'master' of https://github.com/v2ray/v2ray-core
9 years ago
v2ray 25dfa66822 typos
9 years ago
Darien Raymond e5d0da0982 wording
9 years ago
Darien Raymond 20147cb0bd fix test break
9 years ago
Darien Raymond d1e990d46e test case for shadowsocks ota
9 years ago
Darien Raymond c618ce543c use net.ParseAddress in socks udp
9 years ago
Darien Raymond 4d2bcda9cc test case for socks protocol
9 years ago
v2ray 76b0db2016 return ErrorInvalidAuthentication when OTA is not valid
9 years ago
v2ray c849f3df54 test case for shadowsocks protocol
9 years ago
v2ray 903985eab5 close dokodemo after testing
9 years ago
v2ray 4f59d6847f fix test break
9 years ago
v2ray 3212337aa3 clean up test cases for dokodemo
9 years ago
v2ray 77f5c15dbc fix freedom test
9 years ago
Darien Raymond b18693a9c4 more test cases for freedom
9 years ago
v2ray 29c100e613 doc for proxy
9 years ago
v2ray 32b2220739 apply udpHub in socks proxy
9 years ago
v2ray 2d1ded9b9e fix race condition in shadowsocks
9 years ago
v2ray 265c9e4abb fix race condition in dokodemo
9 years ago
v2ray 11c7191b38 clean up after error
9 years ago
v2ray c6df0fde19 clean up variable initialization
9 years ago
v2ray 2932d23b32 apply user settings to shadowsocks
9 years ago
v2ray 2147ba5ab3 move fundamental interfaces from vmess to common
9 years ago
v2ray e8b0505c01 import comment of package vmess
9 years ago
v2ray 159644a230 remove out dated test case
9 years ago
v2ray 5e2583ec8d fix udp for dokodemo and shadowsocks
9 years ago
v2ray 48aa9af631 remove out dated test
9 years ago
Darien Raymond 0d77139c24 fix udp issue in socks proxy
9 years ago
Darien Raymond 8006d0cfdc update version in install-release.sh
9 years ago
Darien Raymond 3b1f92b7e8 allow multiple UDP incoming packets in freedom
9 years ago
v2ray d3ff2b3698 chunk stream in vmess
9 years ago
v2ray 6c7a9586d0 Save 1 allocation in shadowsocks
9 years ago
v2ray 2031c13a7f refactor app.Space
9 years ago
v2ray fcf8a74a3a log access info in shadowsocks
9 years ago
v2ray 026f17fdcc todo sync
9 years ago
v2ray 6b9cb3f80d send to UDP dest
9 years ago
v2ray 383eb57487 rename CorruptedPacket to ErrorCorruptedPacket
9 years ago
v2ray 1e79a3b75a rename errors
9 years ago
v2ray f34e253ea3 Rename errors with Error prefix
9 years ago
v2ray be10ca7e09 fix shadowsocks udp ota
9 years ago
v2ray e9c784d4bd refactor shadowsocks
9 years ago
Darien Raymond 57ff7ba923 complete implementation of shadowsocks ota
9 years ago
Darien Raymond 7f5184e943 understand OTA bit
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 795c49b6fb close udp hub
9 years ago
v2ray dde3f60e30 udp for shadowsocks
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
Darien Raymond 30f131b9ee test case for shadowsocks tcp
9 years ago
v2ray 095905a460 tcp handler for shadowsocks
9 years ago
v2ray 8ae8b3c9f5 custom tcp listener and connection object
9 years ago
v2ray 3f634eb54f fix build break
9 years ago
v2ray 2e866be181 R.I.P Shadowsocks
9 years ago
Darien Raymond 6b894c719d own hosts in http config
9 years ago
v2ray e11088aad5 update doc
9 years ago
v2ray 9ae258de3d rename
9 years ago
v2ray 5e16fa2dcd rename InboundConnectionHandlerCreator
9 years ago
v2ray d4dcee5fa3 rename InboundConfig methods
9 years ago
v2ray d325400f2e rename RegisterInboundConnectionHandlerFactory to RegisterInboundHandlerCreator
9 years ago
v2ray 01ed2fa889 rename RegisterInboundConnectionConfig to RegisterInboundConfig
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
9 years ago
v2ray 4817f8ab1f Merge branch 'master' of https://github.com/v2ray/v2ray-core
9 years ago
Darien Raymond 4624de091b remove cache of existing user hashes
9 years ago