Commit Graph

307 Commits

Author SHA1 Message Date
xiu2 7c36abc12f 新增 [丢包几率上限] 参数 2023-05-31 16:46:16 +08:00
xiu2 eae7d2eead 优化 当延迟上下限条件为默认值时不进行过滤 2023-05-31 16:46:08 +08:00
xiu2 b6f3ddcd4c README.md 2023-05-15 12:27:28 +08:00
xiu2 c6d49bc7cb README.md 2023-05-11 18:44:02 +08:00
xiu2 a07af2f58b 修复 测速大量子网掩码 /32 /128 的 IP 时小概率出现重复 IP 的问题 2023-04-29 23:32:29 +08:00
xiu2 9f000aa23a 优化 解析 IP 段数据时会去除首尾的空白字符并跳过空行 2023-04-28 14:52:59 +08:00
xiu2 1800c2e89e README.md 2023-04-25 12:36:49 +08:00
xiu2 39d1687875 README.md 2023-04-25 11:55:35 +08:00
xiu2 24a162ac46 README.md 2023-04-25 11:28:07 +08:00
xiu2 3125b49b63 README.md 2023-04-25 11:23:21 +08:00
xiu2 729631deef 调整 -cfcolo 参数支持小写 2023-04-25 11:18:49 +08:00
Mac_Zhou fe0721f077
Add support for CloudFront x-amz-cf-pop (#376)
1. 增加了对CloudFront筛选节点
2. 节点地区码使用正则表达式
2023-04-25 11:00:46 +08:00
xiu2 201619ecf7 README.md 2023-04-24 10:36:48 +08:00
xiu2 12effc301f Update issue templates 2023-04-04 11:02:05 +08:00
xiu2 fede8a04e6 Update issue templates 2023-04-04 10:57:27 +08:00
xiu2 b63f368837 将 module 名改为 github.com/XIU2/CloudflareSpeedTest 2023-03-27 11:49:59 +08:00
xiu2 c9a8c2b8cf README.md 2023-03-16 19:20:16 +08:00
xiu2 e80d7fff50 README.md 2023-03-03 20:05:59 +08:00
xiu2 f61a94886b Update issue templates 2023-03-02 21:00:00 +08:00
xiu2 f3f2bafbe7 Update issue templates 2023-03-02 20:22:27 +08:00
xiu2 5cf3b4bb42 Update issue templates 2023-03-02 19:35:02 +08:00
xiu2 6667e82c84 Update issue templates 2023-03-02 16:05:06 +08:00
xiu2 af4e8cf8b2 Update issue templates 2023-03-02 16:03:12 +08:00
XIU2 f2ec0a447c
Update issue templates 2023-03-02 15:55:20 +08:00
xiu2 45b604103e README.md 2023-03-01 10:42:41 +08:00
xiu2 05ba005960 README.md 2023-02-23 12:44:29 +08:00
xiu2 a0b194f1d0 README.md 2023-02-23 12:43:28 +08:00
xiu2 7e21b2f46b README.md 2023-02-16 12:05:33 +08:00
xiu2 efafc38db8 README.md 2023-02-13 20:26:00 +08:00
xiu2 b14b3657b7 README.md 2023-02-13 09:51:13 +08:00
xiu2 2634fe43ff README.md 2023-02-13 09:45:12 +08:00
xiu2 b26fa89447 README.md 2023-02-12 19:15:27 +08:00
xiu2 a6b08bb4b8 README.md 2023-02-12 18:47:35 +08:00
xiu2 bd6fbb9f1f 修复 使用文件大小未知的下载测速地址时太快下载完成会导致测速结果异常的问题(如 speed.cloudflare.com 这种实时生成的) 2023-02-12 17:57:53 +08:00
xiu2 465a83462b README.md 2023-02-12 16:53:35 +08:00
xiu2 c045b914a4 修复 因修复上个 BUG 而产生的新 BUG(下载速度为 0.00)... 2023-02-12 16:35:30 +08:00
xiu2 d8db541c1f README.md 2023-02-11 18:28:43 +08:00
xiu2 65018cd415 README.md 2023-02-11 13:08:08 +08:00
charSLee013 f5ce273688
修复 某些情况下下载测速数值过大的问题 (#290)
* fix the speed measurement value is too large

* fix break when err == io.EOF
2023-02-11 12:40:06 +08:00
xiu2 ed1d512d65 README.md 2023-02-04 19:08:20 +08:00
xiu2 00d3e21e1b README.md 2023-02-02 16:27:45 +08:00
xiu2 2662b1affb README.md 2023-02-02 15:40:43 +08:00
xiu2 fa1940fe91 README.md 2023-02-02 15:38:09 +08:00
xiu2 0a9fb30671 README.md 2023-02-02 11:30:13 +08:00
xiu2 741f080c54 README.md 2023-02-01 13:32:24 +08:00
xiu2 2c4d115b83 README.md 2023-01-31 20:50:48 +08:00
xiu2 bd16488cfb README.md 2023-01-31 20:43:09 +08:00
xiu2 a1ae4f8e45 新增 指定IP段数据(-ip) 参数; 新增 延迟测速时显示可用 IP 数量; 新增 有效状态代码(HTTPing 模式所用) 参数; 优化 HTTPing 延迟测速模式; 优化 匹配指定地区 功能 2023-01-31 20:11:13 +08:00
kaka f4f1fdcd80
新增 HTTPing 延迟测速模式(beta); 新增 IP 机场三字码 colo 筛选功能(beta) (#282)
这两个功能目前仅为测试版,后续会大幅改动,以最终成品为准~
2023-01-31 12:48:28 +08:00
xiu2 562789aa15 更新 IP 段数据文件 2023-01-20 12:42:26 +08:00