Agioi Theodoroi
37a55653e9
remove unused parameter
4 years ago
Agioi Theodoroi
97074c5bf4
gofmt
4 years ago
Agioi Theodoroi
bbd3988f3d
clean up code
4 years ago
rprx
1432278c2c
Fix typo ( #36 )
4 years ago
Shelikhoo
f19f95af35
Update AEAD design to rely more on AEAD
4 years ago
Xiaokang Wang
327a6ee1f7
Merge pull request #18 from darhwa/enhance_http_outbound
...
使http outbound支持连接https与http/2代理服务器
4 years ago
DuckSoft
780318c5c8
handle dns.PackMessage error
...
this will fix #2599
4 years ago
Xiaokang Wang
dd106b7cda
Merge pull request #35 from DuckSoft/patch-2
...
dohdns.go: multiple typo fixes
4 years ago
DuckSoft
bde766770d
dohdns.go: multiple typo fixes
4 years ago
Roger Shimizu
90af5f19ba
Apply Debian's patch to upstream
4 years ago
Kslr
bf80143789
v4.25.1
4 years ago
Kslr
477daeb1d3
clean go.sum
4 years ago
JH2628
98a5d3fc7b
Update install-release.sh ( #16 )
...
更改安装路径到 v2fly/v2ray-core
4 years ago
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>
4 years ago
Kslr
4a37179aef
update net,sync,sys package
4 years ago
Kslr
6b256238dc
update crypto package
4 years ago
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
4 years ago
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>
4 years ago
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>
4 years ago
Kslr
48c489aff0
only handle push
4 years ago
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>
4 years ago
dependabot-preview[bot]
e5f028b3f6
Create Dependabot config file ( #25 )
...
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years ago
kslr
3c5476a7cb
update codecov badge
4 years ago
kslr
78729fc698
improve test coverage
4 years ago
Kslr
8dc133c4c6
update test badge
4 years ago
Kslr
0b612c43ec
Merge branch 'master' of github.com:v2fly/v2ray-core
4 years ago
Kslr
51be32fa12
actions add coverage
4 years ago
Loyalsoldier
70283d705c
Refine updatedat script ( #24 )
4 years ago
Shelikhoo
d6cad0b426
Update Version
4 years ago
Kslr
2c8f06e121
clean code ( #22 )
4 years ago
Kslr
0dfeba6a2f
在 actions 添加 lint 和 test ( #21 )
...
* actions add lint and test
* Only check new code
4 years ago
Kslr
6880b5a6d8
Merge pull request #20 from kslr/master
...
add armv5
4 years ago
kslr
bc96f75bcb
add armv5
4 years ago
Shelikhoo
38868e0469
Fix context layering in Shadowsocks UDP
4 years ago
Shelikhoo
3e13d79af7
Fix TProxy Process Logic
4 years ago
Shelikhoo
85bd352bc1
propagate context
4 years ago
Shelikhoo
73616ab9e2
branch context instead of layer it
4 years ago
Darhwa
8e791e92bc
Further strip unique signatures of tls handshake
...
1. allow users to disable session ticket
2. set default alpn to ["h2", "http/1.1"]
4 years ago
Shelikhoo
9e62f4a934
Merge branch 'master' of github.com:v2fly/v2ray-core
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
4 years ago
Shelikhoo
a26534c79c
Allow client to submit a context in v2ray.New
4 years ago
Xiaokang Wang
4eeb913c9a
Update core.go
5 years ago
Xiaokang Wang
448d24496c
Merge pull request #10 from rprx/patch-1
...
Update Golang version to 1.14.4
5 years ago
Xiaokang Wang
e920d39b11
Update core.go
...
Update Version
5 years ago
Xiaokang Wang
e4ec9807a2
Merge pull request #12 from zhuobixin/master
...
LocalAddr() should return local address
5 years ago
Shelikhoo
8988dc32b9
Update Version
5 years ago
Shelikhoo
aece8a6a86
Added Seed to mKCP, encrypts the packets
5 years ago
Shelikhoo
d06a4d1f50
Added TestsEnabled Settings to enable VMessAEAD test
5 years ago
Shelikhoo
00103d1f73
Fix tests
5 years ago
Shelikhoo
09b81b78c3
regenerate pb data
5 years ago
Shelikhoo
da0b63bc12
allow user to define tests enable for this server
5 years ago