Vigilans
f9d37b724c
Extract session information during routing as routing context
4 years ago
loyalsoldier
323ef03f02
Minor fixes
4 years ago
Vigilans
47c997d75e
Fix github.com/v2fly/v2ray-core/issues/146
4 years ago
loyalsoldier
f12f76582f
Fix according to staticcheck result
...
staticcheck repo: https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck
4 years ago
loyalsoldier
a2a064a54d
protoc: do NOT rely on GOBIN & GOPATH
...
Add public functions
4 years ago
loyalsoldier
f9175e3bc8
Fix according to go vet results
4 years ago
Isaac
588b40ffad
Fix a typo
...
Fix a typo in bytes.go
4 years ago
Loyalsoldier
ef460f68f8
Adjust Protocol Buffers ( #109 )
...
* Update protoc binary executable files to v3.13.0
* Write proto files in more standard way
* Make go generate & vprotogen compatible with protoc-gen-gofast
* Regenerate pb.go files according to new proto files
* Clean go.sum by running go mod tidy
* Implement mustEmbedUnimplementedServiceServer for gPRC services
4 years ago
vcptr
bc008113b6
add asset location search
4 years ago
Vigilans
dfeaef75e7
Refactor DNS Server to record original rule of domain matchers
4 years ago
Vigilans
1ab9e58dce
Supply test for domain matcher group
4 years ago
Vigilans
1e222425b6
Amend domain matcher with returning values of all matched subdomains
4 years ago
Vigilans
c74a33f827
Amending domain matcher with returning array of all matches
4 years ago
RPRX
e425876afe
Fix totalSize
4 years ago
Vigilans
30e312f72b
Apply sockopt from inbound config to dokodemo tproxy's response connection
4 years ago
DuckSoft
1525712214
some typo fixes
...
note: there are other typos in external/ folder.
considering the fact that the folder "will be removed in future", I skipped those typos.
4 years ago
Roger Shimizu
90af5f19ba
Apply Debian's patch to upstream
4 years ago
Shelikhoo
09b81b78c3
regenerate pb data
5 years ago
Shelikhoo
9bf07b1f26
VMess AEAD Experiment
5 years ago
Shelikhoo
5e59534333
Fix when rolled number is zero
5 years ago
Shelikhoo
d671780804
Drain Connection Based on Uuid based Behavior seed
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
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
mzz
49b63cbd79
code quality review
5 years ago
mzz2017
9e84ce38dd
feat: support more types of certificates
5 years ago
vcptr
0d71d3dcf8
revert back to multiconfig
5 years ago
vcptr
04a0c04934
doh route strategy optimized
5 years ago
Kslr
fdbec9a141
Revert "multiple config"
5 years ago
Kslr
e6f226c64d
Revert "add arg -confdir"
5 years ago
vcptr
8ccc142e7e
add comment to please codacy
5 years ago
vcptr
78b95d4bc2
fix: default env empty
5 years ago
vcptr
e50afd6e44
trim err msg
5 years ago
vcptr
5ae47d45c2
multiconf with -confdir arg
5 years ago
vcptr
a36631357c
add comments to new added code
5 years ago
vcptr
1bb34bfe17
abstract type for conf load func
5 years ago
vcptr
1e76123a4c
main loads multiple
5 years ago
vcptr
904db6bd61
mconfig subcommand ready
5 years ago
vcptr
47660bfee2
fix win test error; dont use ReadV on file
5 years ago
vcptr
c060f9f11f
fix test read buf
5 years ago
vcptr
afd805c7ba
fix session key unexported
5 years ago
vcptr
6ef77246ab
add DOH dns client
5 years ago
vcptr
905ac82bb1
more test to common/buf
5 years ago
ghost
8da0a53845
properly propagate Reader errors
5 years ago
ghost
f7abe353df
fix ReadBuffer()
5 years ago
Shelikhoo
aecf18af0c
Fix merge error
5 years ago
fcying
1cc7702c51
check detour tag size
5 years ago
fcying
fa926a1d1d
access log add detour tag
5 years ago
Felix Yan
b94e3ced7a
Correct a typo in port.go
5 years ago
Gondnat
dd048bfb29
add email into access log for shadowsocks, vmess and mux
5 years ago
Kirill Motkov
0401a91ef4
Some code improvements
...
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
5 years ago