File tree Expand file tree Collapse file tree 3 files changed +43
-1
lines changed
Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1+ XEngine_Storage V3.9.0.1001
2+
3+ 添加:用户支持单独限速模式了
4+ 更新:匹配XEngine V7.42版本
5+ 修改:限制模式是逻辑型了
6+ 修改:上传会话字段ullFSize修改为ullRWLen
7+ 修改:P2P搜索文件可以不使用数据库了
8+ 修改:P2P文件搜索必须设置文件HASH值
9+ 修改:本地文件没有找到后会返回错误了
10+ 优化:删除没有使用的APIHelp_Distributed_UPStorage函数参数
11+ 优化:Session_UPStroage_Close函数代码
12+ 修正:P2P没有查找没有返回bucket名称的问题
13+ 删除:错误重试配置
14+ 删除:没有使用的bucket选择模式代码
15+
16+ added:support user speed limit
17+ update:match xengine v7.42
18+ modify:limit mode is boolean
19+ modify:up session changed ullRWLen from ullFSize
20+ modify:p2p search file can be not enable database
21+ modify:p2p file search have to setting hash value
22+ modify:local file search not found file that reply error code
23+ improved:delete unused parament for APIHelp_Distributed_UPStorage function
24+ improved:Session_UPStroage_Close function code
25+ fixed:p2p not reply bucket name
26+ delete:error try time configrue
27+ delete:unused select bucket mode code
28+ ======================================================================================
129XEngine_Storage V3.8.0.1001
230
331更新:匹配了xengine v7.38
Original file line number Diff line number Diff line change 1+ copy /y " %XEngine_Lib32% \XEngine_BaseLib\XEngine_BaseLib.dll" " ./"
2+ copy /y " %XEngine_Lib32% \XEngine_BaseLib\XEngine_Algorithm.dll" " ./"
3+ copy /y " %XEngine_Lib32% \XEngine_Core\XEngine_OPenSsl.dll" " ./"
4+ copy /y " %XEngine_Lib32% \XEngine_NetHelp\NetHelp_APIHelp.dll" " ./"
5+ copy /y " %XEngine_Lib32% \XEngine_SystemSdk\XEngine_SystemApi.dll" " ./"
6+ copy /y " %XEngine_Lib32% \XEngine_Download\XEngine_Download.dll" " ./"
7+
8+ copy /y " %XEngine_Lib32% \XEngine_HelpComponents\zlib1.dll" " ./"
9+ copy /y " %XEngine_Lib32% \XEngine_LibEx\libcrypto-3.dll" " ./"
10+ copy /y " %XEngine_Lib32% \XEngine_LibEx\libssl-3.dll" " ./"
11+ copy /y " %XEngine_Lib32% \XEngine_LibEx\libcurl.dll" " ./"
12+ copy /y " %XEngine_Lib32% \XEngine_LibEx\nghttp2.dll" " ./"
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ copy /y "D:\XEngine\XEngine_SourceCode\Debug\HelpComponents_XLog.dll" "./"
1212
1313copy /y " D:\XEngine\XEngine_SourceCode\Debug\NetHelp_APIHelp.dll" " ./"
1414
15- copy /y " D:\XEngine\XEngine_SourceCode\Debug\RfcComponents_HttpServer.dll" " ./"
15+ copy /y " D:\XEngine\XEngine_SourceCode\Debug\RfcComponents_HttpServer.dll" " ./"
16+
17+ copy /y " D:\XEngine\XEngine_SourceCode\Debug\libcurl-d.dll" " ./"
You can’t perform that action at this time.
0 commit comments