1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00
Commit Graph

1248 Commits

Author SHA1 Message Date
Darien Raymond
94b880d060
move session based info into session package 2018-09-18 23:09:54 +02:00
Darien Raymond
f589769947
remove unused code 2018-09-18 17:50:09 +02:00
Darien Raymond
383b84e7dd
unified tproxy option 2018-09-17 15:12:58 +02:00
Darien Raymond
20251bf499
system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
Darien Raymond
d068f357bd
update proto lib 2018-09-14 11:00:59 +02:00
Darien Raymond
81c9968188
simplify crypto related code 2018-09-12 15:43:36 +02:00
Darien Raymond
7b28a19013
improve domain matcher performance 2018-09-08 21:54:09 +02:00
Darien Raymond
cfe7e7843b
shortcut the free operation too 2018-09-04 09:29:00 +02:00
Darien Raymond
ff0b0b1640
GetPool() API 2018-09-03 20:57:40 +02:00
Darien Raymond
60ee80ca1b
don't write empty payload 2018-09-01 22:02:45 +02:00
Darien Raymond
475ffc8196
supress warning on ecryption packets 2018-09-01 22:02:18 +02:00
Darien Raymond
b4f3106ad6
check msg size in writepacket 2018-09-01 21:19:49 +02:00
Darien Raymond
2f6a0d539d
dont write out empty payload 2018-09-01 21:19:33 +02:00
Darien Raymond
b3b0649dd6
check size in Reset 2018-09-01 21:19:15 +02:00
Darien Raymond
834dc4ab7c
remove references after content is written 2018-08-31 22:56:17 +02:00
Darien Raymond
5c48d03fdf
revert rollback to 10.3 2018-08-31 15:17:45 +02:00
Darien Raymond
7053293347
fix sync issue in buffered writer 2018-08-31 15:02:35 +02:00
Darien Raymond
f1374f9caf
add !wasm flag for go 1.10 2018-08-31 14:23:42 +02:00
Darien Raymond
0067d3c80f
temporarily rollback to go 1.10 2018-08-31 12:24:49 +02:00
Darien Raymond
eaa420411d
fix a deadlock 2018-08-29 23:12:47 +02:00
Darien Raymond
eb05a92592
dont start periodic task until necessary 2018-08-29 23:00:01 +02:00
Darien Raymond
5a0a9aa65e
reset cache if empty 2018-08-29 17:21:30 +02:00
Darien Raymond
1add59cd0d
actually start the cleanup task 2018-08-29 17:19:44 +02:00
Darien Raymond
0b388280ce
simplify writing 2018-08-29 16:42:03 +02:00
Darien Raymond
3df32aabbc
check empty payload 2018-08-29 16:37:12 +02:00
Darien Raymond
09824b9b1a
don't release buffer as it is written 2018-08-29 16:35:01 +02:00
Darien Raymond
20f10c78b3
add support for wasm 2018-08-27 20:56:49 +02:00
Darien Raymond
16051587b5
fix test break 2018-08-27 00:33:27 +02:00
Darien Raymond
54e1bb96cc
introduce in-memory user 2018-08-27 00:11:32 +02:00
Darien Raymond
b4d065610a
fix windows reader 2018-08-25 23:27:09 +02:00
Darien Raymond
7c9c66601e
print error 2018-08-25 22:41:36 +02:00
Darien Raymond
5baf839fcf
trace readv test 2018-08-25 22:23:30 +02:00
Darien Raymond
66a391cafe
remove overlapped call 2018-08-25 21:40:30 +02:00
Darien Raymond
d12148c0cd
try re-enable readv reader on windows 2018-08-25 20:54:37 +02:00
Darien Raymond
8899f985ce
Revert "enable readv reader on windows"
This reverts commit 4bd1ef0650.
2018-08-25 16:07:51 +02:00
Darien Raymond
4bd1ef0650
enable readv reader on windows 2018-08-25 12:51:48 +02:00
Darien Raymond
8c841a05fb
use readv reader by default 2018-08-25 10:41:39 +02:00
Darien Raymond
9ad1e034e0
use gcm on arm64 2018-08-25 10:04:38 +02:00
Darien Raymond
128ec95218
merge stread reader from mux to crypto 2018-08-23 10:39:53 +02:00
Darien Raymond
e6b5356ea9
don't alloc new maps until required 2018-08-22 22:49:02 +02:00
Darien Raymond
059dfdbb97
doc for strmatcher interface 2018-08-20 15:39:58 +02:00
Darien Raymond
44c759eeab
extract full matcher group 2018-08-20 09:57:06 +02:00
Darien Raymond
899b1399ee
check init state of DomainMatcherGroup. fixes #1238 2018-08-20 09:47:18 +02:00
Darien Raymond
26f52e61db
optimize CachedMatcherGroup 2018-08-19 22:16:06 +02:00
Darien Raymond
e72d4d6c25
fix matcher group 2018-08-19 21:07:31 +02:00
Darien Raymond
edcf564dd7
improve performance of domain matcher 2018-08-19 21:04:15 +02:00
Darien Raymond
2ab6da28ba
implement readv reader for windows 2018-08-18 23:12:22 +02:00
Darien Raymond
2e11653694
remove BufferedReader.Direct 2018-08-17 20:45:23 +02:00
Darien Raymond
1b39199adf
fix test case on arm 2018-08-17 16:32:40 +02:00
Darien Raymond
b769e0cc5f
only create bufferedreader when necessary 2018-08-17 16:27:35 +02:00
Darien Raymond
5f8b64c646
use SingleReader on low end devices 2018-08-17 11:52:55 +02:00
Darien Raymond
2594f7027a
remove ToNetBuffers 2018-08-17 11:51:59 +02:00
Darien Raymond
950612544b
simple write for single buffer 2018-08-16 12:40:55 +02:00
Darien Raymond
fdb3a7b57d
remove use of buf.NewSize() 2018-08-16 12:05:33 +02:00
Darien Raymond
35129e6518
allocate copyHandler on stack 2018-08-09 13:30:44 +02:00
Darien Raymond
e343fe80a2
test case for writer creation 2018-08-08 10:33:40 +02:00
Darien Raymond
f27a381fe8
restrict multi-writer to syscall.conn only 2018-08-08 10:22:59 +02:00
Darien Raymond
8ed119e3f6
make sure err is propagated 2018-08-05 17:56:49 +02:00
Darien Raymond
7baa6977d3
cleanup buf interfaces 2018-07-31 13:43:27 +02:00
Darien Raymond
b3cf1f70d7
optimize readv reader 2018-07-31 13:04:55 +02:00
Darien Raymond
6a06908456
optimize encryption read/write operations 2018-07-31 12:37:59 +02:00
Darien Raymond
8cfe77383f
writeHash 2018-07-30 22:54:24 +02:00
Darien Raymond
206f52affc
refine buffer interface 2018-07-30 22:45:06 +02:00
Darien Raymond
d615adab36
optimize padding reading 2018-07-30 20:08:50 +02:00
Darien Raymond
47f1399995
check errors 2018-07-29 13:19:03 +02:00
Darien Raymond
ebea255c74
eliminate partial writes 2018-07-28 15:03:40 +02:00
Darien Raymond
7a4b0fff07
ensure everything are written 2018-07-27 23:44:22 +02:00
Darien Raymond
c15184d904
optimize readv on windows 2018-07-27 23:40:12 +02:00
Darien Raymond
f99fb3d87d
reduce readv alloc count 2018-07-27 23:35:50 +02:00
Darien Raymond
28ccd4ddd5
write all content 2018-07-27 23:35:02 +02:00
Darien Raymond
8d689fb92d
fix reader test 2018-07-27 23:34:49 +02:00
Darien Raymond
720aca16d5
remove buffer pool of 512k 2018-07-27 17:24:26 +02:00
Darien Raymond
e8959dff86
fix http sniffer 2018-07-25 23:34:52 +02:00
Darien Raymond
20a08111ff
fix windows build 2018-07-25 11:51:42 +02:00
Darien Raymond
b1e07d2f6e
fix comments 2018-07-25 11:46:21 +02:00
Darien Raymond
232e715b8b
don't build readv for windows 2018-07-25 11:19:16 +02:00
Darien Raymond
4b63638dca
update protobuf lib 2018-07-25 00:36:28 +02:00
Darien Raymond
ecb460b16a
better memory management 2018-07-24 22:17:30 +02:00
Darien Raymond
82ee23e6d0
make readv optional 2018-07-24 21:58:47 +02:00
Darien Raymond
a941ef5392
try readv 2018-07-24 21:48:28 +02:00
Darien Raymond
e3cc12995f
fix some lint errors 2018-07-19 13:31:57 +02:00
Darien Raymond
9a8488074e
env flag controlled global padding 2018-07-18 10:40:28 +02:00
Darien Raymond
c52310cf54
optimize bounds check in bytes conversion 2018-07-17 15:19:22 +02:00
Darien Raymond
8912e4eb90
move sniffer to their own directory 2018-07-16 12:56:50 +02:00
Darien Raymond
eafe580be4
accelerate one task execution 2018-07-15 16:04:02 +02:00
Darien Raymond
5e25741742
update tests 2018-07-13 14:36:09 +02:00
Darien Raymond
29ad2cbbdb
function to compare byte array 2018-07-12 23:38:10 +02:00
Darien Raymond
7efa7ee632
prepare to remove constructor of AuthenticationReader 2018-07-09 22:27:24 +02:00
Darien Raymond
81c9743ce0
fix auth test 2018-07-09 12:40:13 +02:00
Darien Raymond
8a879deac1
max padding len as variable 2018-07-08 21:46:13 +02:00
Darien Raymond
69774c99dc
fix padding value 2018-07-07 23:48:37 +02:00
Darien Raymond
f54a8735ab
global padding in vmess protocol 2018-07-07 15:42:24 +02:00
Darien Raymond
0d94d25688
prototype of mtproto proxy 2018-07-04 17:48:48 +02:00
Darien Raymond
e3cc852c57
udp dispatcher takes context with dispatching requests. fixes #1182. 2018-07-03 21:38:02 +02:00
Darien Raymond
07e2592117
fix #1181 2018-07-03 16:56:57 +02:00
Darien Raymond
b23b218a7e
map based subscriber list 2018-07-01 19:30:05 +02:00
Darien Raymond
4368edf87c
switch to pubsub in dns service 2018-07-01 12:38:40 +02:00
Darien Raymond
596d05bff5
check closed again before scheduling another task 2018-06-29 20:56:10 +02:00
Darien Raymond
b05597df3a
fix passive connection in mux. fix #1167 2018-06-27 12:21:22 +02:00
Darien Raymond
cb0eb91f2b
strmatcher 2018-06-26 21:57:41 +02:00
Darien Raymond
ff0ae91b9b
update protobuf generated files 2018-06-26 16:28:54 +02:00
Darien Raymond
e5f6554703
fix notifier for backward compatibility 2018-06-26 15:28:59 +02:00
Darien Raymond
2fb77d6911
consume context in local nameserver. 2018-06-26 15:16:45 +02:00
Darien Raymond
9cfb2bfd51
simplify classic dns server 2018-06-26 15:04:47 +02:00
Darien Raymond
9977eadf8c
remove dependency from errors to session 2018-06-25 01:09:02 +02:00
Darien Raymond
ef4542e778
fix race condition in ActivityTimer 2018-06-22 11:19:33 +02:00
Darien Raymond
3b765a7b35
remove unused code 2018-06-09 04:29:48 +02:00
Darien Raymond
3620ebfc11
optimize for small number of tasks 2018-06-07 06:38:45 +02:00
Darien Raymond
b01180b913
fix lint warnings 2018-06-04 14:29:43 +02:00
Darien Raymond
54e2244c5a
fix #1131 2018-06-04 14:29:05 +02:00
Darien Raymond
adade2bffd
fix lint warnings 2018-05-31 11:55:11 +02:00
Darien Raymond
8f6e162142
fix lint warnings 2018-05-28 23:05:11 +02:00
Darien Raymond
e3508fffc6
deal with empty input in ReadAllToBytes. 2018-05-28 15:38:29 +02:00
Darien Raymond
d6513ee4ec
test case for 0 timeout 2018-05-28 14:02:09 +02:00
Darien Raymond
6dbe2644a9
fix activity timer on timeout = 0 2018-05-28 13:55:20 +02:00
Darien Raymond
ac6a0f7511
update activity timer 2018-05-27 14:42:53 +02:00
Darien Raymond
13f3c356ca
unified task package 2018-05-27 13:02:29 +02:00
Darien Raymond
7fa4bb434b
fix pipe closing logic for inbound proxies. 2018-05-27 11:42:01 +02:00
Darien Raymond
483a56c847
adjust lint settings 2018-05-26 00:47:51 +02:00
Darien Raymond
67f5292f38
fix lint errors 2018-05-25 23:20:24 +02:00
Darien Raymond
b24e808a8a
fix pipe related tests 2018-05-25 12:50:33 +02:00
Darien Raymond
68da956fc4
re-generate code 2018-05-25 11:56:01 +02:00
Darien Raymond
8eb84a2025
Close outbound output stream properly. fix #1082 2018-05-11 16:36:20 +02:00
Darien Raymond
f1f4a796cf
Set correct remote addr for h2 request. Fixes #1068. 2018-04-21 11:00:40 +02:00
Darien Raymond
148a7d064d
simplify buf.BufferedReader 2018-04-21 00:54:53 +02:00
Darien Raymond
d7aeb51904
merge http.Connection into net.Connection 2018-04-20 21:30:58 +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
e6446d43c8
fix multibuf len 2018-04-18 11:45:40 +02:00
Darien Raymond
ef1d9d24cd
fix test break 2018-04-17 00:40:27 +02:00
Darien Raymond
5d23604713
rewrite ray -> pipe 2018-04-17 00:31:10 +02:00
Darien Raymond
64ebba3cff
implement transport.pipe 2018-04-16 14:57:13 +02:00
Darien Raymond
d6dc88860b
simplify done api 2018-04-15 20:40:47 +02:00
Darien Raymond
e5122a4c2d
remove test case for next 2018-04-14 21:15:15 +02:00
Darien Raymond
67c7d6da4a
move uuid.Next to protocol 2018-04-14 21:14:35 +02:00
Darien Raymond
0caf2a004b
reduce memory usage of vmess internal objects 2018-04-14 15:05:49 +02:00
Darien Raymond
66ed1bab2a
simplify BytesGenerator 2018-04-14 13:10:12 +02:00
Darien Raymond
f175d322ae
fix lint warnings 2018-04-14 13:09:58 +02:00
Darien Raymond
320e1554bd
update issue template 2018-04-14 09:59:30 +02:00
wuxiangzhou2010
e986217ed6 fix uinitTest failure on win10 2018-04-14 11:57:26 +08:00
Darien Raymond
f751bb610c
refine ctlcmd 2018-04-13 13:54:36 +02:00
Darien Raymond
48e825567a
fix error detection for pipeline 2018-04-13 11:25:41 +02:00
Darien Raymond
0e1d2a924b
support organization in TLS cert gen 2018-04-12 21:43:05 +02:00
Darien Raymond
666a1a17f2
fix test 2018-04-11 16:52:51 +02:00
Darien Raymond
0caf92726b
better way to run tasks in parallel 2018-04-11 16:45:09 +02:00
Darien Raymond
9d7f43a299
fix lint errors 2018-04-11 16:15:29 +02:00
Darien Raymond
318a36fe58
automatic issuing certificates from provided CA 2018-04-10 12:42:02 +02:00
Darien Raymond
8ba8ce7d6a
more options for generating certificate 2018-04-09 23:17:55 +02:00
Darien Raymond
b7fc1f0bd6
scenario test for domain socket 2018-04-09 20:45:23 +02:00
Darien Raymond
a320196b77
refine domain socket transport 2018-04-09 17:09:24 +02:00
Darien Raymond
4b45174650
fix handling of empty buffer 2018-04-09 16:48:25 +02:00
DarienRaymond
61d9b04ca5
Merge pull request #1019 from v2ray/domainsocket
Implemented Primitive Domain Socket Support described in https://github.com/v2ray/Planning/issues/25
2018-04-09 12:42:42 +02:00
Darien Raymond
88133aa4a6
move cert generation code to common 2018-04-09 12:42:18 +02:00
Darien Raymond
b7f2f30244
support fetching config from http 2018-04-08 23:22:55 +02:00
Darien Raymond
8f7bdede4e
add check for largeSize in case there is just one pool 2018-04-06 21:13:29 +02:00
Shelikhoo
c542c043f3
Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket 2018-04-05 19:11:33 +08:00
Darien Raymond
61a1cce972
reduce size of TransferType 2018-04-04 21:46:36 +02:00
Darien Raymond
9f198d7e3d
fix lint errors 2018-04-04 00:29:30 +02:00
Darien Raymond
27ccc9d726
comments 2018-04-03 22:34:59 +02:00
Darien Raymond
074dfbb78c
add network list to shadowsocks server 2018-04-03 17:51:01 +02:00
DarienRaymond
8bc20c8656
Merge pull request #1013 from wuxiangzhou2010/master
add nil check  and correct some comments
2018-04-03 11:52:58 +02:00
Darien Raymond
7bafd7a1ab
migrate int to int32 2018-04-03 11:32:03 +02:00
wuxiang
3f19d09878 update some comments 2018-04-03 17:11:54 +08:00
Darien Raymond
c5bd23105e
change uint32 to int32 2018-04-02 22:01:55 +02:00
Darien Raymond
81a147e540
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2018-04-02 20:01:05 +02:00
Darien Raymond
08dab81eb2
migrate int to int32 2018-04-02 20:00:50 +02:00
wuxiangzhou2010
5a08411ee2 fix typo 2018-04-02 15:52:16 +08:00
wuxiangzhou2010
a58063e7ac fix typo, first sound of user is not a vowel, but the consonant /j/ 2018-04-02 15:17:36 +08:00
Darien Raymond
4de3f1adc1
change ReadFullFrom to take int32 size 2018-04-02 00:44:47 +02:00
Darien Raymond
03512a6a9b
read size to multi buffer 2018-04-02 00:25:42 +02:00
Darien Raymond
5af3580bcf
correct magic number 2018-04-02 00:00:15 +02:00
Darien Raymond
3d919a6a93
optimize auth reader 2018-04-01 23:31:53 +02:00
Darien Raymond
8d0a74b3fa
refine auth writer 2018-04-01 22:41:38 +02:00
Darien Raymond
b3ecb9f766
align large size 2018-04-01 12:20:32 +02:00
Darien Raymond
fa6ff77cee
prevent appending nil buffer 2018-03-29 21:40:23 +02:00
Darien Raymond
bb46a96f04
refine handling for empty read 2018-03-29 18:15:50 +02:00
Darien Raymond
babd0107cf
prevent empty read in Reader 2018-03-29 10:40:18 +02:00
Darien Raymond
fc7da93d06
less cap 2018-03-28 22:24:01 +02:00
Darien Raymond
141b31eb19
simplify code 2018-03-28 22:23:49 +02:00
Darien Raymond
47c92fafc8
clear leftOver after write 2018-03-28 22:23:38 +02:00
Darien Raymond
eeed65f826
fix #999 2018-03-28 14:33:34 +02:00
DarienRaymond
1dadd54502
Merge pull request #985 from yujinqiu/yet-another-typo
Fix another typo
2018-03-24 20:42:01 +01:00
Jinqiu Yu
eb38f4865e Fix another typo 2018-03-23 23:17:29 +08:00
Jinqiu Yu
2d5aa9514f consistent ServerSpec var 2018-03-23 16:18:57 +08:00
Darien Raymond
b2d9364cb5
release buffer if payload becomes small 2018-03-16 22:32:03 +07:00
Darien Raymond
000e0804e8
fix buffer recycling 2018-03-16 16:22:22 +07:00
DarienRaymond
a8a68c2e70
Merge pull request #962 from yujinqiu/fix-typo
Fix typo
2018-03-16 04:16:47 +01:00
Darien Raymond
b5b9a83823
reorder fields in Destination for faster hashing 2018-03-16 10:13:10 +07:00
Jinqiu Yu
855925a805 Fix typo 2018-03-15 10:32:10 +08:00
Darien Raymond
087c0c1499
refine address family type 2018-03-13 09:02:34 +01:00
Darien Raymond
b4e1240160
comments 2018-03-13 09:02:21 +01:00
Darien Raymond
1cbfeea0cd
simplify NewSize calls 2018-03-12 22:10:13 +01:00
Darien Raymond
0c213ccd20
reset buffer when free 2018-03-12 16:24:31 +01:00
Darien Raymond
5bbece14af
simplify pool creation 2018-03-12 16:21:39 +01:00
Darien Raymond
34c12c1af6
extend buffer 2018-03-11 23:31:37 +01:00
Darien Raymond
931c8597ca
fix len -> cap 2018-03-11 23:30:51 +01:00
Darien Raymond
994aecd13c
rename NewLocal to NewSize 2018-03-11 23:29:17 +01:00
Darien Raymond
f97e6fa3d2
refine buffer allocation 2018-03-11 23:06:04 +01:00
Jinqiu Yu
87dd1ed877 Fix receivced, InboundBound, tranport, Enpoint typo 2018-03-11 15:25:59 +08:00
Darien Raymond
eaf043f1b3
reduce memory usage of Buffer 2018-03-08 22:30:52 +01:00
Darien Raymond
fbc025869b
fix lint errors 2018-03-08 21:21:50 +01:00
Jinqiu Yu
8864195b50 Fix executable typo 2018-03-08 17:32:36 +08:00
Darien Raymond
9100a78914
refactor 2018-03-04 21:06:04 +01:00
Darien Raymond
a52eb8f82b
allow underscore in domain name. fixes #917 2018-03-04 17:08:58 +01:00
Darien Raymond
d207d953bd
h2 transport 2018-03-01 13:16:52 +01:00
Darien Raymond
a7d467992d
try parse domain address as IP. fixes #894. 2018-03-01 11:32:55 +01:00
Darien Raymond
2b4104e491
benchmark for dice 2018-02-24 13:57:25 +01:00
Darien Raymond
a42b4b513e
test case for write address 2018-02-24 02:13:40 +01:00
Darien Raymond
af1abf687c
unify all address reading and writing 2018-02-23 23:42:01 +01:00
Darien Raymond
546c2fb226
settings for forcing secure encryption in vmess server 2018-02-23 12:13:02 +01:00
Darien Raymond
df34931ab3
fix log test 2018-02-22 15:28:21 +01:00
Darien Raymond
bc1979400e
simplify log 2018-02-22 15:27:51 +01:00
Darien Raymond
6b872c266c
session id 2018-02-22 15:26:00 +01:00
Darien Raymond
098244530b
update Must2 2018-02-21 21:42:33 +01:00
Darien Raymond
b3fd320be7
more test cases 2018-02-19 23:01:00 +01:00
Darien Raymond
b3e46f5d07
fix error handling in buf.Copy 2018-02-19 17:50:53 +01:00
Darien Raymond
c48fa50ab1
logger service 2018-02-14 17:35:09 +01:00
Darien Raymond
ccb2a9f168
comments 2018-02-13 11:15:04 +01:00
Darien Raymond
ae4dece6b0
explictly use the io.Writer instance for writing net.Buffers 2018-02-12 14:35:42 +01:00
Shelikhoo
7f34cbdaff
Add Generated Files 2018-02-12 14:17:14 +08:00
Darien Raymond
20fc4950b2
comments 2018-02-11 23:28:42 +01:00
Darien Raymond
997c852be8
remove unused code 2018-02-11 23:28:23 +01:00
Darien Raymond
42d83a703e
fix transfer for mux 2018-02-09 22:29:30 +01:00
Darien Raymond
87ba7dd0d1
implement remove user in vmess 2018-02-09 11:32:12 +01:00
Darien Raymond
f8ce1945e1
remove unused code 2018-02-08 22:52:54 +01:00
Darien Raymond
c368412728
test case for periodic task 2018-02-08 16:19:43 +01:00
Darien Raymond
efcb567273
remove context in struct 2018-02-08 15:39:46 +01:00
Darien Raymond
ede2c39967
non-blocking timer. Fixes #848 2018-02-06 11:16:49 +01:00
Darien Raymond
0e01e28278
use uuid as struct 2018-01-18 23:25:48 +01:00
Darien Raymond
7d2c34f674
remove unused code 2018-01-10 13:30:57 +01:00
Darien Raymond
292d7cc353
massive refactoring for interoperability 2018-01-10 12:22:37 +01:00
Darien Raymond
5a3c7fdd20
remove use of unsafe 2018-01-06 00:32:21 +01:00
Darien Raymond
c5d356545e
comments for typed messages 2018-01-04 11:24:17 +01:00
Darien Raymond
8a09c6c926
migrate to signal.Semaphore and Notifier 2017-12-27 21:33:42 +01:00
Darien Raymond
a82ca019b2
release script relocation 2017-12-25 21:54:44 +01:00
Darien Raymond
4656d5fd6d
fix lint warnings 2017-12-22 10:44:13 +01:00
Darien Raymond
7fdaa02bf6
comments 2017-12-22 10:41:10 +01:00
Darien Raymond
3938c65f7d
fix log format 2017-12-22 00:51:25 +01:00
Darien Raymond
11d726f9bf
refine log handlers 2017-12-22 00:41:40 +01:00
Darien Raymond
c91112798c
test cases for common 2017-12-20 11:16:45 +01:00
Darien Raymond
ab4f245313
overrideable dns 2017-12-19 23:55:09 +01:00
Darien Raymond
3b45a8d4cc
comments 2017-12-19 22:02:57 +01:00
Darien Raymond
f4c35db968
merge log into common log 2017-12-19 21:28:12 +01:00
Darien Raymond
12ae92ade4
exclude errorgen from coverage 2017-12-18 21:37:44 +01:00
Darien Raymond
1f226797bc
remove header operation to http protocol package 2017-12-18 20:59:43 +01:00
Darien Raymond
91ca88bcff
read original addr from x-forwarded-for header if present 2017-12-18 20:34:00 +01:00
Darien Raymond
a0b2c285b2
more test cases 2017-12-18 00:07:50 +01:00
Darien Raymond
0959755d21
fix a buffer leak in buffered reader 2017-12-16 02:02:48 +01:00
Darien Raymond
6c3ef146f1
fix test break 2017-12-14 23:57:04 +01:00
Darien Raymond
bc9267846c
fix crash on init timeout = 0 2017-12-14 17:39:58 +01:00
Darien Raymond
123977e324
fix misspelling 2017-12-13 15:55:39 +01:00
Darien Raymond
03403bb66b
trim space before parsing address 2017-12-11 00:41:40 +01:00
Darien Raymond
742d9d25d1
migrate to new severity def 2017-12-10 23:33:23 +01:00
Darien Raymond
4146590d52
general purpose logger 2017-12-10 22:48:28 +01:00
Darien Raymond
4c7c42d39f
grow buffer size slower 2017-12-08 13:23:15 +01:00
Darien Raymond
53b0f91873
add env variable for config file 2017-12-05 11:58:12 +01:00
Darien Raymond
7709ee9b7f
more interface test 2017-12-03 23:11:29 +01:00
Darien Raymond
bcfcba396b
simplify auth reader 2017-12-03 13:23:24 +01:00
Darien Raymond
d43a23aa96
move error generator to common 2017-12-03 01:04:57 +01:00
Darien Raymond
0481e6fa42
simplify chunk stream reader 2017-12-02 01:19:27 +01:00
Darien Raymond
9caa59c827
move ctx into function 2017-12-01 00:47:17 +01:00
Darien Raymond
fd8db49dc9
generalized event handler 2017-11-28 23:41:20 +01:00
Darien Raymond
3214a5078c
customizable policy 2017-11-27 22:09:30 +01:00
Darien Raymond
40222de0f7
fix chunk parser for ss aead 2017-11-26 16:55:46 +01:00
Darien Raymond
981c43afc2
allow nil additional data generator 2017-11-26 16:55:35 +01:00
Darien Raymond
519eb344db
handle data first and then error 2017-11-26 15:08:37 +01:00
Darien Raymond
713ebfb203
implementation for Shadowsocks AEAD 2017-11-26 00:51:54 +01:00
Darien Raymond
41961dbd60
cleanup 2017-11-25 21:58:47 +01:00
Darien Raymond
052d2d8278
merge noOpBytesWriter into noOpWriter 2017-11-25 21:35:26 +01:00
Darien Raymond
6de4ef014a
read directly from underlying buffered reader in mux 2017-11-25 01:05:30 +01:00
Darien Raymond
2fdccb2424
handle read with data and error at same time 2017-11-24 23:16:01 +01:00
Darien Raymond
0aa48e6c5a
cancel immediately when timeout = 0 2017-11-23 14:58:35 +01:00
Darien Raymond
1226f3ce39
more test cases 2017-11-23 14:48:43 +01:00
Darien Raymond
6017e46af4
comments 2017-11-23 10:41:02 +01:00
Darien Raymond
6069b77baa
prototype for plugins 2017-11-22 23:00:46 +01:00
Darien Raymond
97d886e1c9
use all buffers 2017-11-21 22:03:43 +01:00
Darien Raymond
dd159cce6c
special handling for IPv6 from URL 2017-11-21 18:46:28 +01:00
Darien Raymond
b0ac43a8fc
comments 2017-11-21 17:02:55 +01:00
Darien Raymond
fcc66704fa
comments 2017-11-21 16:55:22 +01:00
Darien Raymond
66ebeaa0ca
cleanup 2017-11-21 16:53:07 +01:00
Darien Raymond
ec8f8d4e10
remove check for ReaderFrom on underlying writer, as it may be badly implemented. 2017-11-20 11:13:27 +01:00
Darien Raymond
5c9f54a453
fix length check in auth reader 2017-11-18 19:37:36 +01:00
Darien Raymond
afcad409e2
reallocate in for loop 2017-11-17 09:18:12 +00:00
Darien Raymond
23b768576e
always allocate buffer in Write 2017-11-16 18:34:05 +01:00
Darien Raymond
743d35c059
flush when not buffered 2017-11-15 23:38:52 +01:00
Darien Raymond
f3c5df8798
make sure writer not buffered 2017-11-15 11:23:25 +01:00
Darien Raymond
0dbfb66126
clean up dns package 2017-11-15 00:36:14 +01:00
Darien Raymond
268d7264e8
use external config converter first, and then fallback to the internal one 2017-11-11 22:29:00 +01:00
Darien Raymond
901d13ca76
allow normalized env name for asset location. fix #702 2017-11-11 15:23:42 +01:00
Darien Raymond
594ec15c09
cleanup buffer usage 2017-11-09 22:33:15 +01:00
Darien Raymond
66b82e4ab7
cleanup MultiBuffer 2017-11-09 00:55:28 +01:00
Darien Raymond
3d2fd372e1
avoid writing empty payload in bytesToBufferWriter 2017-11-08 23:43:16 +01:00
Darien Raymond
cf080e8061
ensure buffer is completely filled in 2017-11-08 22:41:46 +01:00
Darien Raymond
d5fd7efa7e
fast read on first packet 2017-11-08 22:23:21 +01:00
Darien Raymond
2a96aaaf7b
comments 2017-11-08 18:14:44 +01:00
Darien Raymond
9cc9a76b71
cleanup 2017-11-08 11:11:13 +01:00
Darien Raymond
7cd2d62d06
release buffer on error 2017-11-07 16:53:02 +01:00
Darien Raymond
8554a5e0bf
fix buffer leak 2017-11-07 16:28:39 +01:00
Darien Raymond
d9ce03d25b
test case for geoip:cn 2017-11-07 16:21:36 +01:00
Darien Raymond
1b6b39faad
comments 2017-11-07 15:02:21 +01:00
Darien Raymond
f5d76c8eb0
fix lint warnings 2017-11-07 14:40:51 +01:00
Darien Raymond
251d6f6fcb
fix lint warning 2017-11-07 13:07:50 +01:00
Darien Raymond
ccf1fb6616
fix buffer leak in multi buffer 2017-11-07 11:40:12 +01:00
Darien Raymond
d1e7e7002f
fix buffer leak in crypto io 2017-11-07 11:39:54 +01:00
Darien Raymond
4761139fbc
comments 2017-11-06 22:42:16 +01:00
Darien Raymond
482793d28a get asset location on demand 2017-11-06 12:23:21 +01:00
Darien Raymond
064d7249f5 banchmark IPNetTable 2017-11-05 23:39:47 +01:00
Darien Raymond
541924dc88 fix cidr parsing for non-normalized ips 2017-11-05 10:37:23 +01:00
Darien Raymond
1d2c624062 get asset location 2017-11-04 21:33:09 +01:00
Darien Raymond
4b240eb683 DiscardBytes 2017-11-04 01:33:35 +01:00
Darien Raymond
4412d73b28 get rid off ioutil 2017-11-04 01:33:28 +01:00
Darien Raymond
2f5d501643 fix length calculation in bufferToBytesReader.WriteTo 2017-11-03 13:19:48 +01:00
Darien Raymond
08ece5d2bf default security to auto 2017-10-30 21:14:04 +01:00
Darien Raymond
6c9a60100d format code 2017-10-26 21:44:22 +02:00
Darien Raymond
74cf833758 fully migrate to new assertion lib 2017-10-24 16:15:35 +02:00
Darien Raymond
4a0ca30d08 update assertion api 2017-10-24 10:03:00 +02:00
Darien Raymond
6ddafdbd73 net assert 2017-10-23 23:47:20 +02:00
Darien Raymond
66b81a842d comments 2017-10-22 22:45:05 +02:00
Darien Raymond
26818a2602 fix domain length issue for all proxies 2017-10-22 20:17:06 +02:00
Darien Raymond
233bb08e56 fix lint warnings 2017-10-22 15:03:20 +02:00
Darien Raymond
49914adf00 remove buffer pool in favor of Go 1.9 concurrent GC 2017-10-22 15:01:36 +02:00
Darien Raymond
24089bfad0 remove duplicated address type def 2017-10-21 21:59:46 +02:00
Darien Raymond
f1a15e92f5 apply bitmask to other packages 2017-10-21 21:04:24 +02:00
Darien Raymond
8c6f73f30b bitmask 2017-10-21 20:40:31 +02:00
Darien Raymond
bae5639dfd refactor 2017-10-07 03:17:55 +08:00
ghv2
0ef745dbf9 fix timer leak 2017-10-06 20:59:04 +08:00
Darien Raymond
59094b4959 id cleanup 2017-09-27 21:09:47 +02:00
Darien Raymond
109a37fe7e aggressively close connection when response is done 2017-09-27 15:29:00 +02:00
Darien Raymond
01c3a39fb0 update comments 2017-09-27 13:55:48 +02:00
Darien Raymond
8971e699d9 common.Must2 2017-09-19 23:27:49 +02:00
Darien Raymond
78d682e4d1 refactor 2017-09-11 21:56:20 +02:00
Darien Raymond
52ad41cda3 completely move away from net package 2017-08-29 14:32:54 +02:00
Darien Raymond
815019f6da rename IPNet to IPNetTable 2017-08-29 13:51:09 +02:00
Darien Raymond
fee3042239 fix build break 2017-08-29 13:12:50 +02:00
Darien Raymond
1c856a46ab step 1 to remove reference to net package 2017-08-29 12:56:57 +02:00
Darien Raymond
c33d7f0e21 Leverage math bitx 2017-08-29 11:31:16 +02:00
Darien Raymond
c83a7b8311 refactor 2017-08-25 15:11:06 +02:00
Darien Raymond
97a09bb5bd
refactor 2017-08-24 23:10:58 +02:00
Darien Raymond
7392bb495b refactor 2017-08-24 22:56:31 +02:00
Darien Raymond
1c2b6d9536 refactor 2017-08-22 15:15:09 +02:00
Darien Raymond
08a72b7eb6
go generate 2017-07-24 21:41:12 +02:00
Darien Raymond
07847576b5
refine copy handler 2017-06-04 21:32:01 +02:00
Darien Raymond
10bc421af9
fix type conversion 2017-05-26 03:02:13 +02:00
Darien Raymond
b16a82024c
normalized env variable names for bash 2017-05-26 01:11:38 +02:00
Darien Raymond
ade88fd5c7
reuse buffered writer in auth writer 2017-05-24 00:54:30 +02:00
Darien Raymond
06d4c37889
integrate mux in vmess server 2017-05-17 21:13:01 +02:00
Darien Raymond
a8da85eca5
simplify code 2017-05-16 16:47:07 +02:00
Darien Raymond
5829b45bbe
close timer faster 2017-05-09 00:01:15 +02:00
Darien Raymond
aea71c2aa8
release timer faster after ctx finish 2017-05-08 17:09:21 +02:00
Darien Raymond
53f99ddde6
cleanup 2017-05-02 22:50:27 +02:00