-
Notifications
You must be signed in to change notification settings - Fork 564
Comparing changes
Open a pull request
base repository: Links2004/arduinoWebSockets
base: master
head repository: m-mcgowan/arduinoWebSockets
compare: master
- 12 commits
- 8 files changed
- 2 contributors
Commits on May 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 26130e3 - Browse repository at this point
Copy the full SHA 26130e3View commit details
Commits on May 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b66cb3d - Browse repository at this point
Copy the full SHA b66cb3dView commit details -
adds missing pure virtual declaration on virtual functions in `WebSoc…
…kets`. (Fails compile on gcc.)
Configuration menu - View commit details
-
Copy full SHA for 1d757a1 - Browse repository at this point
Copy the full SHA 1d757a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e92d0f - Browse repository at this point
Copy the full SHA 8e92d0fView commit details -
adhere to Arduino contract that the returned network client is closed…
… if there is no new client available.
Configuration menu - View commit details
-
Copy full SHA for 206cd61 - Browse repository at this point
Copy the full SHA 206cd61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f4215 - Browse repository at this point
Copy the full SHA d1f4215View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5e9ab12 - Browse repository at this point
Copy the full SHA 5e9ab12View commit details -
Configuration menu - View commit details
-
Copy full SHA for a91c6bb - Browse repository at this point
Copy the full SHA a91c6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b67721 - Browse repository at this point
Copy the full SHA 3b67721View commit details
Commits on May 16, 2016
-
send the handshake response as a single TCP packet - splitting it cau…
…ses Chrome to fail with a protocol error (unknown opcode 13.)
Configuration menu - View commit details
-
Copy full SHA for 4a9ef26 - Browse repository at this point
Copy the full SHA 4a9ef26View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 374198e - Browse repository at this point
Copy the full SHA 374198eView commit details -
Merge pull request #1 from derrickrc/particle_library_v2_port
Particle library v2 port
Configuration menu - View commit details
-
Copy full SHA for cfc585f - Browse repository at this point
Copy the full SHA cfc585fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master