1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 20:45:23 +00:00
Commit Graph

3979 Commits

Author SHA1 Message Date
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
Darien Raymond
97f232cd5d
Update version 2018-09-21 11:08:07 +02:00
Darien Raymond
3c94b56f2b
Update version 2018-09-21 09:18:07 +02:00
Darien Raymond
d93098a6ca
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2018-09-19 16:12:40 +02:00
Darien Raymond
5649c7ba2d
support regex domain type in dns 2018-09-19 16:10:42 +02:00
Victoria Raymond
402b7679ea
Merge pull request #1270 from wongsyrone/update-geoip
update geoip to 20180911
2018-09-19 14:06:47 +02:00
Syrone Wong
dbf5cbe37c
update geoip to 20180911 2018-09-19 19:48:36 +08:00
Darien Raymond
94b880d060
move session based info into session package 2018-09-18 23:09:54 +02:00
Darien Raymond
f589769947
remove unused code 2018-09-18 17:50:09 +02:00
Victoria Raymond
a73a81776c
Merge pull request #1269 from funray/patch-1
Update ISSUE_TEMPLATE
2018-09-18 09:28:11 +02:00
Funray Qu
bca0c71224
Update ISSUE_TEMPLATE
Fix typo
2018-09-18 12:35:05 +08:00
Darien Raymond
cc6590d362
Revert "enable sockopt tests"
This reverts commit 2f28d380b3.
2018-09-17 16:27:41 +02:00
Darien Raymond
20d675f1c4
Revert "fix shippable ci"
This reverts commit 1f95281f7d.
2018-09-17 16:27:27 +02:00
Darien Raymond
1f95281f7d
fix shippable ci 2018-09-17 15:59:08 +02:00
Darien Raymond
2f28d380b3
enable sockopt tests 2018-09-17 15:55:00 +02:00
Darien Raymond
383b84e7dd
unified tproxy option 2018-09-17 15:12:58 +02:00
Darien Raymond
7f697661cd
fix a typo 2018-09-17 11:57:56 +02:00