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: facebookincubator/SocketRocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TestStudio/SocketRocket
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.
  • 16 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 27, 2013

  1. SRWebSocket

    shoerob committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    7b980b1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

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

Commits on Aug 5, 2014

  1. Merge branch 'master' of github.com:square/SocketRocket

    # By Jeremy White (4) and others
    # Via Jake Wharton (4) and others
    * 'master' of github.com:square/SocketRocket:
      use normal close constant instead of hard-coded value
      Removed enforcement of the SRStatusCode enum for status code arguments
      Go 1 has been released. Update README :)
      Changed 0 code to 1001 going away
      Switched SocketRocket methods to use SRStatusCode instead of NSInteger
      Moved SRStatusCode to header file for public use of status code values
      Fix size conversion warnings.
      Fix Xcode 5.1 project warnings.
      Use Apple's provided base64 implementation.
      use 'normal closure' close code by default, fixes #127
      Remove errant assert(NO) in _sendFrameWithOpcode
      Remove unused function log_queue
      Link libicucore.dylib with -L to avoid 3 warnings
      Kill Xcode 5.1 warnings
      Fix only building active arch in debug.
      Fix references to wrong header file in README.
      Change "muust be compiled with ARC" to "must be compiled with ARC"
    shoerob committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    d8ffd63 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. added support for keepalive

    shoerob committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    f9c9985 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2014

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

Commits on Sep 19, 2014

  1. added armv7s to architectures

    shoerob committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    b7e2613 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. added support for splitting frames into actual frames instead of send…

    …ing one HUGE frame for every message
    shoerob committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    47cb3aa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

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

Commits on Dec 16, 2015

  1. fixed xcode7 warnings

    shoerob committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    b491b4a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

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

Commits on Dec 29, 2017

  1. Updated with latest changes from upstream facebook/SocketRocket.

    Latest implementation doesn't require usage of chunks anymore.
    karaahmed committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    c885bc7 View commit details
    Browse the repository at this point in the history
  2. Added static iOS library target.

    karaahmed committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    6c18f3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56bfd31 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. x86_64 arch added as valid one

    Bulent Karaahmed committed May 10, 2018
    Configuration menu
    Copy the full SHA
    562fd46 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. added fat library target with build script

    Bulent Karaahmed committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6c63429 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fat_lib

    Bulent Karaahmed committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    677d295 View commit details
    Browse the repository at this point in the history
Loading