Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-main/cpp-tbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cpp-main/cpp-tbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 178 files changed
  • 1 contributor

Commits on Jun 15, 2026

  1. Configuration menu
    Copy the full SHA
    19ccfcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f6dfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9840860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e4c1b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. Configuration menu
    Copy the full SHA
    d706c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d8d81 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. Configuration menu
    Copy the full SHA
    757b044 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2026

  1. Configuration menu
    Copy the full SHA
    cc817cd View commit details
    Browse the repository at this point in the history
  2. tidy(websocket)

    hevake committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    ae478eb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. !52 fix:1.15.4, 实现 TCP 的 TLS 加密通信,同时对 http, websocket 进行了整改

    * tidy: 整理代码;修改isValid(),放宽检查
    * tiny: 修改 https_simple 与 tls_echo_server 的 Makefile
    * tidy
    * fix:1.15.4,解决TLS每次回调只能读取几个字节,不连续,会触发多次回调的问题
    * fix(tcp_tls):修复读取数据延迟的问题
    * opt(tcp_tls): 进行了优化。不过还存在bug
    * feat:初步实现TCP的TLS功能,还需要调试
    * merge develop
    * ver:1.15.1
    * feat(network), 初步实现 tls 的功能
    hevake committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    17bef0b View commit details
    Browse the repository at this point in the history
  2. !53 feat(http): 实现 HTTP SSE 服务端的功能

    * tidy
    * tidy(sse)
    * feat(http.sse), 优化 sse 服务器
    * feat(http-sse):实现了 Http 的 SSE 服务
    hevake committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    f4e5901 View commit details
    Browse the repository at this point in the history
  3. doc:1.15.5, 更新文本

    hevake committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    acf01ed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2026

  1. !55 feat(websocket): 实现了websocket的压缩、分片、ping pong 功能,并修复了若干bug

    * Merge branch 'develop' of gitee.com:cpp-master/cpp-tbox into feat/ws-ping-pong
    * feat(websocket):1.14.9, 添加了自动ping pong功能,并修复了ping pong 帧解析错误问题
    * 优化Makefile
    * doc:添加文档
    * feat(websocket):1.14.8, 重构WsClient与WsServer,统一分片接收与发送
    * fix(websocket):1.14.7, 修复Websocket大数据分片解压存在的问题;将setMessageCallback()根据…
    * fix(websocket):1.14.6, 修复websocket在压缩场景下出现压缩与解压字串长度不一致,导致浏览器解压失败问题
    * fix:解决编译不过问题
    * fix:解决个别环境编译不过问题
    * feat(websocket):1.14.5, 支持RFC 7692扩展,压缩功能
    * opt(websocket): 优化,提升效率
    * feat(websocket):初步实现了Webscoket的压缩功能
    hevake committed Jul 11, 2026
    Configuration menu
    Copy the full SHA
    9a8ff69 View commit details
    Browse the repository at this point in the history
Loading