135 Commits

Author SHA1 Message Date
砚然
4461628e1b fix the issue with TLS connection cache, when server doesn't recognize the cache, it will hang up the following request after the cached one.
refer to https://github.com/nodejs/node/issues/8368
2016-09-06 10:23:09 +08:00
Ya Zhuang
cc71812445
chore: npm testing script 2016-09-01 17:07:40 +08:00
Ya Zhuang
4144beecc1
change: discard decrpecated GLOBAL 2016-09-01 15:14:26 +08:00
砚然
e489e188f4 Add test cases for the proxy, and do some tiny fixes.
the fixes are:
1. add "content-type" in headers for when dealing with localresponse
2. make a more accurate tip for throttle rate when lower than 1
3. make the crtMgr funcionality a more independent one
4. uppercase the request header before sending it out

update the tip
2016-08-31 10:41:29 +08:00
OttoMao
a925cbed55 fix the issue about duplicated cert serial number #70 2016-06-06 00:05:55 +08:00
OttoMao
c4d8002701 Merge branch 'master' of https://github.com/wuchangming/anyproxy into wuchangming-master 2016-05-26 17:47:51 +08:00
jiangxiang89
0f7f0608cc 修复windows下 home路径不正确的问题 2016-05-26 16:54:06 +08:00
wuchangming
3ac3cec079 modify notBefore
证书时间戳notBefore
的时间最好设置早点。当用户使用其它设备安装ca证书连接代理时,可能由于该设备的时间设置比生成证书的设备慢,会导致系统判定证书还未生效。
2016-05-26 14:27:51 +08:00
OttoMao
5fb212d8d4 Merge branch 'remove_cors' 2016-05-02 15:44:28 +08:00
OttoMao
56961301c6 remove some extentions for certificate 2016-05-02 14:23:01 +08:00
OttoMao
e0ecd528cb invoke node-forge to generator certs 2016-05-02 00:18:35 +08:00
OttoMao
a174f36f42 remove cors config in default rule 2016-04-27 19:52:44 +08:00
OttoMao
b76610576a optimized tips for global proxy 2016-04-05 22:09:07 +08:00
沈辰
c3e67ebcb1 enable global proxy depends on options.type 2016-04-05 20:04:11 +08:00
沈辰
bdca110890 tweak 2016-04-04 22:52:31 +08:00
沈辰
052a75f120 update comments 2016-04-04 22:42:20 +08:00
沈辰
a467f23ab0 disable global proxy when user exit anyproxy by pressing ctrl/cmd + c 2016-04-03 02:10:48 +08:00
沈辰
5b52859900 add global proxy 2016-04-03 02:04:27 +08:00
OttoMao
225edd2317 bugfix for web gui 2015-11-19 14:03:40 +08:00
OttoMao
cfc817cb1f move response data from memory to local cache file 2015-10-24 23:37:43 +08:00
OttoMao
31daeebdd5 bugfix for #36, ready to release v3.7.7 2015-10-02 14:06:18 +08:00
OttoMao
9fc48d5e36 update some comment for req.url 2015-09-03 10:51:17 +08:00
Nate
6b89a0b9d7 Get full url for https and http separately. 2015-09-01 11:14:58 +08:00
Nate
6a2803b7c1 Correctly parse url for https if port is not 443. 2015-08-31 18:30:35 +08:00
OttoMao
b513f1a5d7 bugfix for intercepting some https url 2015-08-19 11:03:33 +08:00
OttoMao
130610fed6 update changelog, do some tiny adjustment 2015-08-12 20:05:47 +08:00
OttoMao
531f4d0421 bugfix for records sorting 2015-08-12 19:26:29 +08:00
OttoMao
ae070c90ab optimize top btn 2015-08-07 14:27:57 +08:00
OttoMao
39ae0f4648 optimize recorder 2015-08-06 23:13:17 +08:00
OttoMao
edaf638f3c save map config to local file 2015-08-06 17:26:22 +08:00
OttoMao
13b0db906a bugfix for issue #29 2015-07-31 14:00:34 +08:00
OttoMao
6975138c96 fix a bug about deflate compression 2015-07-28 21:53:42 +08:00
OttoMao
b31adf1df3 bugfix for the rule description in web ui 2015-07-20 11:19:36 +08:00
OttoMao
0868ee248c bugfix for map local in windows 2015-07-20 10:36:44 +08:00
OttoMao
1558813144 allow user to config custom menu 2015-07-12 21:19:49 +08:00
OttoMao
8b138ffe64 update web ui 2015-07-09 18:51:41 +08:00
OttoMao
ffd59eb055 optimze map icon 2015-07-08 17:55:14 +08:00
OttoMao
8a146f7373 reconstruct map local 2015-07-07 17:31:56 +08:00
OttoMao
3e679f0834 print a hint when using SNI features in node <0.12 2015-06-18 20:23:42 +08:00
OttoMao
d765060fff reconstruct web interface with react.js 2015-05-19 21:19:43 +08:00
OttoMao
157e478abb backup index page 2015-05-18 09:50:19 +08:00
OttoMao
329f84ee47 code backu 2015-04-28 21:10:14 +08:00
OttoMao
0e700a2ff8 some code formatting works 2015-04-28 20:27:01 +08:00
OttoMao
f98721c482 optimize web socket interface, add some test case for ws 2015-04-27 16:23:12 +08:00
OttoMao
8e7aef70ae optimize webServer, move it to /lib 2015-04-25 10:28:40 +08:00
OttoMao
db4ab7d2f9 code backup 2015-04-20 09:39:27 +08:00
OttoMao
4dd54f7025 remove debug code 2015-03-31 09:12:13 +08:00
Otto Mao
d807c805dc improve https support on Windows 2015-03-30 17:39:23 +08:00
OttoMao
68478cd162 invoke log util, console.log can be switched off 2015-03-23 10:20:04 +08:00
OttoMao
bdf5e4fabb bugfix for https server 2015-03-20 11:42:54 +08:00