Commit Graph

857 Commits

Author SHA1 Message Date
Micooz
2b44ef788f
benchmark: add 2017-10-09.txt 2017-10-09 13:39:49 +08:00
Micooz
e00cf43397
benchmark: change SEC_PER_CASE to 3 2017-10-09 13:25:32 +08:00
Micooz
53c6681084
transports: check websocket writable before send 2017-10-09 12:56:43 +08:00
Micooz
f9df543327 benchmark: rank by recv bitrate 2017-10-08 12:13:15 +08:00
Micooz
d73d9fcf44 core: refactor pipe, add pre-hook, improve pipe performance 2017-10-08 11:30:05 +08:00
Micooz
ef8ff9aa48 utils: add generateMutexId() 2017-10-08 11:21:19 +08:00
Micooz
21f4a33c4b core: print logs when load cert.pem or key.pem 2017-10-07 17:02:12 +08:00
Micooz
55d18e7199 core: drop Object.values to fix compatibility for node v6.x 2017-10-07 16:59:01 +08:00
Micooz
835ade4750 core: normalize log output of hub.js 2017-10-07 15:40:45 +08:00
Micooz
ae0b7b64e3 package: upgrade node runtime to v8.6.0 for binaries 2017-10-07 15:37:53 +08:00
Micooz
6d45619e86 package: update deps 2017-10-07 15:36:14 +08:00
Micooz
22fb3d7a35 benchmark: add 2017-10-04.txt and fix links 2017-10-05 20:26:01 +08:00
Micooz
373feea909
transports: sync return context when _connect() 2017-09-28 14:27:10 +08:00
Micooz
09dc24da9e
transports: extract tls relevant logic from tcp.js to tls.js 2017-09-27 10:50:57 +08:00
Micooz
3386c8c84d
package: update deps 2017-09-27 10:05:45 +08:00
Micooz
4fe7961b0b
docs: update 2017-09-26 11:12:49 +08:00
Micooz
59419c1988
docs: update 2017-09-26 11:09:54 +08:00
Micooz
1d676a04a1
transports: refine index.js 2017-09-26 11:09:39 +08:00
Micooz
68a595c426
core,bin: add "log_max_days" option 2017-09-26 11:08:55 +08:00
Micooz
aaeabfea6c
package: fix "main" 2017-09-22 15:07:37 +08:00
Micooz
708926c72f
core: should clear cache after switch to another server 2017-09-21 12:48:29 +08:00
Micooz
64d1c25af2
package: bump to v2.6.2 2017-09-21 09:34:35 +08:00
Micooz
f93bc36da7
changelog: update 2017-09-21 09:34:02 +08:00
Micooz
532235f5e0
build: update blinksocks.js 2017-09-21 09:33:28 +08:00
Micooz
9a74822b7e
lib: re-compile 2017-09-21 09:33:02 +08:00
Micooz
e2ac70b8cd
benchmark: add 2017-09-21.txt 2017-09-21 09:31:24 +08:00
Micooz
7726cae3ad
docs: update architecture.png 2017-09-20 17:19:52 +08:00
Micooz
8e72dec75c
presets: fix access bug to static members 2017-09-20 14:22:26 +08:00
Micooz
d012dfdf13
package: update eslint 2017-09-20 13:54:08 +08:00
Micooz
6462df111b
ci,deploy: use Node.js v6.11.3 2017-09-20 13:51:48 +08:00
Micooz
c83beb9d00
docs: update 2017-09-20 13:39:52 +08:00
Micooz
983a4ad86b
docs: update 2017-09-20 13:35:27 +08:00
Micooz
a54004c5fa
bin: print legacy presets as well when using "--list-preset" 2017-09-20 13:34:46 +08:00
Micooz
a35675c841
test: update tests and snapshots 2017-09-20 13:34:03 +08:00
Micooz
260c89dda6
presets: two presets are ready for production
exp-base-auth-stream -> base-auth-stream
exp-base-with-padding -> base-with-padding
2017-09-20 13:33:42 +08:00
Micooz
915869dab7
test: update test for exp-compress preset 2017-09-20 11:48:16 +08:00
Micooz
793835d570
presets: refactor exp-compress, expose "threshold" and "options" 2017-09-20 11:48:01 +08:00
Micooz
17e621237f presets: typo 2017-09-19 22:29:49 +08:00
Micooz
d8471a92fd
docs: update 2017-09-19 15:40:15 +08:00
Micooz
2c2c4b0e3f
docs: update 2017-09-19 15:37:21 +08:00
Micooz
97de63257e
docs: update 2017-09-19 14:46:54 +08:00
Micooz
3884f4d07c
core,transports: refactor tcp/tls relay, add websocket 2017-09-19 14:07:07 +08:00
Micooz
6d93761f09
presets/tracker: extract dump() method to global static function 2017-09-19 14:05:49 +08:00
Micooz
596c51db3d
core,test: deprecated __IS_TLS__ 2017-09-19 14:04:40 +08:00
Micooz
1aeb87d228
test: use class Middleware to refactor preset-runner 2017-09-19 14:03:47 +08:00
Micooz
8436de0124 presets: fix "out of range" bug in v2ray-vmess 2017-09-18 22:52:01 +08:00
Micooz
4b476f9470 package: update yarn.lock 2017-09-18 22:45:38 +08:00
Micooz
464cf4e95c core: add _destroy property to pipe 2017-09-18 22:42:46 +08:00
Micooz
2581da27c9 core: print a verbose log when hit cache 2017-09-18 22:41:56 +08:00
Micooz
82b1166b83 package: update yarn.lock 2017-09-18 22:41:16 +08:00