Kslr
501b704719
Merge pull request #1933 from felixonmars/patch-2
...
Correct a typo in port.go
5 years ago
Felix Yan
b94e3ced7a
Correct a typo in port.go
5 years ago
hex2tan
3d63ec4e78
fixed add new user bug
...
fixed add new user bug.
when add new user, just add the key(u.email) to the map(v.cache), the value of map is nil.
5 years ago
lucus lee
3b087bf8c4
Fix self-signed certificates on Windows
5 years ago
Kslr
e9f53059b1
Merge pull request #1863 from v2fly/fixlevel
...
show vmess decode errors at warning level
5 years ago
vcptr
ad4a1a3dc2
show vmess decode errors at warning level
5 years ago
Kslr
197793dc49
Merge pull request #1850 from yuanmomo/master
...
fix a crash problem
5 years ago
aaaaa
5ab4f5ab9a
fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV
5 years ago
Xiaokang Wang
adc9073d3d
Merge pull request #1810 from winguse/patch-1
...
fix segment fault when use api remote config
5 years ago
Kslr
8115221414
Merge pull request #1837 from yuanmomo/fix-v2ctl-http-client-error
...
blank row between build and package
5 years ago
yuanmomo
95f1a4d466
blank row between build and package
5 years ago
Kslr
1b87ecae3d
Merge pull request #1836 from v2fly/fix
...
fix: !confonly missing in http client
5 years ago
vcptr
27da2d139f
fix: !confonly missing in http client
5 years ago
Kslr
f364173e70
Merge pull request #1813 from flyxl/master
...
Support http outbound
5 years ago
Kslr
087415850b
Merge pull request #5 from fcying/access_detour_log
...
access log add detour tag
5 years ago
wuxiaolong
acde5a55b6
Rewrite comments in English
5 years ago
wuxiaolong
97764114ea
Support http outbound
5 years ago
Yingyu Cheng
1b1146dbaa
fix segment fault when use api remote config
5 years ago
Kslr
0f2db9d7f7
Merge pull request #1802 from v2fly/pkg
...
user-package.sh custom codename; add more progress notice
5 years ago
vcptr
5b7bf02daf
user-package.sh custom codename; add more progress notice
5 years ago
Xiaokang Wang
54c7483964
Merge pull request #1794 from v2fly/sysstat
...
add StatsService.GetSysStats
5 years ago
vcptr
fcb3896a33
add doc about timeout
5 years ago
Kslr
2451eedbc4
Merge pull request #1767 from Gondnat/addEmailIntoAccessLog
...
Add email into access log for shadowsocks and vmess
5 years ago
Kslr
acbb41b407
Merge pull request #1800 from v2fly/pkg
...
add user-package.sh
5 years ago
vcptr
af5a697979
add user-package.sh
5 years ago
Kslr
fffa6de47a
release v4.20.0
...
8abff5a3cf
5 years ago
hanazaki05
8abff5a3cf
Update to 4.20.0
5 years ago
Kslr
2c4c5c50c2
Sync from ray
5 years ago
Kslr
0a7d99803d
fix incompatible errors when building with bazel 0.26+
...
a0aa7b7374
5 years ago
Kslr
e43acf6e2a
add: mute access/error logger seperately
...
4c93d36d49
5 years ago
Xiaokang Wang
aa3c337041
Merge pull request #1793 from lucifer9/h2c
...
add server side h2c (http2 without TLS protection) support
5 years ago
vcptr
01e3a5f809
add StatsService.GetSysStats
5 years ago
lucifer9
e6bf431f93
add server side h2c support
5 years ago
Kslr
3deb5f26c9
Merge pull request #1750 from sosiska/patch-1
...
Some code improvements
5 years ago
Gondnat
dd048bfb29
add email into access log for shadowsocks, vmess and mux
5 years ago
Kslr
de43bc7eb9
Merge pull request #1783 from lucifer9/fix-bazel
...
fix incompatible errors when building with bazel 0.26+
5 years ago
lucifer9
4cc5558a4e
delete some unnecessary comments
5 years ago
lucifer9
a28fabacef
Revert "add server-side http2 over tcp (h2c) support"
...
This reverts commit e744537b80
.
5 years ago
lucifer9
f59c0542c9
Revert "fix some lint warnings."
...
This reverts commit 1955d72e3e
.
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
lucifer9
1955d72e3e
fix some lint warnings.
5 years ago
lucifer9
e744537b80
add server-side http2 over tcp (h2c) support
5 years ago
lucifer9
a0aa7b7374
fix incompatible errors when building with bazel 0.26+
5 years ago
fcying
23e5d3cd12
access log add detour tag
6 years ago
Kslr
4c93d36d49
Merge pull request #1739 from boypt/nonelogger
...
add: mute access/error logger seperately
6 years ago
boypt
79cf94be6c
add: mute access/error logger seperately
6 years ago
Shelikhoo
8cf38342e9
Delay Closing Connection so that test have chance to complete(Additional)
6 years ago
Shelikhoo
dd8e957f59
Delay Closing Connection so that test have chance to complete
6 years ago
Shelikhoo
a32d6416e5
Fix test break for windows: better error handling
6 years ago
Shelikhoo
7718b9629c
Output Build Diagnose Information for common/buf(Fix)
6 years ago