Commit Graph

732 Commits

Author SHA1 Message Date
Micooz
b4845c901a package: add package-lock.json 2017-09-02 11:20:59 +08:00
Micooz
6fa8e2b75b package: update deps 2017-09-02 11:20:24 +08:00
Micooz
ab9ea0dd30 package: replace babili-webpack-plugin to babel-minify-webpack-plugin 2017-09-02 11:20:01 +08:00
Micooz
fff076711f
*: fix mode 2017-08-31 18:01:28 +08:00
Micooz
2a3e645f14
presets: refactor stats.js using IPresetStatic 2017-08-31 15:57:57 +08:00
Micooz
eafa5e9aff
presets: refine parameters check 2017-08-31 15:31:44 +08:00
Micooz
bae4be4452
core,test: refine config.js 2017-08-31 14:53:45 +08:00
Micooz
8850fd0850
presets: add static method checkParams() to IPreset 2017-08-31 14:42:10 +08:00
Micooz
5764a4f2cc
presets,core: add IPresetStatic class, remove checkMiddleware() 2017-08-31 14:41:11 +08:00
Micooz
f88e107f37
presets: change SOCKET_CONNECT_TO_REMOTE to CONNECT_TO_REMOTE 2017-08-31 13:01:34 +08:00
Micooz
23095b6213
docs: update README 2017-08-30 16:37:04 +08:00
Micooz
b8bbf239ac
core: refactor "drain" event 2017-08-30 16:30:19 +08:00
Micooz
0c4aa5aeea
core,presets: replace PROCESSING_FAILED to PRESET_FAILED 2017-08-30 15:07:06 +08:00
Micooz
85342b7dd9
core,presets: add onDestroy() hook for presets 2017-08-30 14:25:56 +08:00
Micooz
03054b8106
remove .smooth-releaserc 2017-08-30 14:24:47 +08:00
Micooz
261fb34396
docs: add table of contents and re-order presets 2017-08-29 13:19:26 +08:00
Micooz
c93eb336ff
benchmark: add 2017-8-29.txt 2017-08-29 12:51:29 +08:00
Micooz
676a882201
benchmark: add more test cases 2017-08-29 12:50:49 +08:00
Micooz
49536e9814
presets: fix obfs-random-padding 2017-08-29 12:50:21 +08:00
Micooz
e4043ea1b2
utils: fix getRandomInt() 2017-08-29 11:35:54 +08:00
Micooz
14484038e6
docs: update presets 2017-08-29 11:06:22 +08:00
Micooz
a4b5ab0c05
presets: re-implement obfs-random-padding 2017-08-29 10:57:31 +08:00
Micooz
d974c2b4d1
utils: improve performance of advanced-buffer 2017-08-29 10:50:32 +08:00
Micooz
654b2f9a39 presets: add obfs-random-padding.js 2017-08-28 22:41:45 +08:00
Micooz
e9eca38110 presets: dump details when fail 2017-08-28 22:41:25 +08:00
Micooz
5f85be4b75 core: fix calling close() on null in hub.js 2017-08-28 22:40:30 +08:00
Micooz
b6cf12315e docs: update 2017-08-28 19:52:35 +08:00
Micooz
ef704a692c presets: refine stats.js 2017-08-28 19:50:56 +08:00
Micooz
f68ee79319 ci: fix zlib constants for Node.js v6.x 2017-08-28 19:37:52 +08:00
Micooz
8a48e9b3b2
presets: fix stats.js 2017-08-28 18:05:25 +08:00
Micooz
499e23cb93
docs: update 2017-08-28 17:38:50 +08:00
Micooz
90525ed83d
benchmark: add 2017-8-28.txt 2017-08-28 16:56:07 +08:00
Micooz
d5e872eedb
benchmark: rank by receiver result 2017-08-28 16:55:32 +08:00
Micooz
479afa070a
presets: add exp-compress.js 2017-08-28 16:54:46 +08:00
Micooz
98d6599de1
bin: should ignore "behaviours" in minimal mode 2017-08-28 16:53:58 +08:00
Micooz
dafdfc39e9 docs: add notice 2017-08-23 20:55:09 +08:00
Micooz
9ed2a2a2b4 add ISSUE_TEMPLATE.md 2017-08-22 20:18:34 +08:00
Micooz
69968df8c2 2.5.4 2017-08-22 11:13:43 +08:00
Micooz
8373cd51eb build: update 2017-08-22 11:08:25 +08:00
Micooz
c79bdfb0a5 git: fix ignore 2017-08-22 11:01:29 +08:00
Micooz
62735c2481 package: upgrade pkg to v4.2.4 2017-08-22 10:59:11 +08:00
Micooz
2f47208574 docs: update 2017-08-22 10:54:50 +08:00
Micooz
86637782b4 core,bin: refine "transport" structure 2017-08-22 10:54:25 +08:00
Micooz
81a0188512 benchmark: add tls test demo 2017-08-21 22:23:29 +08:00
Micooz
3ba4ad2a7e presets: fix host verify in exp-base-with-padding.js 2017-08-21 22:15:43 +08:00
Micooz
81a25e4c35 core: fix presets in relay.js 2017-08-21 22:15:02 +08:00
Micooz
b648bcd300 Merge branch 'feature-bs-over-tls'
* feature-bs-over-tls:
  git: ignore pem files
  core: update tests for config.js
  core: refine tls config stuff
  bin: change "transport" structure
  docs: update
  core: refactor Socket to Relay then support TLSSocket
2017-08-21 21:14:19 +08:00
Micooz
fd9c85b97b git: ignore pem files 2017-08-21 21:10:12 +08:00
Micooz
0587fa1921 core: update tests for config.js 2017-08-21 21:09:55 +08:00
Micooz
82d240c582 core: refine tls config stuff 2017-08-21 21:09:39 +08:00