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: dial-once/socket.io-client-cpp
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.
  • 12 commits
  • 17 files changed
  • 2 contributors

Commits on Jun 18, 2018

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

Commits on Sep 5, 2018

  1. In TLS build of library, support both TLS and non-TLS connections.

    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).
    joelnordell authored and CAMOBAP committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    0a3731c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    0031d3a View commit details
    Browse the repository at this point in the history
  2. Prevent TLSv1

    CAMOBAP committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    6f15eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a5277d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Add circle ci 2.0

    CAMOBAP committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    51e7ded View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Merge pull request #1 from dial-once/eris-sio_tls_support_non_tls_uris

    Eris sio tls support non tls uris
    CAMOBAP authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e7aeab6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    485e403 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from dial-once/prevent_using_async_posix_h_in_o…

    …penssl
    
    Apple marked async_posix.h as non-public API
    CAMOBAP authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    853742c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    9b99784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba87607 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from dial-once/feature/add_user_agent_change_api

    Feature/add user agent change api
    CAMOBAP authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    11105ce View commit details
    Browse the repository at this point in the history
Loading