Commit Graph

26 Commits

Author SHA1 Message Date
Micooz
993eb2687d proxies(http): fix parsing error and 401 status code 2018-08-04 21:09:01 +08:00
Micooz
20f634713c proxies: fix a vulnerability in log output 2018-06-16 22:20:19 +08:00
Micooz
b7798e1e60 lint: fix 2018-06-13 22:33:15 +08:00
Micooz
142f8f5d77 src: add client side https proxy support 2018-06-13 20:52:18 +08:00
Micooz
55f6f59607 proxies: fix a security bug of authorization bypass 2018-06-10 15:10:23 +08:00
Micooz
8157a19ca0 proxies/http: bug fix 2018-04-22 18:37:29 +08:00
Micooz
1e8bcbe8a7 core,proxies: use WHATWG URL api instead of legacy URL api 2018-04-21 14:11:00 +08:00
Micooz
1c2c6b9eb8 proxies,test: support http basic authorization 2018-04-21 12:20:12 +08:00
Micooz
7d2cc6a5f4 src: support socks4(a), socks5 username/password authorization 2018-04-20 23:48:49 +08:00
Micooz
15be66a6ee src: decrease error rate of multiplexing 2018-03-01 13:07:02 +08:00
Micooz
48d6e777dd *: reformat code 2018-02-17 12:19:31 +08:00
Micooz
cc758d3471
proxies/tcp: take host and port from func parameters 2017-12-19 11:25:08 +08:00
Micooz
a640a9598e
proxies/socks: fix crash when client reset the socks connection 2017-12-14 09:33:03 +08:00
Micooz
cc0278d243 src: compatible with shadowsocks udp addessing 2017-10-26 22:28:47 +08:00
Micooz
323a588953
proxies: handle socks5 udp associate properly 2017-10-26 14:06:21 +08:00
Micooz
5da3bac7d3
proxies: display error message when got invalid requests 2017-10-18 18:02:56 +08:00
Micooz
8c87a360d5 proxies: unify host type in socks.js 2017-10-14 22:50:36 +08:00
Micooz
daf9ba8927 proxies: add tcp.js 2017-10-14 22:48:06 +08:00
Micooz
f206be69e3
proxies: a big refactor, use more robust, lightweight and efficient approach 2017-10-13 15:37:42 +08:00
Micooz
fff076711f
*: fix mode 2017-08-31 18:01:28 +08:00
Micooz
152508e927 proxies: move core/client-proxy.js to proxies/proxifier.js 2017-08-02 12:52:30 +08:00
Micooz
3e13603e59 fix(core): http message parsing
close: #59
2017-06-13 22:20:53 +08:00
Micooz
ebd678271a fix(proxies): convert socks4 DSTADDR to a buffer 2017-06-10 16:22:14 +08:00
Micooz
b720dab5b1 chore(proxies): rename __test__ to __tests__ 2017-06-10 15:36:07 +08:00
Micooz Lee
404c7a4277 fix(proxies): http "Host: " header detection
close: #59
2017-06-03 21:16:15 +08:00
Micooz
583bd950fd refactor(protocols): rename to proxies 2017-01-19 21:34:56 +08:00