1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00
Commit Graph

4384 Commits

Author SHA1 Message Date
Darien Raymond
4d23411d80
comments 2019-02-23 00:29:09 +01:00
Darien Raymond
3828a463ea
move sniffing request to session 2019-02-23 00:27:21 +01:00
Darien Raymond
95ed5a5ff8
comments 2019-02-23 00:01:23 +01:00
Darien Raymond
7e5e080488
move sniffing result to session 2019-02-22 16:58:16 +01:00
Darien Raymond
6178d7281c
completely remove usage of go:nosplit 2019-02-22 12:54:26 +01:00
Darien Raymond
a37af64683
Update version 2019-02-21 17:16:56 +01:00
Darien Raymond
f41b07395a
fix error propagation for nxdomain 2019-02-21 15:17:04 +01:00
Darien Raymond
bb8465e1d6
fix dns parsing for unknown header types 2019-02-21 15:04:33 +01:00
Darien Raymond
9957c64b4a
correctly propagate dns errors all the way through.
the internal dns system can correctly handle the cases where:
1) domain has no A or AAAA records
2) domain doesn't exist
fixes #1565
2019-02-21 13:43:48 +01:00
Darien Raymond
c27050ad90
fix usability for both IPv4 and v6 in static dns mapping 2019-02-21 00:03:31 +01:00
Darien Raymond
b7c3e1da66
test case for interface 2019-02-20 22:57:13 +01:00
Darien Raymond
1531642768
benchmark test for user validator 2019-02-20 22:56:17 +01:00
Darien Raymond
8d09d74224
release buffer in error case 2019-02-20 22:55:57 +01:00
Darien Raymond
da8efb4afe
add some logs to tlsping 2019-02-19 16:35:05 +01:00
Darien Raymond
c5cce8be6f
fix server name parsing 2019-02-19 13:05:36 +01:00
Darien Raymond
9476f38f8b
add tlsping utility 2019-02-19 10:56:06 +01:00
Darien Raymond
10d90f5fc1
update domain mapping in default config 2019-02-17 22:10:55 +01:00
Darien Raymond
81ce61c243
remove geosite test case due to inconsistant data. fixes #1557 2019-02-17 16:18:35 +01:00
Darien Raymond
37ab7d27ef
fix broken test 2019-02-17 01:12:44 +01:00
Darien Raymond
c072d38e2c
refine tls connection 2019-02-17 00:58:02 +01:00
Darien Raymond
204b895576
fix user level parsing in freedom. fixes #1555 2019-02-16 21:25:19 +01:00
Darien Raymond
b488c42453
set recursive bits 2019-02-15 23:13:41 +01:00
Darien Raymond
b2bb5a1b91
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2019-02-15 12:42:59 +01:00
Darien Raymond
517feae0e8
add back v2ray.com/ext to source code. fixes #1553 2019-02-15 12:42:55 +01:00
Victoria Raymond
bf23a7d5a3
Merge pull request #1550 from sunshineplan/master
Update v2ray.service
2019-02-15 11:00:51 +01:00
Darien Raymond
2a6cad2f9b
fix inbound user in dekodemo door and http 2019-02-15 00:46:19 +01:00
Darien Raymond
634bba0f8a
fix user level in socks inbound 2019-02-15 00:28:26 +01:00
Darien Raymond
2e5f2405be
Update version 2019-02-14 22:32:20 +01:00
sunshineplan
e2b216bcb4
Update v2ray.service 2019-02-14 21:51:06 +08:00
Darien Raymond
950e226293
run coverage with go module 2019-02-13 11:06:39 +01:00
Darien Raymond
8cdc7d8c4f
remove unused variables 2019-02-13 10:46:23 +01:00
Darien Raymond
ec5680976b
use go module for testing 2019-02-13 10:32:01 +01:00
Darien Raymond
c902e143ab
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2019-02-13 10:26:36 +01:00
Victoria Raymond
a877c1665b
Merge pull request #1546 from kuoruan/go_modules
Fix go modules
2019-02-13 10:16:52 +01:00
kuoruan
c8f446aba5 Fix go modules
Signed-off-by: kuoruan <kuoruan@gmail.com>
2019-02-13 14:22:08 +08:00
Darien Raymond
114ec4c74b
support dest override in dns outbound 2019-02-12 22:34:43 +01:00
Darien Raymond
6c31049295
add some log to dns lookup 2019-02-12 21:04:28 +01:00
Darien Raymond
69e8db7bbe
include question section in dns response 2019-02-12 13:29:12 +01:00
Darien Raymond
3539ae9c38
remove reference to ext/ 2019-02-10 21:04:51 +01:00
Darien Raymond
5530ead381
fix broken test 2019-02-10 19:47:26 +01:00
Darien Raymond
84b239bac5
add go mod 2019-02-10 19:27:48 +01:00
Darien Raymond
9a125276b5
fix bazel build 2019-02-10 19:19:05 +01:00
Darien Raymond
4eb2b5e607
merge ext into core 2019-02-10 19:04:11 +01:00
Darien Raymond
d84166ba35
remove unused testing package 2019-02-10 16:27:08 +01:00
Darien Raymond
5e6d0f7c71
fix test break 2019-02-10 15:26:43 +01:00
Darien Raymond
98950d5ada
remove dep of assert lib 2019-02-10 15:02:28 +01:00
Darien Raymond
a84897b4b6
simplify ReadBuffer 2019-02-10 10:53:16 +01:00
Darien Raymond
b0a015c7cc
comments 2019-02-10 10:53:06 +01:00
Darien Raymond
932e09a388
remove dep of assert lib 2019-02-09 15:46:48 +01:00
Darien Raymond
481b3fd294
rename install.sh 2019-02-08 10:41:55 +01:00