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-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: socket.io-client-1.0.0
Choose a base ref
...
head repository: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: socket.io-client-1.0.1
Choose a head ref
  • 15 commits
  • 16 files changed
  • 9 contributors

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    65daeb2 View commit details
    Browse the repository at this point in the history
  2. remove warning

    nkzawa committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    964a66f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Fix broken link

    zhxnlai authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    52a0c3d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Merge pull request #540 from zhxnlai/patch-1

    Fix broken link in README
    nkzawa authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4bcbba4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. docs: socket.io 3.x support notice (#639)

    Inform users that socket.io 3.x is not supported yet.
    twofingerrightclick authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    63eefa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7e807b View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    0f3ad9b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. ci: migrate to GitHub Actions

    Due to the recent changes to the Travis CI platform (see [1]), we will
    now use GitHub Actions to run the tests.
    
    Note: the certificate was updated because it failed with newer Node.js versions
    
    ```
    _tls_common.js:129
          c.context.setCert(cert);
                    ^
    
    Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
        at Object.createSecureContext (_tls_common.js:129:17)
        at Server.setSecureContext (_tls_wrap.js:1328:27)
    ```
    
    Reference: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven
    
    [1]: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
    darrachequesne committed Dec 10, 2020
    1 Configuration menu
    Copy the full SHA
    91c0a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b7311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858907f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    567372e View commit details
    Browse the repository at this point in the history
  5. test: fix test with ping-pong latency

    Randomly receiving a latency of 0 ms would make the test fail.
    darrachequesne committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    b733f96 View commit details
    Browse the repository at this point in the history
  6. chore: bump Socket.IO server version

    We'll migrate to v3 in a second time.
    darrachequesne committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    7cb4dc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9df7b75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89ef9d0 View commit details
    Browse the repository at this point in the history
Loading