openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
W
web-socket-ruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Aug 12, 2024 — Aug 12, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixing a bug handling received PONG frame. #21
Hiroshi Ichikawa
More...
about 12 years ago
Fixing encoding error with Ruby 2.0. #19
Hiroshi Ichikawa
More...
about 12 years ago
Updating README.
Hiroshi Ichikawa
More...
about 13 years ago
Better error message when client disconnected without sending anything.
Hiroshi Ichikawa
More...
about 13 years ago
Fixing too strict header validation to make it work with WebSocket in Firefox.
Hiroshi Ichikawa
More...
over 13 years ago
Style fix.
Hiroshi Ichikawa
More...
almost 14 years ago
fixing bug when port is default (actually port is nil) which creates a stray ':' in headers.
Dotan J. Nahum
More...
almost 14 years ago
Merge branch 'master' of github.com:gimite/web-socket-ruby
Hiroshi Ichikawa
More...
almost 14 years ago
Adding support for closing code and reason. Fixing exception on unexpected close.
Hiroshi Ichikawa
More...
almost 14 years ago
Fix to call apply_mask with an Array
Michael Rykov
More...
almost 14 years ago
Fixing error in Ruby 1.8.
Hiroshi Ichikawa
More...
almost 14 years ago
Supporting hybi-07 to hybi-10 protocol in server side.
Hiroshi Ichikawa
More...
almost 14 years ago
Supporting Origin: null, which means local file at least in Chrome.
Hiroshi Ichikawa
More...
almost 15 years ago
Fixing a bug that header Sec-WebSocket-Key{1,2} was case sensitive.
Hiroshi Ichikawa
More...
almost 15 years ago
Supporting both Draft 75 and Draft 76 protocol in server side. Patch by pts.
Hiroshi Ichikawa
More...
almost 15 years ago
Fixing a bug that it is case sensitive for some header keys/values where it must not be.
Hiroshi Ichikawa
More...
almost 15 years ago
Implementing closing handshake.
Hiroshi Ichikawa
More...
about 15 years ago
Setting correct default port for wss.
Hiroshi Ichikawa
More...
about 15 years ago
Support for wss/ssl in client
Bernard Potocki
More...
about 15 years ago
Supporting new protocol using Sec-WebSocket-Key1, etc.
Hiroshi Ichikawa
More...
about 15 years ago
Defining force_encoding wrapper in WebSocket class instead of defining String#force_encoding in Ruby 1.8, to avoid conflict with e.g. json_pure gem.
Hiroshi Ichikawa
More...
over 15 years ago
Referring to latest spec.
Hiroshi Ichikawa
More...
over 15 years ago
Avoiding conflict with json gem by defining Encoding class in Ruby 1.8.
Hiroshi Ichikawa
More...
over 15 years ago
Changing argument spec of WebSocketServer and sample commands. Updating README to make it clear that you should match Web Socket host name (accepted_domains) and Web server host name, per chrisdew's comment.
Hiroshi Ichikawa
More...
over 15 years ago
Merge branch 'master' of
[email protected]
:gimite/web-socket-ruby
Hiroshi Ichikawa
More...
over 15 years ago
Fixing error caused when origin is file://.
Hiroshi Ichikawa
More...
over 15 years ago
Only fixing first two headers following specification. Sending WebSocket-Location based on client Host header instead of server URL.
Hiroshi Ichikawa
More...
over 15 years ago
Fixing a bug of debug output. Moving sample server/client implementation to samples directory.
Hiroshi Ichikawa
More...
over 15 years ago
Making it compatible with Chrome WebSocket implementation and pywebsocket. Adding port number to Host header. Letting server send header in a specific order, otherwise connection with Chrome WebSocket fails.
Hiroshi Ichikawa
More...
over 15 years ago
Merging conflict.
Hiroshi Ichikawa
More...
almost 16 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree