Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-08-29 | 1.6 kB | |
tbox v1.6.2.tar.gz | 2017-08-29 | 1.5 MB | |
tbox v1.6.2.zip | 2017-08-29 | 2.5 MB | |
Totals: 3 Items | 4.0 MB | 0 |
New features
- Add ping demo for network
Changes
- Modify license to Apache License 2.0
- Rename
--smallest=y|n
option to--small=y|n
- Support stat64
- Improve copy speed and fix permissions for
tb_file_copy
- Improve path operation for posix platform
- Improve socket interfaces and support icmp
- Improve xmake.lua and remove binary packages
Bugs fixed
- Fix create file mode to 0644
- Fix file and directory path bug
- Fix remove directory with dead symbol link failed
- Fix remove readonly file failed
- #34: Fix cache time and coroutine sleep bug
- #35: Fix epoll bug with the edge trigger mode
新特性
- 增加ping测试程序
改进
- 修改license,使用更加宽松的Apache License 2.0
- 重命名
--smallest=y|n
选项到--small=y|n
- 使用
stat64
支持大文件信息获取 - 改进
tb_file_copy
,更加快速的文件copy,并且修复copy后文件权限丢失问题 - 改进posix平台下的路径操作
- 改进socket初始化接口,支持icmp协议
- 改进xmake.lua,移除内置二进制依赖包文件