Skip to content
This repository was archived by the owner on Mar 6, 2018. It is now read-only.
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: Gottox/socket.io-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thenrich/socket.io-java-client
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.
  • 18 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 28, 2012

  1. Allow clients to be able to provide an alternate reconnect scheduler …

    …(a class implementing IOReconnectScheduler). The detault policy remains as was (reconnecting after a second).
    ixalon committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    5317f17 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2012

  1. ZBLOG-1812 Socket.io crash during handshake (error handler called in …

    …exception handler expects connections.get(urlStr) to return a non-null value).
    ixalon committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    80b09ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae1639 View commit details
    Browse the repository at this point in the history
  3. merge

    Gottox committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    7fd4f31 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2012

  1. Adding nullpointer check.

    Gottox committed May 1, 2012
    Configuration menu
    Copy the full SHA
    18fa8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f87a5c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2012

  1. fixing build.xml

    Gottox committed May 2, 2012
    Configuration menu
    Copy the full SHA
    16c2987 View commit details
    Browse the repository at this point in the history
  2. removing tests from build.xml

    Gottox committed May 2, 2012
    Configuration menu
    Copy the full SHA
    67a8114 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2012

  1. Stupidity fix.

    Gottox committed May 4, 2012
    Configuration menu
    Copy the full SHA
    027c9df View commit details
    Browse the repository at this point in the history

Commits on May 22, 2012

  1. Configuration menu
    Copy the full SHA
    5aa68bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f60cec View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2012

  1. Hopefully fixing issue #10.

    Gottox committed Jun 24, 2012
    Configuration menu
    Copy the full SHA
    a23f695 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2012

  1. revert changes to build.xml

    Gottox committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    03dc345 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2012

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

Commits on Aug 6, 2012

  1. fixing issue #16

    Gottox committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    64a1fdb View commit details
    Browse the repository at this point in the history
  2. fixing issue #15

    Gottox committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    bef0607 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ac17a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2012

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