1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-14 06:59:19 -04:00
Commit Graph

1097 Commits

Author SHA1 Message Date
Felix Yan
b94e3ced7a Correct a typo in port.go 2019-10-09 06:06:47 +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
Gondnat
dd048bfb29 add email into access log for shadowsocks, vmess and mux 2019-07-02 10:43: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
Kslr
be27720c74 fix codestyle 2019-05-18 15:13:49 +08:00
Kslr
c6f3ab48ee fixed ReadV issue for windows
sync 847b289798
2019-05-18 15:09:58 +08:00
Darien Raymond
9efa8941ec support attributes in session.Content 2019-02-28 14:39:50 +01:00
Darien Raymond
888494aac8 support attributes in session.Content 2019-02-28 11:45:06 +01:00
Darien Raymond
95583b5031 support range list in routing rule 2019-02-24 23:43:00 +01:00
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
8d09d74224 release buffer in error case 2019-02-20 22:55:57 +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
b234cfb4c4 unify NewPacketReader 2019-02-07 19:14:37 +01:00
Darien Raymond
836440c61a dns outbound proxy 2019-02-06 10:21:04 +01:00
Darien Raymond
66a60dbfa3 remove dep on assert lib 2019-02-03 19:46:53 +01:00
Darien Raymond
bdd71a44b4 remove dep on assert lib 2019-02-02 22:19:30 +01:00
Darien Raymond
1ab94fed79 optimize v2ctl size 2019-02-01 20:08:21 +01:00
Darien Raymond
c9958681f7 remove dependency on assert lib 2019-01-31 20:57:01 +01:00
Darien Raymond
9a7177c82c test case for IPv6 any ip 2019-01-19 10:59:37 +01:00
Darien Raymond
8e131bcd1f remove dependency on assert lib 2019-01-18 15:59:39 +01:00
Darien Raymond
5c37439dbb fix broken test 2019-01-08 23:41:34 +01:00
Darien Raymond
163776b182 remove dependency on assert lib 2019-01-08 23:27:02 +01:00
Darien Raymond
edd71de1c3 remove dependency on assert lib 2019-01-07 23:27:59 +01:00
Darien Raymond
5f53530cc1 fix broken test 2019-01-07 11:37:06 +01:00
Darien Raymond
d26700a2fe remove common/compare package 2019-01-07 00:12:04 +01:00
Darien Raymond
4e77570f36 fix connection reading in UDP 2019-01-06 00:34:38 +01:00
Darien Raymond
21f8bfe476 move udp packet to protocol 2019-01-05 19:49:21 +01:00
Darien Raymond
ce91e92435 fix #1496 2019-01-04 00:24:28 +01:00
Darien Raymond
d20f87da4b comments 2019-01-01 20:16:04 +01:00
Darien Raymond
3de8389361 rename CloseError() to Interrupt() 2018-12-31 21:25:10 +01:00
Darien Raymond
1c830472b9 dns protocol package 2018-12-29 09:03:32 +01:00
Darien Raymond
c72d853454 return correct error 2018-12-27 19:59:49 +01:00
Darien Raymond
d670629651 more test case for tls sniffing 2018-12-27 19:41:23 +01:00
Darien Raymond
88e757e33f merge duplicated code 2018-12-27 17:00:34 +01:00
Darien Raymond
fc92b6295a compact buffers 2018-12-27 16:36:48 +01:00
Darien Raymond
372da062d4 fix build break 2018-12-10 23:34:54 +01:00
Victoria Raymond
ce412aec65 Merge branch 'master' into fix-sniff-http-ipv6 2018-12-10 23:09:55 +01:00
Darien Raymond
7e37d141e2 move parseHost to http protocol 2018-12-10 23:08:16 +01:00
comwrg
e52b387483 fix sniff http ipv6 address 2018-12-10 20:37:17 +08:00
Darien Raymond
b9450d8475 Revert "use default logger for android and ios"
This reverts commit 9743380e2d.
2018-12-06 17:03:15 +01:00