1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 19:45:24 +00:00
Commit Graph

4045 Commits

Author SHA1 Message Date
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
Darien Raymond
56ce5d5f84
use new context 2018-09-30 23:08:14 +02:00
DarienRaymond
69afe55d7a
Merge pull request #1291 from smlrepo/master
fix build breakage
2018-09-30 22:21:30 +02:00
Lonnie Liu
e43b4cc169 fix build breakage 2018-09-30 12:51:26 -07:00
Darien Raymond
f7a68fe4b8
simplify errorgen calling 2018-09-30 19:37:52 +02:00
Darien Raymond
07aa486d43
fix bind address in linux 2018-09-30 19:37:08 +02:00
Darien Raymond
d55fbd7f8d
simplify error creation 2018-09-30 18:39:53 +02:00
Darien Raymond
00ea6e3cb2
update protobuf generated files 2018-09-30 18:39:28 +02:00
Darien Raymond
865d4ff7ff
update issue template 2018-09-29 18:49:26 +02:00
Darien Raymond
3a215f8a1e
Update version 2018-09-28 20:26:18 +02:00
Darien Raymond
477aeabfdd
Update version 2018-09-27 20:05:57 +02:00
Darien Raymond
befe7ab2c0
split bug template 2018-09-27 09:41:55 +02:00
Darien Raymond
f9f8c21a07
move framemeta onto stack 2018-09-26 13:01:12 +02:00
Darien Raymond
fce64b1665
reduce one pointer in TimedUserValidator 2018-09-26 10:19:38 +02:00
Darien Raymond
9d646d6039
support tproxy in tcp connections 2018-09-23 20:14:07 +02:00
Darien Raymond
909cb9b27a
announce deprecated proto settings 2018-09-21 16:54:06 +02:00