0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing the fragmentation test client. 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. 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 More... almost 14 years ago
Updating README. More... almost 14 years ago
Adding a fragmentation test client. More... almost 14 years ago
Adding more error handling More... almost 14 years ago
Dropping connection on protocol errors instead of throwing an uncatchable error. More... almost 14 years ago
Fixing bug where a text frame managed to be accepted in the middle of a fragmentation sequence. 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. More... almost 14 years ago
Fixing bug where fragmented control frames were accepted. More... almost 14 years ago
Fixing bug where reserved bits were ignored when the connection should have been failed. More... almost 14 years ago
Fixing a bug where control frames larger than 125 bytes were accepted. More... almost 14 years ago
Fixing a bug when trying to read from an already closed socket. More... almost 14 years ago
Updating to flash builder 4.5 and removing support for deflate-stream extension. More... almost 14 years ago
Removing deflate-stream support. Updating project for Flash Builder 4.5. Removing a reference to the old Base64 encoder. More... almost 14 years ago
Using different base64 library. More... almost 14 years ago
Updating readme to correctly reference draft-09 instead of draft-07 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. More... about 14 years ago
Adding fragmentation test app More... about 14 years ago
Adding reference to the client library SWC in the downloads section of the README More... about 14 years ago
Updating README to indicate the correct draft protocol version. More... about 14 years ago
Adding additional subprotocol format verification. More... about 14 years ago
Removing old comment. More... about 14 years ago
Incrementing websocket draft version More... about 14 years ago
Fixing bug with multiple CLOSE events being dispatched. More... over 14 years ago
A few minor bug fixes. More... over 14 years ago
Updating README to reflect that we now support fragmentation. More... over 14 years ago
Adding support for fragmenting outgoing messages. 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. More... over 14 years ago
Updating client to implement draft-07 of the protocol specification. More... over 14 years ago