1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-22 21:24:20 -04:00
Commit Graph

46 Commits

Author SHA1 Message Date
Darien Raymond
21f8bfe476
move udp packet to protocol 2019-01-05 19:49:21 +01:00
Darien Raymond
5279296f03
remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
Darien Raymond
f7b96507f9
simplify buffer extension 2018-11-02 21:34:04 +01:00
Iskander Sharipov
0cf3599db2 s/len/length/ s/cap/capacity/ to avoid builtin shadowing 2018-10-01 12:03:23 +03:00
Darien Raymond
383b84e7dd
unified tproxy option 2018-09-17 15:12:58 +02:00
Darien Raymond
cb378a9dbf
release buffer 2018-09-01 21:20:06 +02:00
Darien Raymond
053fc38d38
refine udp hub api 2018-08-11 22:35:01 +02:00
Darien Raymond
ae395bbe1f
increase udp hub capacity 2018-02-12 15:08:20 +01:00
Darien Raymond
7391b2439e
simplify udp hub 2018-02-12 13:14:11 +01:00
Darien Raymond
d801be71ea
comments 2018-02-12 11:53:41 +01:00
Darien Raymond
94e930175a
update log 2018-02-12 11:52:57 +01:00
Shelikhoo
d065e722a1
Added Additional Debug output and error message for #854 2018-02-12 11:55:39 +08:00
Darien Raymond
278fd7261e
remove context in udp hub 2018-02-08 22:09:41 +01:00
Darien Raymond
efcb567273
remove context in struct 2018-02-08 15:39:46 +01:00
Darien Raymond
f4c35db968
merge log into common log 2017-12-19 21:28:12 +01:00
Darien Raymond
ac5ab67862 refactor 2017-10-28 21:28:50 +02:00
Darien Raymond
52ad41cda3 completely move away from net package 2017-08-29 14:32:54 +02:00
Darien Raymond
896bff2195 update fd logic for golang 1.9 2017-08-25 21:42:07 +02:00
Darien Raymond
b1dfff2fdd
remove 8k buffer pool 2017-04-15 21:19:21 +02:00
Darien Raymond
7c1b3ac1f0
cleanup error messages 2017-04-09 13:30:46 +02:00
Darien Raymond
35248497d2
refactor error messages 2017-04-09 01:43:25 +02:00
Darien Raymond
75f5cb9afb
refactor log and error 2017-04-06 21:13:17 +02:00
Darien Raymond
fc31f9b94c
refactor error interface 2017-04-06 15:13:09 +02:00
Darien Raymond
d627638412
refine error message 2017-03-07 22:08:16 +01:00
Darien Raymond
48639ddb98
fix a bug in udp hub 2017-02-13 23:03:36 +01:00
Darien Raymond
5040817a7b
apply contex in udp hub 2017-02-13 22:39:50 +01:00
Darien Raymond
6888093197
gofmt 2017-02-10 16:42:24 +01:00
Darien Raymond
f046f334cd
move common/log to app/log 2017-02-01 21:35:40 +01:00
Darien Raymond
ca721230e1
split listening settings from inbound proxies and apply context 2017-01-26 20:46:44 +01:00
Darien Raymond
c3942fd5f0
fix lint warnings 2016-12-21 15:48:39 +01:00
Darien Raymond
055023fdd5
refactor buffer 2016-12-09 12:08:25 +01:00
Darien Raymond
7a80409e30
rename alloc to buf 2016-12-09 11:35:27 +01:00
Darien Raymond
8c8f0a53fd
rewrite alloc.buffer 2016-12-06 11:03:42 +01:00
Darien Raymond
4bf8288cc2
remove use of Buffer.Value 2016-12-05 21:33:24 +01:00
Darien Raymond
f95c322677
rename 'this' 2016-11-27 21:39:09 +01:00
Darien Raymond
70c75038a2
small buffer 2016-11-21 22:08:34 +01:00
Darien Raymond
292176c57f
simplify udp payload queue 2016-11-19 00:34:30 +01:00
Darien Raymond
1a1383c2ea
simplify random 2016-11-18 21:34:42 +01:00
Darien Raymond
a14795e1e6
optimize udp hub 2016-11-18 21:30:03 +01:00
Darien Raymond
5b58066345
use local buffer in UDP hub 2016-11-01 11:46:34 +01:00
Darien Raymond
7de7588ec2
proto for destination 2016-09-20 11:53:05 +02:00
v2ray
07a86f549b
unified import path 2016-08-20 20:55:45 +02:00
v2ray
d83a0ce5d2
Apply new read function to UDP hub. 2016-08-19 13:00:55 +02:00
v2ray
55e5268ce8
Fix UDP reading on Windows 2016-08-19 12:58:26 +02:00
v2ray
0bca6e8657
fix kcp listener 2016-08-15 22:20:16 +02:00
v2ray
2a778762b1
rename udp.go to hub.go 2016-08-15 21:33:21 +02:00