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
A
AS3WebSocket
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 2 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removing the fragmentation test client.
Brian McKelvey
More...
almost 14 years ago
Increasing the handshake timeout to 10 seconds, and including a text error description in the error when the timeout is exceeded.
Brian McKelvey
More...
almost 14 years ago
Fixing bug where if the connection was dropped on a TLS connection, the WebSocketServer wouldn't dispatch the WebSocketEvent.CLOSED event
Brian McKelvey
More...
almost 14 years ago
Updating README.
Brian McKelvey
More...
almost 14 years ago
Adding a fragmentation test client.
Brian McKelvey
More...
almost 14 years ago
Adding more error handling
Brian McKelvey
More...
almost 14 years ago
Dropping connection on protocol errors instead of throwing an uncatchable error.
Brian McKelvey
More...
almost 14 years ago
Fixing bug where a text frame managed to be accepted in the middle of a fragmentation sequence.
Brian McKelvey
More...
almost 14 years ago
Fixing bug where the connection was not dropped when receiving an illegal text or binary frame in the middle of a fragmented message.
Brian McKelvey
More...
almost 14 years ago
Fixing bug where fragmented control frames were accepted.
Brian McKelvey
More...
almost 14 years ago
Fixing bug where reserved bits were ignored when the connection should have been failed.
Brian McKelvey
More...
almost 14 years ago
Fixing a bug where control frames larger than 125 bytes were accepted.
Brian McKelvey
More...
almost 14 years ago
Fixing a bug when trying to read from an already closed socket.
Brian McKelvey
More...
almost 14 years ago
Updating to flash builder 4.5 and removing support for deflate-stream extension.
Brian McKelvey
More...
almost 14 years ago
Removing deflate-stream support. Updating project for Flash Builder 4.5. Removing a reference to the old Base64 encoder.
Brian McKelvey
More...
almost 14 years ago
Using different base64 library.
Brian McKelvey
More...
almost 14 years ago
Updating readme to correctly reference draft-09 instead of draft-07
Brian McKelvey
More...
about 14 years ago
- Fixing bugs preventing individual frames from being emitted when the 'assembleFragments' config option was set to false - Making protocol error handling more robust. No longer throws uncatchable errors.
Brian McKelvey
More...
about 14 years ago
Adding fragmentation test app
Brian McKelvey
More...
about 14 years ago
Adding reference to the client library SWC in the downloads section of the README
Brian McKelvey
More...
about 14 years ago
Updating README to indicate the correct draft protocol version.
Brian McKelvey
More...
about 14 years ago
Adding additional subprotocol format verification.
Brian McKelvey
More...
about 14 years ago
Removing old comment.
Brian McKelvey
More...
about 14 years ago
Incrementing websocket draft version
Brian McKelvey
More...
about 14 years ago
Fixing bug with multiple CLOSE events being dispatched.
Brian McKelvey
More...
over 14 years ago
A few minor bug fixes.
Brian McKelvey
More...
over 14 years ago
Updating README to reflect that we now support fragmentation.
Brian McKelvey
More...
over 14 years ago
Adding support for fragmenting outgoing messages.
Brian McKelvey
More...
over 14 years ago
Removing special case handling from frame parser for utf-8 decoding. All frames are read as binary and the utf-8 decoding is done in the WebSocket class where it belongs. Also preparing for being able to send fragmented messages and enforce limits.
Brian McKelvey
More...
over 14 years ago
Updating client to implement draft-07 of the protocol specification.
Brian McKelvey
More...
over 14 years ago
←
1
2
3
4
→
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