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: Mikefluff/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.
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 19, 2016

  1. Issue 1001 fixed

    Mike Fluff authored and Mike Fluff committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    48bfa0b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Project Setup

    Mike Fluff authored and Mike Fluff committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    a68b546 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Project setup 2

    Mike Fluff authored and Mike Fluff committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    8ed6c53 View commit details
    Browse the repository at this point in the history
  2. Fix memory leak by freeing mutex. (#469)

    kwgithubusername authored and Mike Fluff committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    2cdd63c View commit details
    Browse the repository at this point in the history
  3. Ensure test environment is ready (#462)

    When running tests, lets make sure that the test environment is ready to go.
    feosuna1 authored and Mike Fluff committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    353fa1f View commit details
    Browse the repository at this point in the history
  4. Make copying optional when receiving data (#428)

    * Reduce memory usage
    
    Reduce memory usage by discarding, not resetting, the frame data buffer.
    Let delegate control copying.
    
    * Delegate methods expect `self`
    
    * Add `-sendWithoutCopyingData:error:`
    
    * Add `-webSocket:shouldCopyReceivedData:`
    
    * Fix error messages
    
    * Remove `-webSocket:shouldCopyReceivedData:`
    
    * Revert "Fix error messages"
    
    This reverts commit 4d5f5f0.
    
    * Fix typo
    
    * Copy only control frames
    
    * Fix error message
    erikprice authored and Mike Fluff committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    0b11a25 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/Mikefluff/SocketRocket

    Mike Fluff authored and Mike Fluff committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    0106b60 View commit details
    Browse the repository at this point in the history
Loading