Shelikhoo
85bd352bc1
propagate context
5 years ago
Shelikhoo
73616ab9e2
branch context instead of layer it
5 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"]
5 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.
5 years ago
Shelikhoo
a26534c79c
Allow client to submit a context in v2ray.New
5 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
Shelikhoo
870ff52775
Apply Coding Style
5 years ago
Shelikhoo
8c886b4b46
Apply Coding Style
5 years ago
Shelikhoo
a58b20b5b8
Reserve sign bit
5 years ago
Shelikhoo
78d7b4f183
Check replay only for AEAD connection, and later
5 years ago
Shelikhoo
9fc37646b6
Check replay only for AEAD connection
5 years ago
Shelikhoo
6a29fa5fe2
Enable AEAD by Default
5 years ago
Shelikhoo
8d489f6c7c
Make taint acquire lesser lock
5 years ago
Shelikhoo
6007e4cc6f
Detailed AEAD Auth Error
5 years ago
Shelikhoo
9bf07b1f26
VMess AEAD Experiment
5 years ago
zhuobixin
dc906cf68a
LocalAddr() should return local address
5 years ago
rprx
2ef709997b
Update azure-pipelines.template.yml
5 years ago
rprx
3507f39677
Update azure-pipelines.yml
5 years ago
Shelikhoo
b610fc0a70
make error less sensitive
5 years ago
Shelikhoo
d31a067fc3
Release Version
5 years ago
Shelikhoo
b760ac149d
Merge branch 'master' of github.com:v2fly/v2ray-core
5 years ago
Shelikhoo
221a13e658
Early detection of non http traffic to match web server behavior
5 years ago
Shelikhoo
087a62ef3d
Fixed HTTP response not adjusted based on request
5 years ago
Shelikhoo
38e89bd2c7
VMess will Drain Connection On Auth failure
5 years ago
Kslr
5d616dcc75
Merge pull request #9 from v2fly/revert-8-kslr-patch-1
...
Revert "fix bazel not set home"
5 years ago
Kslr
b55fceba68
Revert "fix bazel not set home"
5 years ago
Shelikhoo
220b783caa
Align Timeout Value
5 years ago
Shelikhoo
8f45736dd3
drain replayed connection
5 years ago
Shelikhoo
34c13f3b27
Detailed code and output
5 years ago
Shelikhoo
944c45a776
Fix not update behavior seed
5 years ago
Shelikhoo
5e59534333
Fix when rolled number is zero
5 years ago
Shelikhoo
13cef19430
Increase Drain Pool
5 years ago
Shelikhoo
ca032dd00f
Drain Connection Based on uuid based behavior seed(skip auth info drain for now)
5 years ago
Shelikhoo
d671780804
Drain Connection Based on Uuid based Behavior seed
5 years ago
Kslr
46aa2c9e5e
Merge pull request #8 from v2fly/kslr-patch-1
...
fix bazel not set home
5 years ago
Kslr
09295f7ef6
fix bazel not set home
...
https://github.com/v2ray/discussion/issues/714#issuecomment-637034754
5 years ago
Shelikhoo
a1e4c9bc70
Release 4.23.3 (Bug fix)
5 years ago
Shelikhoo
e0aa18b6f3
Drain Connection with invalid checksum before closing. Emergency fix for weakness described in https://github.com/v2ray/v2ray-core/issues/2523
5 years ago
Kslr
9dc12961fa
4.23.2
5 years ago
Kslr
9f4fb3065d
update geoip,geosite
5 years ago
Araragi Hokuto
2a96605138
Fix build failure on illumos
...
Previously v2ray can not be built on illumos due to following reasons:
1. missing build tags in transport/internet/sockopt_other.go
2. many definitions in syscall does not exist on illumos
This commit addresses these problems by adding missing build tags, and
updates those missing syscall deps on illumos to use x/sys/unix.
5 years ago