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: Links2004/arduinoWebSockets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: m-mcgowan/arduinoWebSockets
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.
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on May 14, 2016

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

Commits on May 15, 2016

  1. adds include for Particle

    m-mcgowan committed May 15, 2016
    Configuration menu
    Copy the full SHA
    b66cb3d View commit details
    Browse the repository at this point in the history
  2. adds missing pure virtual declaration on virtual functions in `WebSoc…

    …kets`. (Fails compile on gcc.)
    m-mcgowan committed May 15, 2016
    Configuration menu
    Copy the full SHA
    1d757a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e92d0f View commit details
    Browse the repository at this point in the history
  4. adhere to Arduino contract that the returned network client is closed…

    … if there is no new client available.
    m-mcgowan committed May 15, 2016
    Configuration menu
    Copy the full SHA
    206cd61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1f4215 View commit details
    Browse the repository at this point in the history
  6. made WebSocket.h the primary header to import, which brings in the cl…

    …ient and server. The previous WebSocket.h/.cpp files are renamed to WebSocketBase.
    m-mcgowan committed May 15, 2016
    Configuration menu
    Copy the full SHA
    5e9ab12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a91c6bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b67721 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. send the handshake response as a single TCP packet - splitting it cau…

    …ses Chrome to fail with a protocol error (unknown opcode 13.)
    m-mcgowan committed May 16, 2016
    Configuration menu
    Copy the full SHA
    4a9ef26 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    374198e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from derrickrc/particle_library_v2_port

    Particle library v2 port
    m-mcgowan authored May 9, 2023
    Configuration menu
    Copy the full SHA
    cfc585f View commit details
    Browse the repository at this point in the history
Loading