1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00
Commit Graph

3910 Commits

Author SHA1 Message Date
Darien Raymond
273342d0b9
move stats and inbound to features directory 2018-10-11 21:14:53 +02:00
Darien Raymond
b6dc31d3fe
first part to move feature interfaces into dedicated directory 2018-10-11 20:43:37 +02:00
Darien Raymond
88387f2d6e
Update version 2018-10-11 19:10:01 +02:00
Darien Raymond
2e94561584
support mtproto conn type 0xee. fixes #1297 2018-10-11 11:11:11 +02:00
Darien Raymond
d83959569d
prepend 'v' to version numbers 2018-10-09 10:54:02 +02:00
DarienRaymond
336d28c29e
Merge pull request #1305 from sunshineplan/master
install-release.sh检查更新时忽略小版本号
2018-10-09 10:51:59 +02:00
sunshineplan
76af3ea174
install-release.sh检查更新时忽略小版本号 2018-10-09 15:02:09 +08:00
Darien Raymond
cfd4748168
update 2018-10-08 18:08:54 +02:00
Darien Raymond
125c7d35df
update issue templates 2018-10-08 18:06:07 +02:00
Darien Raymond
7dd17dcc29
comment for each component required 2018-10-07 14:26:22 +02:00
Darien Raymond
23142b26d7
option for error if up to date 2018-10-07 14:07:03 +02:00
Darien Raymond
c61277d2af
remove vendor directory 2018-10-07 10:50:58 +02:00
Darien Raymond
29453824c2
release with source code and digest 2018-10-07 01:26:04 +02:00
Darien Raymond
68b36d1d85
fix appveyor and shipping build scripts 2018-10-06 20:55:59 +02:00
Darien Raymond
50f7e396c9
allow custom directory for extraction 2018-10-06 14:14:15 +02:00
Victoria Raymond
df5bb77cab
Merge pull request #1302 from felixonmars/patch-1
Fix a typo in v2ray.go
2018-10-06 13:48:46 +02:00
Victoria Raymond
35557cc175
Merge pull request #1301 from felixonmars/devendor-socks
Use h12.io/socks instead of vendored old one
2018-10-06 13:46:08 +02:00
Felix Yan
db59a4dd9e
Fix a typo in v2ray.go 2018-10-06 07:53:51 +08:00
Felix Yan
67ee589e92
Use h12.io/socks instead of vendored old one 2018-10-06 07:34:07 +08:00
Darien Raymond
ce4aee72b6
fix version begin with v 2018-10-05 22:05:43 +02:00
Darien Raymond
b7e7e4a2b5
update release 2018-10-05 22:00:56 +02:00
Darien Raymond
1c58e74894
support new package format 2018-10-05 21:24:00 +02:00
Darien Raymond
1a7af4f4f1
update homebrew after release ci finishes 2018-10-05 13:25:59 +02:00
Darien Raymond
6e0aeb6603
remove unnecessary logging config 2018-10-04 23:45:34 +02:00
Darien Raymond
76a616ebff
write error to log 2018-10-04 21:14:59 +02:00
Darien Raymond
f0188a55d2
switch to const 2018-10-04 21:09:47 +02:00
Darien Raymond
9299ed24be
switch to bazel release 2018-10-04 21:00:20 +02:00
Darien Raymond
e132e1d965
remove reference to vbuild 2018-10-04 20:44:57 +02:00
Darien Raymond
af191f5d76
Update version 2018-10-04 19:36:53 +02:00
Darien Raymond
b223e85b4c
update filename for macos release 2018-10-04 13:15:29 +02:00
Darien Raymond
9804a94a09
fix bin location 2018-10-04 12:45:39 +02:00
Darien Raymond
376e02ca33
rename x86 to 386 2018-10-04 12:45:19 +02:00
Darien Raymond
ba0011d92d
all release packages 2018-10-04 11:42:58 +02:00
Darien Raymond
ed68902e9f
revert config file path change 2018-10-04 10:00:38 +02:00
Darien Raymond
7be96a1629
fix file mappings 2018-10-04 09:55:51 +02:00
Darien Raymond
3c3ec9660f
remove bazel temp folders from git 2018-10-03 23:58:21 +02:00
Darien Raymond
9400056816
bazel release script 2018-10-03 23:57:28 +02:00
Darien Raymond
222de64515
more packages 2018-10-03 23:27:42 +02:00
Darien Raymond
6e26fb5835
fix build files 2018-10-03 22:06:21 +02:00
Darien Raymond
2ca33e6a5b
update release package 2018-10-03 21:18:04 +02:00
Darien Raymond
557ce768fa
bazel configuration 2018-10-03 20:32:32 +02:00
Darien Raymond
8a157316d4
use golang 1.11.1 2018-10-03 11:48:32 +02:00
Darien Raymond
0893de8901
use strings.Builder 2018-10-01 12:54:06 +02:00
Darien Raymond
a3e189c822
rename error object 2018-10-01 12:49:36 +02:00
Darien Raymond
122c3e7a5d
use strings.Builder 2018-10-01 12:42:14 +02:00
Victoria Raymond
9a4624b833
Merge pull request #1292 from Quasilyte/quasilyte/builtinShadow
s/len/length/ s/cap/capacity/ to avoid builtin shadowing
2018-10-01 11:40:06 +02:00
Victoria Raymond
504eff5fe4
Merge pull request #1293 from Quasilyte/quasilyte/ifElseChain
app/router: rewrite if-else chain to switch
2018-10-01 11:39:37 +02:00
Iskander Sharipov
4dfe45ec19 app/router: rewrite if-else chain to switch
From effective Go: https://golang.org/doc/effective_go.html#switch

> It's therefore possible—and idiomatic—to write an if-else-if-else chain as a switch.
2018-10-01 12:07:19 +03:00
Iskander Sharipov
0cf3599db2 s/len/length/ s/cap/capacity/ to avoid builtin shadowing 2018-10-01 12:03:23 +03:00
Darien Raymond
091fa6ad23
use new errorgen 2018-09-30 23:08:41 +02:00