Commit Graph

1711 Commits (c1f91567ad53f2d4c53646bbc7a8400ea2a5eb22)
 

Author SHA1 Message Date
v2ray b8421f659f
terminate connection
8 years ago
v2ray 7385c05f29
more test case for buffer
8 years ago
v2ray 42efa5dde0
refine buffer usage in kcp
8 years ago
v2ray 34b4fceaa4
update file location
8 years ago
v2ray 1e9f4a1a08
relocate sample configs
8 years ago
v2ray 5cf36c4520
relocate point main
8 years ago
v2ray d2233136ba
remove mobile target
8 years ago
v2ray 7095c5e19b
relocate release scripts
8 years ago
v2ray db02a2dcc2
quick release script
8 years ago
v2ray 330abd126c
add release for freebsd
8 years ago
v2ray b7ff8b8e4c
update version
8 years ago
v2ray 443e9d4725
fix a bug in vmess encoding
8 years ago
Darien Raymond c5e5a7265d Update to go 1.6.3
8 years ago
v2ray 6fe7463bf4
simplify state checking
8 years ago
v2ray 0040881b84
comments
8 years ago
v2ray 347ae8fd75
simplify interface
8 years ago
v2ray ca0ae50e62
refine system dialer substitution
8 years ago
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