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: rpclib/rpclib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: rpclib/rpclib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 27, 2021

  1. CI: Refactor AppVeyor

    - Updates to Visual Studio 2019 image (which runs on Windows Server 2019)
    - Use msbuild with the build/rpc.sln project instead of CMake --build
    - Restructure script into before_build, build and test_script parts
    - Clean up unused variables
    EwoutH authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7e71302 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #275 from EwoutH/appveyor

    CI: Refactor AppVeyor
    qchateau authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e031fa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. disable SO_REUSEADDR on windows due to it causing undefined behaviour…

    … when binding to the same existing server port
    Admin authored and Admin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    db5eb39 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Merge pull request #278 from thewhitegoatcb/master

    disable SO_REUSEADDR on windows
    qchateau authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    b95ec2a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    4bcff71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e42d85b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Merge pull request #283 from Roelli/master

    Updated doc generation and used clang-format
    qchateau authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    fa0b63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cdcd2d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    0560232 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #284 from Roelli/master

    Issue #267: Enable Logging of connected clients ip address and port on info level
    qchateau authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    17ae701 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

Commits on Oct 14, 2021

  1. Merge pull request #287 from brandonros/patch-1

    link against windows winsock libraries
    qchateau authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d1bb5b4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. add unbind to enable runtime binding/unbinding

    adding unbind function to remove a binding in runtime (if wanted) and names function to list all binded functors (usable for debugging etc.)
    jaafari committed May 14, 2022
    Configuration menu
    Copy the full SHA
    4b9ea2f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    391df59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #301 from jaafari/master

    add unbind to enable runtime binding/unbinding
    qchateau authored May 15, 2022
    Configuration menu
    Copy the full SHA
    08e4171 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update readme

    qchateau committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    463887f View commit details
    Browse the repository at this point in the history
Loading