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

1072 Commits

Author SHA1 Message Date
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
Darien Raymond
9743380e2d use default logger for android and ios 2018-12-06 14:40:45 +01:00
Darien Raymond
427679e66d simplify task execution 2018-12-06 11:35:02 +01:00
Darien Raymond
cf1705267e switch to errgroup 2018-12-06 10:22:14 +01:00
Darien Raymond
bea521537e errors.Combine 2018-12-04 14:17:08 +01:00
Darien Raymond
c49b93b39e simplify buffer allocation 2018-12-04 11:07:33 +01:00
Darien Raymond
a6d81cc56d api doc 2018-12-03 23:39:21 +01:00
Darien Raymond
0f63be6340 open ReadBuffer for quic connections 2018-12-03 16:01:14 +01:00
Darien Raymond
3340f81d03 fix reader/writer for packet conn 2018-12-03 14:20:57 +01:00
Darien Raymond
e392f8ed3d use WriteByte instead of copy 2018-12-03 12:50:24 +01:00
Darien Raymond
844f6937a4 reduce memory consumption on readOne 2018-12-03 12:40:38 +01:00
Darien Raymond
057e271588 update proto lib 2018-12-01 17:39:51 +01:00
Darien Raymond
096bbd2c51 prototype of quic transport 2018-11-21 16:47:06 +01:00
Darien Raymond
234c8081f4 remove unused functions 2018-11-20 17:05:32 +01:00
Darien Raymond
769f770cf7 migrate NetworkList to []Network 2018-11-20 16:58:26 +01:00
Darien Raymond
d1f318c82a remove unused functions 2018-11-20 16:11:55 +01:00
Darien Raymond
d675bb92df update benchmark for address 2018-11-19 11:18:20 +01:00
Darien Raymond
83c4b20b6e fix lint warnings 2018-11-19 00:33:00 +01:00
Darien Raymond
b1b8cb5ef5 Fix SplitSize 2018-11-18 22:12:31 +01:00
Darien Raymond
5c4e33f759 rewrite SliceBySize 2018-11-18 20:16:14 +01:00
Darien Raymond
bcd5d026fe rewrite SplitFirst 2018-11-18 19:57:29 +01:00
Darien Raymond
cb7646f682 remove unnecessary err object from SplitBytes 2018-11-18 19:44:32 +01:00
Darien Raymond
842a089dad refactor multibuffer 2018-11-18 19:36:36 +01:00
Darien Raymond
0f324a613e remove MultiBuffer.Release 2018-11-17 22:45:07 +01:00
Darien Raymond
27772a75a7 refactor MultiBuffer append 2018-11-17 09:12:20 +01:00
Darien Raymond
1089a887e0 consider closed worker is full. fixes #1414 2018-11-16 15:42:18 +01:00