1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-30 02:55:23 +00:00
Commit Graph

94 Commits

Author SHA1 Message Date
Shelikhoo
7f5bc447d9
iv check should proceed after decryption 2021-04-01 20:59:36 +01:00
Shelikhoo
e4681e8cd3
added shadowsockets iv check for tcp socket 2021-04-01 20:59:35 +01:00
Loyalsoldier
f94dd11a8c
Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
loyalsoldier
784775f689
Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
loyalsoldier
7a789fed37
Run go fmt 2020-10-04 06:29:21 +08:00
Kslr
9f344fa1c9
remove shadowsosks ota (#238)
* remove shadowsosks ota

* remove unused buf.Reader
2020-10-02 16:13:31 +08:00
loyalsoldier
1fa89b32d4
Format: run go fmt ./... 2020-08-30 21:17:22 +08:00
Shelikhoo
a40727a3dc
added drain for ss and improved vmess drain 2020-08-26 13:51:23 +08:00
Agioi Theodoroi
bbd3988f3d
clean up code 2020-06-27 07:51:42 +08:00
Darien Raymond
1ab94fed79
optimize v2ctl size 2019-02-01 20:08:21 +01:00
Darien Raymond
a01fdc29a6
remove NewMultiBufferValue 2018-11-16 11:08:12 +01:00
Darien Raymond
8bb018dae2
fix encoding bug in shadowsocks 2018-11-02 22:04:52 +01:00
Darien Raymond
18ddde4fd4
fix build break in shadowsocks 2018-11-02 21:35:59 +01:00
Darien Raymond
f7b96507f9
simplify buffer extension 2018-11-02 21:34:04 +01:00
Darien Raymond
58e2ed3381
remove closure on ReadFullFrom 2018-11-02 15:01:33 +01:00
Darien Raymond
54e1bb96cc
introduce in-memory user 2018-08-27 00:11:32 +02:00
Darien Raymond
2e11653694
remove BufferedReader.Direct 2018-08-17 20:45:23 +02:00
Darien Raymond
ebea255c74
eliminate partial writes 2018-07-28 15:03:40 +02:00
Darien Raymond
64a3333987
remove extra bytes reading 2018-07-09 17:26:43 +02:00
Darien Raymond
148a7d064d
simplify buf.BufferedReader 2018-04-21 00:54:53 +02:00
Darien Raymond
3997d13b97
rename Slice and Slice from to Resize and Advance 2018-04-19 23:48:38 +02:00
Darien Raymond
1425fd2ba9
remove Buffer.Append method 2018-04-19 22:56:55 +02:00
Darien Raymond
9d7f43a299
fix lint errors 2018-04-11 16:15:29 +02:00
Darien Raymond
9f198d7e3d
fix lint errors 2018-04-04 00:29:30 +02:00
Darien Raymond
4de3f1adc1
change ReadFullFrom to take int32 size 2018-04-02 00:44:47 +02:00
Darien Raymond
fda85506c8
reuse buffer 2018-03-09 11:26:00 +01:00
Darien Raymond
b7d48fe7c5
prevent reading 0 bytes 2018-02-26 17:50:14 +01:00
Darien Raymond
af1abf687c
unify all address reading and writing 2018-02-23 23:42:01 +01:00
Darien Raymond
1077e33d62
unify address reading in socks and shadowsocks 2018-02-22 10:31:08 +01:00
Darien Raymond
484bdeecc9
comments 2017-12-14 15:02:36 +01:00
Darien Raymond
81c4f23691
merge address writing 2017-12-04 00:55:34 +01:00
Darien Raymond
3aa5102036
lazy init of authenticator 2017-11-29 23:08:02 +01:00
Darien Raymond
f6bb214d30
fix lint warnings 2017-11-29 22:57:18 +01:00
Darien Raymond
cb68575444
support none cipher in shadowsocks 2017-11-29 22:19:04 +01:00
Darien Raymond
64e5430ed9
lazy init of authenticator 2017-11-27 10:42:51 +01:00
Darien Raymond
fefb5c8e01
fix aead udp 2017-11-26 21:51:30 +01:00
Darien Raymond
b64aceabcf
fix aead reader and writer 2017-11-26 16:56:01 +01:00
Darien Raymond
721bea5d54
fix lint warnings 2017-11-26 15:13:33 +01:00
Darien Raymond
6c0a1439c4
fix #739 2017-11-26 14:18:23 +01:00
Darien Raymond
02ab3f3494
refine aead check on server 2017-11-26 01:02:10 +01:00
Darien Raymond
9dbdcb3a39
fix check of AEAD cipher 2017-11-26 00:59:56 +01:00
Darien Raymond
80258c0542
handle AEAD cipher 2017-11-26 00:58:57 +01:00
Darien Raymond
713ebfb203
implementation for Shadowsocks AEAD 2017-11-26 00:51:54 +01:00
Darien Raymond
594ec15c09
cleanup buffer usage 2017-11-09 22:33:15 +01:00
Darien Raymond
26818a2602 fix domain length issue for all proxies 2017-10-22 20:17:06 +02:00
Darien Raymond
f1a15e92f5 apply bitmask to other packages 2017-10-21 21:04:24 +02:00
Darien Raymond
1c856a46ab step 1 to remove reference to net package 2017-08-29 12:56:57 +02:00
Darien Raymond
326a54baea
refactor 2017-04-27 00:19:49 +02:00
Darien Raymond
3aa5343722
adjust error level 2017-04-27 00:09:01 +02:00
Darien Raymond
d615874aa9
adjust error levels 2017-04-23 20:41:45 +02:00