1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 00:06:11 -04:00
Commit Graph

302 Commits

Author SHA1 Message Date
v2ray
e304e2761d
refine chacha20 initialization 2016-07-23 13:04:44 +02:00
Andreas Auernhammer
0cd0033245 Replace ChaCha20 implementation with an optimized version 2016-07-23 08:48:48 +02:00
v2ray
85d6e1ad13
prepend hash 2016-07-17 23:11:05 +02:00
v2ray
7e499ee0b6
Cleanup 2016-07-17 12:18:34 +02:00
v2ray
089de290ad
Leverage buffer.Read 2016-07-17 12:18:26 +02:00
v2ray
4aadaa7513
use local stack buffer 2016-07-16 13:22:18 +02:00
v2ray
f45fa6e918
allow buffer on local stack 2016-07-16 13:22:08 +02:00
v2ray
8d3da0ed8e
remove unnecessary use of buffer 2016-07-16 12:11:45 +02:00
v2ray
e586f3c127
release buffer on write error 2016-07-16 11:12:53 +02:00
v2ray
17ea740e7e
remove unnecessary use of buffer 2016-07-16 10:45:32 +02:00
v2ray
b6a6c154a3
remove unnecessary use of buffer 2016-07-15 21:15:41 +02:00
v2ray
33e0cfe233
fully allocate buffer pools 2016-07-15 15:17:06 +02:00
v2ray
9e8ed30052
update buffer pool size 2016-07-15 15:16:35 +02:00
v2ray
9523cb3ec3
refine buffer struct 2016-07-15 14:24:20 +02:00
v2ray
6f998fa18b
update ipv6 comparison 2016-07-14 14:25:06 +02:00
v2ray
4c63e9e168
improve fetch performance 2016-07-12 14:32:17 +02:00
v2ray
f5fd76ab85
var -> const 2016-07-11 15:54:19 +02:00
v2ray
96c6012013
refine main thread to capture all logs 2016-07-10 23:11:42 +02:00
v2ray
98cc28a4c4
leverage dice.Roll 2016-06-29 23:53:50 +02:00
v2ray
6915095a0a
typed segments 2016-06-27 22:22:01 +02:00
v2ray
7f661f5215
rename Error to Err 2016-06-27 08:53:35 +02:00
v2ray
67ac925ee7
refactor bytes functions 2016-06-26 22:34:48 +02:00
v2ray
0327113fb8
lock protected user validator 2016-06-22 15:21:40 +02:00
v2ray
6847139ae3
renamed ErrObjectReleased 2016-06-22 15:12:57 +02:00
v2ray
1238304b1d
more settings to kcp 2016-06-20 16:10:47 +02:00
V2Ray Dev
1cd5372a5a
'comment'
Signed-off-by: V2Ray Dev <admin@v2ray.com>
2016-06-19 17:02:20 +02:00
V2Ray Dev
143829e065
'comment'
Signed-off-by: V2Ray Dev <admin@v2ray.com>
2016-06-19 16:55:50 +02:00
v2ray
16f5f81fe9 enlarge small buffer to fix common mtu size 2016-06-18 17:14:30 +02:00
v2ray
bac9304e05 better termination logic 2016-06-18 16:52:02 +02:00
v2ray
9b6dc6bcea massive refactoring for kcp 2016-06-14 22:54:08 +02:00
v2ray
098982d79a adjust error level 2016-06-11 22:54:23 +02:00
v2ray
8b3875050d http response in blackhole 2016-06-10 23:01:17 +02:00
v2ray
e732ba62a6 unified config loader 2016-06-10 22:26:39 +02:00
v2ray
ea8f7e7506 simpilify updateUserHash method 2016-06-04 19:59:23 +02:00
v2ray
a4d76dc394 support using specific address 2016-06-04 00:38:22 +02:00
v2ray
7a082ce63a update test 2016-06-02 21:48:49 +02:00
v2ray
72fb5a256c send reuse option in header 2016-06-02 21:34:25 +02:00
v2ray
2c82f65189 return correct length in ReadFrom 2016-06-01 22:09:12 +02:00
v2ray
202ac9bb56 ReadFrom in BufferedWriter 2016-06-01 21:17:44 +02:00
v2ray
0fac2084c7 reusable connection 2016-05-31 00:21:41 +02:00
v2ray
3a6bf38686 remove validity map 2016-05-31 00:21:29 +02:00
v2ray
9457c4b349 clean up validity map 2016-05-29 22:42:03 +02:00
v2ray
b47c1ca609 get rid of annoying firewall warnings 2016-05-29 16:37:52 +02:00
v2ray
3f9cb1136a allow dynamic type of user accounts 2016-05-28 13:44:11 +02:00
v2ray
46f76e55e5 reorg chan reader 2016-05-25 22:36:52 +02:00
v2ray
3156c4586c Allow data stream passing through http proxy 2016-05-25 09:32:26 +02:00
v2ray
c75d840706 Remove serial.String 2016-05-24 22:41:51 +02:00
v2ray
444808a51a Remove Intxx interfaces 2016-05-24 22:15:46 +02:00
v2ray
ab39750ceb Remove serial.Bytes 2016-05-24 22:09:22 +02:00
v2ray
fc63f0432c simplify testing 2016-05-24 21:55:46 +02:00