Commit Graph

1362 Commits

Author SHA1 Message Date
Micooz
de7a62f6a5 ci: fix 2018-07-01 14:24:35 +08:00
Micooz
6467f51723 ci: log curl error message 2018-07-01 10:58:15 +08:00
Micooz
596524c7f4 docs: fix typo 2018-06-30 22:48:58 +08:00
Micooz
26560efb78 docs: update multiplexing 2018-06-30 22:45:54 +08:00
Micooz
1c0b645035 docs: add a basic example 2018-06-30 22:45:36 +08:00
Micooz
04e46a7c01 docs: add example of using kcptun as transport 2018-06-30 19:50:47 +08:00
Micooz
376b07e3b8 ci: change NEXT_VERSION to 3.3.3 2018-06-24 14:14:26 +08:00
Micooz
4e29934270 package: bump to v3.3.3 2018-06-24 14:11:07 +08:00
Micooz
a43814cd5b lib: regen 2018-06-24 14:10:06 +08:00
Micooz
845e649ae0 benchmark: add 2018-06-24.txt 2018-06-24 14:03:58 +08:00
Micooz
a4d7b627cd test: add test case for https and redirect 2018-06-24 13:32:48 +08:00
Micooz
33cbd02976 presets: fail() should return undefined 2018-06-24 13:31:41 +08:00
Micooz
d76f13b465 transports: refactor 2018-06-24 13:30:56 +08:00
Micooz
d223c7b002 core: refactor multiplexing 2018-06-24 13:30:03 +08:00
Micooz
23607cc5b6 package: update deps 2018-06-24 12:17:43 +08:00
Micooz
e7519912d4 package: set NODE_ENV to development 2018-06-23 21:21:09 +08:00
Micooz
d2ba238ed2 transports: remove mux 2018-06-23 21:20:38 +08:00
Micooz
a9ec378a42 core: refactor server creation 2018-06-17 18:29:39 +08:00
Micooz
c046ece56a package: bump to v3.3.2 2018-06-17 14:42:36 +08:00
Micooz
9da724bd69 lib: regen 2018-06-17 14:42:09 +08:00
Micooz
79882e1421 core,test: fix multiplxing for wss and h2 2018-06-17 14:31:26 +08:00
Micooz Lee
f463a5ae60
Merge pull request #104 from blinksocks/feature-http2-transport
Feature: add http2 transport
2018-06-17 11:45:28 +08:00
Micooz
ca96fa6338 ci: change NEXT_VERSION to 3.3.2 2018-06-17 11:36:09 +08:00
Micooz
a9d77a8d52 docs: update 2018-06-17 11:35:51 +08:00
Micooz
7b664cbc12 transports/h2: fix value of HTTP2_HEADER_METHOD 2018-06-17 11:30:50 +08:00
Micooz
b7c90f51e6 docs: add http2/http2-caddy examples 2018-06-17 11:30:19 +08:00
Micooz
ce515d83ca test: add test case for http2 transport 2018-06-16 23:42:15 +08:00
Micooz
2b3cdf7923 transports: http2 now supported 2018-06-16 23:33:39 +08:00
Micooz
f2540497f7 transports/tcp: fix log 2018-06-16 23:32:18 +08:00
Micooz
c0312b4837 src: refactor PRESET_FAILED handling 2018-06-16 22:23:13 +08:00
Micooz
20f634713c proxies: fix a vulnerability in log output 2018-06-16 22:20:19 +08:00
Micooz
07e3e73426 src: rename "remoteInfo" to "sourceAddress" 2018-06-16 20:18:21 +08:00
Micooz
9c3cf648e8 Merge branch 'master' into feature-http2-transport
* master: (39 commits)
  docs: update
  package: bump to v3.3.1
  bin: should delete more items in simple mode
  docs: add examples
  transports: set handshake timeout of ws to 10s
  lib: regen
  config: fix new URL() default port issue
  lint: fix
  package: upgrade eslint to v5.2.0
  docs: add "Test Using curl"
  docs: update
  src: add client side https proxy support
  package: upgrade winston to v3.0.0
  build: keep comments in lib/*.js
  ci: change NEXT_VERSION to 3.3.1
  docs: update
  lib: regen
  package: bump to v3.3.0
  docs: update
  transports,test: add "wss" transport
  ...

# Conflicts:
#	src/core/config.js
2018-06-15 23:12:07 +08:00
Micooz
aa71a71e45 docs: update 2018-06-15 23:00:09 +08:00
Micooz
99e2249db8 package: bump to v3.3.1 2018-06-15 14:42:10 +08:00
Micooz
04faf3dd53 bin: should delete more items in simple mode 2018-06-15 14:39:37 +08:00
Micooz
a460b7abfb docs: add examples 2018-06-15 14:38:46 +08:00
Micooz
138636da69 transports: set handshake timeout of ws to 10s 2018-06-15 10:33:28 +08:00
Micooz
6da3708cb9 lib: regen 2018-06-13 22:34:46 +08:00
Micooz
ad934bf6c6 config: fix new URL() default port issue 2018-06-13 22:34:22 +08:00
Micooz
b7798e1e60 lint: fix 2018-06-13 22:33:15 +08:00
Micooz
c1a0186267 package: upgrade eslint to v5.2.0 2018-06-13 22:31:49 +08:00
Micooz
f8d1888a52 docs: add "Test Using curl" 2018-06-13 20:52:43 +08:00
Micooz
b686bff5a6 docs: update 2018-06-13 20:52:28 +08:00
Micooz
142f8f5d77 src: add client side https proxy support 2018-06-13 20:52:18 +08:00
Micooz
3116eca5b8 package: upgrade winston to v3.0.0 2018-06-13 20:50:26 +08:00
Micooz
8da10860cf build: keep comments in lib/*.js 2018-06-13 20:50:05 +08:00
Micooz
89915b8bbf ci: change NEXT_VERSION to 3.3.1 2018-06-12 19:41:53 +08:00
Micooz
e307e95d05 docs: update 2018-06-12 19:41:16 +08:00
Micooz
430a37c01b lib: regen 2018-06-12 19:25:43 +08:00