Commit Graph

4086 Commits (a5ed9e00abdc6fd3a8a5951b14c3e358234b1d25)

Author SHA1 Message Date
Darien Raymond 2cc92920fa
test case for balancer 2018-11-07 21:25:43 +01:00
Darien Raymond 73d3be424b
prototype for balancing rules 2018-11-07 21:08:20 +01:00
Darien Raymond 874fc87498
test long header 2018-11-07 17:16:57 +01:00
Darien Raymond 440cf090d6
notify remote peer to close session 2018-11-07 12:46:20 +01:00
Darien Raymond 9f56d48297
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2018-11-07 09:12:07 +01:00
Victoria Raymond c98019a9c3
Merge pull request #1366 from wuxiangzhou2010/patch-1
fix a typo
2018-11-07 07:03:24 +01:00
Wuxiang 557330808d
fix a typo 2018-11-07 11:15:47 +08:00
Darien Raymond 90b132b434
update ci machine type 2018-11-06 22:02:52 +01:00
Darien Raymond 9d91a97926
golang 1.11.2 2018-11-06 20:54:17 +01:00
Darien Raymond 4b2ee1185d
update config file 2018-11-05 22:13:45 +01:00
Darien Raymond 03386f958d
update release ci 2018-11-05 17:13:35 +01:00
Darien Raymond 425ac88133
Update version 2018-11-05 16:13:08 +01:00
Darien Raymond 6e82128dc9
remove unused code 2018-11-05 11:36:05 +01:00
Darien Raymond a7474e1f8a
fix config.json 2018-11-05 09:56:38 +01:00
Darien Raymond 21e9a04dca
improve parse address performance 2018-11-05 01:16:06 +01:00
Darien Raymond 021cd3b5b7
Update version 2018-11-04 19:16:52 +01:00
Darien Raymond e13def10c4
more test cases 2018-11-04 19:14:17 +01:00
Darien Raymond 4257d1a0ed
update config.json with comments 2018-11-04 12:56:31 +01:00
Darien Raymond db6d6a89df
fix infinite loop in mux dispatch 2018-11-04 08:59:34 +01:00
Darien Raymond fcce267e33
fix broken test 2018-11-03 13:11:37 +01:00
Darien Raymond 3ccdecaf8f
remove vio package 2018-11-03 13:05:23 +01:00
Darien Raymond 77c03f0da5
move back to serial 2018-11-03 13:03:02 +01:00
Darien Raymond 128a90b98b
move link to transport 2018-11-03 12:36:29 +01:00
Darien Raymond 25e7fa3ade
use go 1.11.2 2018-11-03 09:07:25 +01:00
Darien Raymond 8bb018dae2
fix encoding bug in shadowsocks 2018-11-02 22:04:52 +01:00
Darien Raymond 18ddde4fd4
fix build break in shadowsocks 2018-11-02 21:35:59 +01:00
Darien Raymond f7b96507f9
simplify buffer extension 2018-11-02 21:34:04 +01:00
Darien Raymond 35ccc3a49c
cleanup unnecessary method in serial. 2018-11-02 18:20:02 +01:00
Darien Raymond ad462860e2
fix test 2018-11-02 15:50:41 +01:00
Darien Raymond 815c7f09ba
migrate to std lib 2018-11-02 15:47:58 +01:00
Darien Raymond ee489c95b3
remove Port.Bytes() 2018-11-02 15:14:34 +01:00
Darien Raymond 58e2ed3381
remove closure on ReadFullFrom 2018-11-02 15:01:33 +01:00
Darien Raymond 9360448c59
improve geoip matching performance 2018-11-02 12:30:45 +01:00
Darien Raymond 9de03d088e
improve performance on domain matcher 2018-11-02 12:14:41 +01:00
Victoria Raymond 787f37363b
Merge pull request #1352 from comwrg/more-cases-validator
add more test cases for `proxy/vmess/validator.go`
2018-11-02 09:35:19 +01:00
Darien Raymond 9f48a6d017
enable global padding for aead by default 2018-11-02 09:15:35 +01:00
comwrg 078a92128a
add more test cases for `proxy/vmess/validator.go` 2018-11-02 16:09:17 +08:00
Victoria Raymond 59fa890332
Merge pull request #1350 from comwrg/refactor-validator
more readable for func `generateNewHashes` in `proxy/vmess/validator.go`
2018-11-02 07:44:38 +01:00
comwrg 65df107eac
more readable for func `generateNewHashes` in `proxy/vmess/validator.go` 2018-11-02 10:06:44 +08:00
Darien Raymond 41956e92a5
migrate to the new geoip matcher 2018-11-01 21:43:16 +01:00
Darien Raymond 5400153827
sort cidr list before use 2018-11-01 21:30:36 +01:00
Darien Raymond de384a4ee4
Update version 2018-11-01 17:03:39 +01:00
Darien Raymond e24c1fd02a
support ppc64 releases 2018-11-01 12:23:01 +01:00
Darien Raymond 598b4ee639
add ppc64 builds 2018-11-01 12:19:58 +01:00
Darien Raymond fdea9474a7
get ready for 4.0 2018-11-01 11:55:54 +01:00
Darien Raymond 15cd999ed3
comments 2018-11-01 10:39:03 +01:00
Darien Raymond c73e899f54
prototype for high performance geoip matcher 2018-11-01 09:10:41 +01:00
Darien Raymond ee74256aac
sort.Interface for CIDR list 2018-11-01 08:44:11 +01:00
Darien Raymond 65aae7b1d0
merge config target 2018-10-29 23:13:31 +01:00
Victoria Raymond 2fcc011afe
Merge pull request #1343 from wuxiangzhou2010/patch-2
fix a typo
2018-10-29 20:39:54 +01:00