-
Notifications
You must be signed in to change notification settings - Fork 734
Comparing changes
Open a pull request
base repository: socketio/socket.io-client-cpp
base: master
head repository: dial-once/socket.io-client-cpp
compare: master
- 12 commits
- 17 files changed
- 2 contributors
Commits on Jun 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ca3c787 - Browse repository at this point
Copy the full SHA ca3c787View commit details
Commits on Sep 5, 2018
-
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).
Configuration menu - View commit details
-
Copy full SHA for 0a3731c - Browse repository at this point
Copy the full SHA 0a3731cView commit details
Commits on Oct 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0031d3a - Browse repository at this point
Copy the full SHA 0031d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f15eb9 - Browse repository at this point
Copy the full SHA 6f15eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5277d - Browse repository at this point
Copy the full SHA 9a5277dView commit details
Commits on Oct 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 51e7ded - Browse repository at this point
Copy the full SHA 51e7dedView commit details
Commits on Nov 5, 2018
-
Merge pull request #1 from dial-once/eris-sio_tls_support_non_tls_uris
Eris sio tls support non tls uris
Configuration menu - View commit details
-
Copy full SHA for e7aeab6 - Browse repository at this point
Copy the full SHA e7aeab6View commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 485e403 - Browse repository at this point
Copy the full SHA 485e403View commit details -
Merge pull request #2 from dial-once/prevent_using_async_posix_h_in_o…
…penssl Apple marked async_posix.h as non-public API
Configuration menu - View commit details
-
Copy full SHA for 853742c - Browse repository at this point
Copy the full SHA 853742cView commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9b99784 - Browse repository at this point
Copy the full SHA 9b99784View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba87607 - Browse repository at this point
Copy the full SHA ba87607View commit details -
Merge pull request #3 from dial-once/feature/add_user_agent_change_api
Feature/add user agent change api
Configuration menu - View commit details
-
Copy full SHA for 11105ce - Browse repository at this point
Copy the full SHA 11105ceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master