Commit Graph
868 Commits
Author SHA1 Message Date
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