Commit Graph

5086 Commits (488e39948e2bdda84deae22ea8acb8d08a7e1752)

Author SHA1 Message Date
rprx 694180fc9a
Add windows arm build (#39)
* Add windows arm build

* Add windows arm build

* Add windows arm build
2020-06-28 00:46:43 +08:00
Kslr 0392312b74
fix undefined: u 2020-06-27 21:33:45 +08:00
Kslr d017ceda7d
Create dlc.yml 2020-06-27 21:15:13 +08:00
Kslr 221aaad315
Create stale.yml 2020-06-27 20:59:30 +08:00
Kslr 00908a12fe
Update linter.yml 2020-06-27 20:50:41 +08:00
Kslr 475676eb87
update h12.io/socks 2020-06-27 20:36:10 +08:00
yuhan6665 886598542c Add stats counter for outbounds 2020-06-27 00:31:46 -04:00
yuhan6665 f34c092a06 Rename fields in StatCouterConnection
The fields will be used by Outbounds as well in the next commit
2020-06-27 00:31:46 -04:00
Kslr 1fb57ebab0
Merge pull request #2606 from v2fly/master
merge fly
2020-06-27 08:09:27 +08:00
Kslr 2f12e0caf3
Merge branch 'agioi-master' 2020-06-27 07:59:36 +08:00
Agioi Theodoroi 744fca3845
gofmt 2020-06-27 07:58:21 +08:00
Agioi Theodoroi 7bd324dcec
clean up code 2020-06-27 07:57:16 +08:00
Kslr 2b25988129
Merge branch 'agioi-master' 2020-06-27 07:52:02 +08:00
Agioi Theodoroi 37a55653e9
remove unused parameter 2020-06-27 07:51:44 +08:00
Agioi Theodoroi 97074c5bf4
gofmt 2020-06-27 07:51:43 +08:00
Agioi Theodoroi bbd3988f3d
clean up code 2020-06-27 07:51:42 +08:00
Kslr 50b0fa6ebb
Merge pull request #2416 from sosiska/patch-1
Some code optimization
2020-06-27 07:31:07 +08:00
Kslr 665e9b042c
Merge pull request #2437 from jejayhe/master
Some code optimization
2020-06-27 07:27:27 +08:00
Kslr 634201f29a
Merge pull request #2543 from Mygod/patch-1
Discourage reporting security vulnerabilities publicly
2020-06-27 07:17:12 +08:00
Kslr 48cc4f545f
Merge pull request #2577 from fzhyzamt/master
支持非抢先验证的客户端
2020-06-27 07:14:58 +08:00
rprx 1432278c2c
Fix typo (#36) 2020-06-26 21:27:23 +08:00
Shelikhoo f19f95af35
Update AEAD design to rely more on AEAD 2020-06-26 20:15:37 +08:00
Xiaokang Wang 327a6ee1f7
Merge pull request #18 from darhwa/enhance_http_outbound
使http outbound支持连接https与http/2代理服务器
2020-06-25 16:25:44 +08:00
DuckSoft 780318c5c8
handle dns.PackMessage error
this will fix #2599
2020-06-25 16:22:56 +08:00
Xiaokang Wang dd106b7cda
Merge pull request #35 from DuckSoft/patch-2
dohdns.go: multiple typo fixes
2020-06-25 16:10:46 +08:00
DuckSoft bde766770d
dohdns.go: multiple typo fixes 2020-06-25 14:10:24 +08:00
Roger Shimizu 90af5f19ba
Apply Debian's patch to upstream 2020-06-24 12:57:03 +08:00
Kslr c5a33062b8
Merge pull request #2590 from v2fly/master
merge fly
2020-06-23 22:23:22 +08:00
Kslr bf80143789
v4.25.1 2020-06-23 18:57:57 +08:00
Kslr 477daeb1d3
clean go.sum 2020-06-23 18:55:37 +08:00
JH2628 98a5d3fc7b
Update install-release.sh (#16)
更改安装路径到 v2fly/v2ray-core
2020-06-23 06:11:05 +08:00
dependabot[bot] b4a071a3bb
Bump github.com/miekg/dns from 1.1.4 to 1.1.29 (#28)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.4 to 1.1.29.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.4...v1.1.29)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-23 06:09:12 +08:00
Kslr 4a37179aef
update net,sync,sys package 2020-06-23 06:02:40 +08:00
Kslr 6b256238dc
update crypto package 2020-06-23 05:58:11 +08:00
Darhwa d29370a654 Enhance http outbound
1. Enables http outbound to set up a HTTP tunnel above HTTP/1.1,
  HTTP/1.1 over TLS, or HTTP/2 over TLS. Previously it only works for
  plain HTTP/1.1
2. In setting up CONNECT tunnel, replaces handcrafted request with
  standard http.Request
2020-06-20 23:03:44 +08:00
dependabot[bot] 36ff6bb903
Bump github.com/google/go-cmp from 0.4.0 to 0.5.0 (#29)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.4.0...v0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-20 20:32:29 +08:00
dependabot[bot] e0f38a1d23
Bump github.com/gorilla/websocket from 1.4.1 to 1.4.2 (#27)
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-20 20:01:06 +08:00
Kslr 48c489aff0
only handle push 2020-06-20 19:56:52 +08:00
dependabot-preview[bot] 825e5b8c8f
Bump github.com/golang/mock from 1.2.0 to 1.4.3 (#26)
Bumps [github.com/golang/mock](https://github.com/golang/mock) from 1.2.0 to 1.4.3.
- [Release notes](https://github.com/golang/mock/releases)
- [Changelog](https://github.com/golang/mock/blob/master/.goreleaser.yml)
- [Commits](https://github.com/golang/mock/compare/v1.2.0...v1.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-20 19:53:20 +08:00
dependabot-preview[bot] e5f028b3f6
Create Dependabot config file (#25)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-20 19:30:46 +08:00
kslr 3c5476a7cb update codecov badge 2020-06-20 16:15:12 +08:00
kslr 78729fc698 improve test coverage 2020-06-20 16:10:07 +08:00
Kslr 8dc133c4c6
update test badge 2020-06-20 03:39:50 +08:00
Kslr 0b612c43ec
Merge branch 'master' of github.com:v2fly/v2ray-core 2020-06-20 03:10:37 +08:00
Kslr 51be32fa12
actions add coverage 2020-06-20 03:07:58 +08:00
Loyalsoldier 70283d705c
Refine updatedat script (#24) 2020-06-20 02:01:45 +08:00
Kslr 3628ca4713
Merge pull request #2582 from v2fly/master
merge fly
2020-06-19 23:10:25 +08:00
Shelikhoo d6cad0b426
Update Version 2020-06-19 22:24:58 +08:00
Kslr 2c8f06e121
clean code (#22) 2020-06-19 21:57:03 +08:00
Kslr 0dfeba6a2f
在 actions 添加 lint 和 test (#21)
* actions add lint and test

* Only check new code
2020-06-19 21:19:37 +08:00