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: chenshuo/muduo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luyuan-cpp/muduo-windows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 229 files changed
  • 3 contributors

Commits on Mar 12, 2026

  1. Windows compat: add CrossPlatformAdapterFunction and minimize upstrea…

    …m changes
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    luhailong and Copilot committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    af11acc View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

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

Commits on Apr 19, 2026

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

Commits on Apr 20, 2026

  1. fix: map WSAECONNRESET/WSAECONNABORTED to ECONNRESET in Windows socke…

    …t wrappers
    
    winreadsock/winwritesock did not translate Windows socket errors
    WSAECONNRESET (10054) and WSAECONNABORTED (10053) to POSIX ECONNRESET,
    causing TcpConnection::sendInLoop to log noisy ERROR on normal client
    disconnects.
    luyuan-cpp committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    66de677 View commit details
    Browse the repository at this point in the history
Loading