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: socketio/socket.io-client-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: socketio/socket.io-client-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
  • 7 commits
  • 8 files changed
  • 7 contributors

Commits on Apr 23, 2021

  1. fix: fix LOG call syntax (#301)

    Related: #212
    richardeakin authored and darrachequesne committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    c09221f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168ce9d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. feat: use TLSv2 when TLS is used (#309)

    Backported from master: e8ea707
    taste1981 authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6b9f5fb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. feat: support TLSv1.2 and newer (#321)

    Backported from master: 82d39a9
    grahn authored and darrachequesne committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7c60ba9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.1.0

    darrachequesne committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    973eeaa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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

Commits on Feb 17, 2023

  1. core: In TLS build of library, support both TLS and non-TLS connectio…

    …ns. (#389)
    
    The choice is made at runtime, if a TLS URI (https:// or wss://) is
    given, the TLS client will be used, otherwise the non-TLS client will be
    used.
    
    Additionally, a new constructor is introduced allowing the URI to be
    passed at construction, which allows the above selection to occur,
    otherwise only the default for the library (TLS or non-TLS) will be used
    (preserving the original behavior).
    
    Co-authored-by: Joel Nordell <joel.nordell@erisfutures.com>
    leytou and joelnordell authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ddd0e5b View commit details
    Browse the repository at this point in the history
Loading