Thanks to visit codestin.com
Credit goes to github.com

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: apache/brpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.0
Choose a base ref
...
head repository: apache/brpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 33 files changed
  • 10 contributors

Commits on Jan 18, 2026

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

Commits on Jan 20, 2026

  1. support change ownship for SelectiveChannel

    yanyuan06 committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    6e3ac05 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Merge pull request #3198 from altman08/master

    support change ownship for SelectiveChannel
    yanglimingcn authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    b3b43cc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Merge pull request #3201 from apache/release-1.16

    Merge release 1.16.0 back
    wasphin authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    580dac2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Support SO_BINDTODEVICE and bind client_host (#3179)

    * bind_client_ip
    
    * fix UT & review
    
    * add  client_host UT
    
    * updated to support SO_BINDTODEVICE.
    
    * updated to support SO_BINDTODEVICE and bind client_host.
    
    * review
    wenjiecn authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    d92e7cf View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Add Transport to support more communication protocol extensions (#3199)

    * Add The transport layer to support communication protocols of different device vendors.
    
    * Refine the SocketMode name style and clean some unused code
    
    * Refine Transport Debug method param and RdmaTransport WaitEpollOut code
    
    * format the code, remove indentation for top class and variables in new file
    
    * review code
    
    ---------
    
    Co-authored-by: wenjiecn <[email protected]>
    zchuango and wenjiecn authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    02879c8 View commit details
    Browse the repository at this point in the history
  2. Fix build error caused by CMAKE_CXX_FLAGS (#3204)

    Co-authored-by: Haigang Xi <[email protected]>
    Searion and Haigang Xi authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    834484a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Fix some issues with transport (#3206)

    1. The return value of CreateTransport should be std::unique_ptr.
    2. Delete BAIDU_REGISTER_ERRNO in transport_factory.h.
    3. Optimize some code formatting.
    chenBright authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    c8753e3 View commit details
    Browse the repository at this point in the history
Loading