0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #20 from creativedrewy/master More... about 11 years ago
Small updates for pull request. More... over 11 years ago
Merge pull request #21 from clinch/adddebuginfo More... over 11 years ago
Added a tiny bit of debugging to failHandshake to indicate what failed. More... over 11 years ago
Small syntax updates so that AIR 3.8/Flex 4.11 will compile. More... over 11 years ago
Merge pull request #18 from bmezhibovskiy/non-flex-sha1 More... over 11 years ago
Use hurlant SHA1 instead of adobe, since the latter uses flex libraries. More... over 11 years ago
Updating to Flash Builder 4.7 More... over 12 years ago
Sending non-standard ports with Host header. Resolves issue #9 More... almost 13 years ago
Updating copyright year. More... about 13 years ago
Adding Apache 2.0 License. More... about 13 years ago
Updating WebSocketFrame to not require a binaryPayload to be specified. More... over 13 years ago
Merge branch 'master' of github.com:Worlize/AS3WebSocket More... over 13 years ago
Adding ping and pong events and allowing for ping frames to carry a payload. More... over 13 years ago
Merge pull request #5 from michielbrinkers/master More... over 13 years ago
Fixed a couple compile errors and warnings More... over 13 years ago
Adding path to cert More... over 13 years ago
Updating README More... over 13 years ago
Updating test harness app for new version of the websocket library. More... over 13 years ago
Using flash.events.IOErrorEvent for ioError events instead of com.worlize.websocket.WebSocketErrorEvent More... over 13 years ago
Removing read-only property protocols to better match the W3C WebSocket API More... over 13 years ago
Adding read-only property 'extensions' to better match the W3C WebSocket API More... over 13 years ago
Renaming serverProtocol to protocol to better match the W3C WebSocket API - http://dev.w3.org/html5/websockets/#the-websocket-interface More... over 13 years ago
Renaming pseudoMasking to useNullMask More... over 13 years ago
Merge pull request #3 from rejemy/master More... over 13 years ago
Updated to RFC6455. Made Origin header optional. Added support for multiple subprotocol selection. Optimized frame masking. More... over 13 years ago
Removing some unused constants. More... over 13 years ago
A couple enhancements to reliability. More... over 13 years ago
Correctly closing connection when the server initiates the close sequence. More... almost 14 years ago
Making the debug property non-static so that it can be changed for each websocket connection. More... almost 14 years ago