Releases: lyoj-dev/webserver
Releases · lyoj-dev/webserver
v1.0.4
v1.0.3
主要更新:
Main Update:
- 新增完整日志输出系统
Add full Log Output System. client_conn结构体中新增客户端地址信息client_addr
Add client address informationclient_addrinto structureclient_conn- 修复了 Windows 编译时无法屏蔽 SIGPIPE 信号导致的编译错误
Repair compile error caused by blocking SIGPIPE signal in Windows
后面由于开学的缘故可能会停更一段时间,对此深感抱歉
This project may be suspended for a period time because of the start of the school year. Sorry for that.
v1.0.2
主要更新:
Main Update:
- WebServer Core 提供断点续传的样例代码
WebServer Core provide example code for Resume Feature. - 规范化日志输出格式
Normalize the log output format. - 新增头文件信息
Added header file information
v1.0.1
主要更新:
Main Update:
- 提供对 Windows 系统的支持
Provide support for Windows. - WebServer Core 允许多次向客户端发送数据
WebServer Core allows to send data to client repeatedly.
WebSocket Server Core v1.0.0
WebSocket-v1.0.0 Fix Bug & Write README.md
Web Server Core v1.0.0
主要修改: 新增版本号