Commit Graph

1494 Commits (27a29da7bfb6c05a84ecb82e5a7705c9edb09459)
 

Author SHA1 Message Date
Darien Raymond 27a29da7bf Merge pull request #219 from xiaokangwang/substituteDialer
8 years ago
Shelikhoo d1b44619b0
Solve #218: Supporting substitute of the default Dialer, this is a prerequisite of Libv2ray's support of Android VPNService mode; It is not recommanded to modify exported func introduced by this commit.
8 years ago
v2ray b72afc7c35
fix build break
8 years ago
v2ray 6a620d1c6d
socks client config
8 years ago
v2ray a509252c24
prefer pointer
8 years ago
v2ray a29a6a586d
one more test case
8 years ago
v2ray c96533f278
test case for server picker
8 years ago
v2ray f4aa50a160
test code for validation strategy
8 years ago
v2ray 2034d54bab
rename VMessAccount to vmess.Account
8 years ago
v2ray 2049759640
use server spec in vmess
8 years ago
v2ray b02bd5b1d8
rollback chacha20 change
8 years ago
v2ray 7dfa852677
server spec
8 years ago
v2ray 03af6e6856
update version
8 years ago
v2ray dbee8c620a
update china ip
8 years ago
v2ray ea39a6fde6
format code
8 years ago
v2ray 0857fdb0f8
test code for blackhole config
8 years ago
v2ray f871ca63e2
refine error message
8 years ago
v2ray 723a693c78
delete port after error
8 years ago
v2ray edd9885d0e
retry on port allocation
8 years ago
v2ray 96ec5cfc58
Fix VMess inbound for empty response
8 years ago
v2ray 6f5b54747e
move encoding to vmess
8 years ago
v2ray e304e2761d
refine chacha20 initialization
8 years ago
v2ray 128e866021
Merge branch 'master' of https://github.com/v2ray/v2ray-core
8 years ago
Darien Raymond 08526a32ff Merge pull request #215 from aead/master
8 years ago
v2ray 3be5045dfc
replace NewSmallBuffer with NewLocalBuffer
8 years ago
v2ray 84a7a2ad61
correct initialization in socks server
8 years ago
Andreas Auernhammer 0cd0033245 Replace ChaCha20 implementation with an optimized version
8 years ago
v2ray 85d6e1ad13
prepend hash
8 years ago
v2ray 1931820c4c
leverage local buffer
8 years ago
v2ray 7e499ee0b6
Cleanup
8 years ago
v2ray 089de290ad
Leverage buffer.Read
8 years ago
v2ray a39132f4c2
update log
8 years ago
v2ray bf2d45a83d
use local buffer when fetching input
8 years ago
Darien Raymond 00a747afe3 Update ISSUE_TEMPLATE
8 years ago
Darien Raymond f072d26fe4 Rename ISSUE_TEMPLATE.md to ISSUE_TEMPLATE
8 years ago
Darien Raymond 187a89484c Rename ISSUE_TEMPLATE to ISSUE_TEMPLATE.md
8 years ago
Darien Raymond b2cd65d6bc Update ISSUE_TEMPLATE
8 years ago
Darien Raymond acb01e6177 Update ISSUE_TEMPLATE
8 years ago
Darien Raymond 45423add40 Create ISSUE_TEMPLATE
8 years ago
v2ray 3f396078ab
remove unnecessary buffer
8 years ago
v2ray 4aadaa7513
use local stack buffer
8 years ago
v2ray f45fa6e918
allow buffer on local stack
8 years ago
v2ray 8d3da0ed8e
remove unnecessary use of buffer
8 years ago
v2ray e586f3c127
release buffer on write error
8 years ago
v2ray 17ea740e7e
remove unnecessary use of buffer
8 years ago
v2ray 066e5e216d
fill windows after processing acks
8 years ago
v2ray 72ee6436eb
more accurate of rtt calculation
8 years ago
v2ray d5cd919cec
remove duplicated code
8 years ago
v2ray f6d4e599bd
configurable read and write buffer size
8 years ago
v2ray b6a6c154a3
remove unnecessary use of buffer
8 years ago