1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-09 06:44:30 -04:00
Commit Graph

4518 Commits

Author SHA1 Message Date
nullptr
ed1ade4266 Add SO_REUSEPORT (kernel level load balance) support 2019-10-13 12:12:49 +08:00
Kslr
dc6a253056
Merge pull request #1936 from v2fly/go113
Go113
2019-10-10 18:41:21 +08:00
vcptr
51f41743f9 mod tidy 2019-10-10 15:24:23 +08:00
vcptr
6233a1e6d9 ci script use -insecure flag too 2019-10-10 15:14:50 +08:00
vcptr
45afb53614 update mods 2019-10-10 15:05:27 +08:00
vcptr
8759e28890 update for go1.13+ 2019-10-10 14:56:01 +08:00
Kslr
501b704719
Merge pull request #1933 from felixonmars/patch-2
Correct a typo in port.go
2019-10-09 08:10:10 +08:00
Felix Yan
b94e3ced7a
Correct a typo in port.go 2019-10-09 06:06:47 +08:00
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.
2019-09-26 13:48:52 +08:00
lucus lee
3b087bf8c4
Fix self-signed certificates on Windows 2019-09-22 22:15:27 +09:00
Kslr
e9f53059b1
Merge pull request #1863 from v2fly/fixlevel
show vmess decode errors at warning level
2019-09-07 18:18:00 +08:00
vcptr
ad4a1a3dc2 show vmess decode errors at warning level 2019-08-27 09:29:29 +08:00
Kslr
197793dc49
Merge pull request #1850 from yuanmomo/master
fix a crash problem
2019-08-20 09:50:29 +08:00
aaaaa
5ab4f5ab9a fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV 2019-08-19 18:03:35 +08:00
Xiaokang Wang
adc9073d3d
Merge pull request #1810 from winguse/patch-1
fix segment fault when use api remote config
2019-08-15 12:51:33 +08:00
Kslr
8115221414
Merge pull request #1837 from yuanmomo/fix-v2ctl-http-client-error
blank row between build and package
2019-08-08 12:50:10 +08:00
yuanmomo
95f1a4d466 blank row between build and package 2019-08-08 12:27:39 +08:00
Kslr
1b87ecae3d
Merge pull request #1836 from v2fly/fix
fix: !confonly missing in http client
2019-08-07 14:54:14 +08:00
vcptr
27da2d139f fix: !confonly missing in http client 2019-08-07 14:49:29 +08:00
Kslr
f364173e70
Merge pull request #1813 from flyxl/master
Support http outbound
2019-07-24 22:22:04 +08:00
wuxiaolong
acde5a55b6 Rewrite comments in English 2019-07-24 22:08:21 +08:00
wuxiaolong
97764114ea Support http outbound 2019-07-24 09:15:05 +08:00
Yingyu Cheng
1b1146dbaa
fix segment fault when use api remote config 2019-07-20 16:54:58 +08:00
Kslr
0f2db9d7f7
Merge pull request #1802 from v2fly/pkg
user-package.sh custom codename; add more progress notice
2019-07-15 16:20:13 +08:00
vcptr
5b7bf02daf user-package.sh custom codename; add more progress notice 2019-07-15 13:32:49 +08:00
Xiaokang Wang
54c7483964
Merge pull request #1794 from v2fly/sysstat
add StatsService.GetSysStats
2019-07-14 13:17:58 +08:00
vcptr
fcb3896a33 add doc about timeout 2019-07-14 12:59:35 +08:00
Kslr
2451eedbc4
Merge pull request #1767 from Gondnat/addEmailIntoAccessLog
Add email into access log for shadowsocks and vmess
2019-07-13 22:50:35 +08:00
Kslr
acbb41b407
Merge pull request #1800 from v2fly/pkg
add user-package.sh
2019-07-13 20:09:57 +08:00
vcptr
af5a697979 add user-package.sh 2019-07-13 19:30:18 +08:00
Kslr
fffa6de47a release v4.20.0
8abff5a3cf
2019-07-12 16:42:59 +08:00
Xiaokang Wang
aa3c337041
Merge pull request #1793 from lucifer9/h2c
add server side h2c (http2 without TLS protection) support
2019-07-10 08:49:10 +08:00
vcptr
01e3a5f809 add StatsService.GetSysStats 2019-07-08 14:12:17 +08:00
lucifer9
e6bf431f93 add server side h2c support 2019-07-05 11:18:00 +08:00
Kslr
3deb5f26c9
Merge pull request #1750 from sosiska/patch-1
Some code improvements
2019-07-04 21:40:48 +08:00
Gondnat
dd048bfb29 add email into access log for shadowsocks, vmess and mux 2019-07-02 10:43:34 +08:00
Kslr
de43bc7eb9
Merge pull request #1783 from lucifer9/fix-bazel
fix incompatible errors when building with bazel 0.26+
2019-06-29 10:59:20 +08:00
lucifer9
4cc5558a4e delete some unnecessary comments 2019-06-29 10:22:22 +08:00
lucifer9
a28fabacef Revert "add server-side http2 over tcp (h2c) support"
This reverts commit e744537b80.
2019-06-29 10:21:42 +08:00
lucifer9
f59c0542c9 Revert "fix some lint warnings."
This reverts commit 1955d72e3e.
2019-06-29 10:21:34 +08:00
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.
2019-06-28 17:53:44 +03:00
lucifer9
1955d72e3e fix some lint warnings. 2019-06-27 14:27:47 +08:00
lucifer9
e744537b80 add server-side http2 over tcp (h2c) support 2019-06-27 14:21:40 +08:00
lucifer9
a0aa7b7374 fix incompatible errors when building with bazel 0.26+ 2019-06-26 13:51:33 +08:00
Kslr
4c93d36d49
Merge pull request #1739 from boypt/nonelogger
add: mute access/error logger seperately
2019-06-11 16:04:32 +08:00
boypt
79cf94be6c add: mute access/error logger seperately 2019-06-11 15:29:52 +08:00
Kslr
16e9d39fff version 4.19.1 2019-06-03 15:15:32 +08:00
Kslr
eb3df1a58e fix: json field tag syntax
sync ad4f41e1c0
2019-06-03 14:52:35 +08:00
Kslr
b0edbec53e
Merge pull request #1694 from heapops/bugfix_rule_ip_ext_file
Fix IP rule with custom GeoIP file
2019-05-31 12:53:46 +08:00
Kslr
46ba7cde53
Update install-release.sh (#1705)
Update install-release.sh
2019-05-28 22:55:12 +08:00