Skip to content

Commit 215c8de

Browse files
committed
update:readme and docment
1 parent 60b253f commit 215c8de

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
XEngine_Storage V3.13.0.1001
2+
3+
增加:st_PermissionFlags增加新的标志位上传限制,现在上传文件也可以进行限制了
4+
增加:boundary文件上传支持
5+
优化:选择模式代码
6+
更新:匹配XENGINE V8.25版本
7+
修改:获取目录大小函数单独出来了
8+
修正:上传覆写标识不起作用的问题
9+
修正:禁用标识在下载的时候没有作用的问题
10+
修正:配置文件字段逻辑型类型问题
11+
删除:put方法支持
12+
13+
added:st_PermissionFlags a new flag use to upload limit. and now upload file size and enable limit supported
14+
added:boundary upload file supported
15+
improved:select mode code
16+
update:match xengine v8.25
17+
modify:Wrapped function to get folder size
18+
fixed:upload rewrite flag is not work
19+
fixed:disable flag does not work in download
20+
fixed:configure field is not boolean
21+
delete:upload put method
22+
======================================================================================
123
XEngine_Storage V3.12.1.1001
224

325
修改:不在插入数据当HTTP的HOOK出错

README.en.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ best storage service for http,more concise code. On going maintenance
1515
The purpose of development and implementation based on libXEngine is a cross-platform network storage service
1616

1717
feature list:
18-
1. support file http upload and download(use put and get method)
18+
1. support file http upload and download(use post and get method)
1919
2. support http api notify of event and management api interface
2020
3. support http encrypt and cert data transimission
21-
4. support database(mysql and sqlite) record infomation.
21+
4. support database(mysql) record infomation.
2222
5. support load banace
2323
6. supprot http auth
2424
7. support log and config
@@ -32,6 +32,7 @@ feature list:
3232
15. support full speed and limit speed
3333
16. permission control
3434
17. upload file rewrite
35+
18. support convert record(Active download)
3536

3637
## install
3738

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ c c++ file storage service
1414
## 软件特性
1515
基于libXEngine开发并实现的一套简洁高性能跨平台网络存储服务
1616
软件特性:
17-
1. 支持HTTP协议上传和下载(采用PUT和GET)
17+
1. 支持HTTP协议上传和下载(采用POST和GET)
1818
2. 支持HTTP API接口事件通知与管理
1919
3. 支持HTTP加密与证书
20-
4. 采用数据库(MYSQL和SQLITE)记录信息
20+
4. 采用数据库(MYSQL)记录信息
2121
5. 支持分布式
2222
6. 支持HTTP验证
2323
7. 支持详尽的日志和配置信息
@@ -31,6 +31,7 @@ c c++ file storage service
3131
15. 支持全速模式和限速模式
3232
16. 权限控制
3333
17. 上传文件覆写
34+
18. 支持转录(主动下载)
3435

3536
## 安装教程
3637

XEngine_Docment/Docment_en.docx

244 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

228 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)