Skip to content

Releases: lyoj-dev/webserver

v1.0.4

18 Sep 05:51

Choose a tag to compare

主要更新:
Main Update:

  1. 修复 WebServer Core & WebSocket Server Core 中 CPU 高占用的问题。
    Fixed problem with high usage of CPU in Webserver Core & WebSocket Server Core.
  2. 新增 url 解码功能。
    Add the feature that can decode url.

v1.0.3

02 Sep 05:55

Choose a tag to compare

主要更新:
Main Update:

  1. 新增完整日志输出系统
    Add full Log Output System.
  2. client_conn 结构体中新增客户端地址信息 client_addr
    Add client address information client_addr into structure client_conn
  3. 修复了 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

01 Sep 13:58

Choose a tag to compare

主要更新:
Main Update:

  1. WebServer Core 提供断点续传的样例代码
    WebServer Core provide example code for Resume Feature.
  2. 规范化日志输出格式
    Normalize the log output format.
  3. 新增头文件信息
    Added header file information

v1.0.1

01 Sep 03:00

Choose a tag to compare

主要更新:
Main Update:

  1. 提供对 Windows 系统的支持
    Provide support for Windows.
  2. WebServer Core 允许多次向客户端发送数据
    WebServer Core allows to send data to client repeatedly.

WebSocket Server Core v1.0.0

28 Aug 13:30

Choose a tag to compare

WebSocket-v1.0.0

Fix Bug & Write README.md

Web Server Core v1.0.0

22 Aug 11:51

Choose a tag to compare

主要修改: 新增版本号