summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merging JSBridge to WebSocketMain.Hiroshi Ichikawa2011-02-276-152/+26
* | Some cleanup.Hiroshi Ichikawa2011-02-278-796/+687
* | Pulled in upstream changes.Wtritch2011-02-224-19/+32
|\ \ | |/
| * Making it clear that it requires Flash player 10 or later.Hiroshi Ichikawa2011-02-195-4/+4
* | Completed updates: Removed FABridge dependence. Created javascript WebSocket...Wtritch2011-02-228-2010/+657
* | Removed FABridge dependence. Created javascript WebSocketController to manag...Wtritch2011-02-222-0/+159
|/
* opera fix 2avl2011-02-071-1/+1
* opera 'handleEvents' fixavl2011-02-071-0/+1
* Switching to single event "event" instead of "open", "message", etc. in Flash...Hiroshi Ichikawa2011-01-116-156/+73
* Calling Security.loadPolicyFile() with port 843 if Flash.loadFlashPolicyFile(...Hiroshi Ichikawa2011-01-114-7/+18
* Don't explicitly load the policy file, since flash will try port 843 anyway. ...John Shahid2011-01-094-2/+7
* Fixes missing semicolonsStefan Axelsson2011-01-071-2/+2
* Cherry-pick: Not enough with checking existence of window.console. In IE (dep...Hiroshi Ichikawa2010-12-041-2/+4
* Fixing a bug that it called loadPolicyFile() with wrong argument, reported at:Hiroshi Ichikawa2010-10-013-7/+1
* Some more cleanup.Hiroshi Ichikawa2010-09-263-14/+19
* Fixing a bug and small cleanup.Hiroshi Ichikawa2010-09-263-5/+3
* Fix packets containing 0x00 bytes getting truncated after the first 0x00 byte.Ivo Wetzel2010-09-254-3/+12
* Making the accidental gobal variable newType into local variable.Hiroshi Ichikawa2010-09-181-1/+1
* Making it possible to close() when readyState == CONNECTING.Hiroshi Ichikawa2010-09-134-4/+6
* Making onclose event fired by ws.close() asynchronous.Hiroshi Ichikawa2010-09-131-7/+12
* Supporting cross-domain SWF.Hiroshi Ichikawa2010-09-028-4/+40
* Fixing a bug that it is case sensitive for some header keys/values where it m...Hiroshi Ichikawa2010-08-312-8/+10
* Fixing a bug that wss doesn't accept officialy signed certificates.Hiroshi Ichikawa2010-08-222-1/+1
* Making Flash Lite detection/handling a bit simpler. Adding comment.Hiroshi Ichikawa2010-08-221-52/+22
* Better handling of Flash Lite and Flash on Android devices by distinguishing ...Stephen Leavitt2010-08-221-6/+54
* Reverted changes from commits 47055f5094bbb95222ac1629274e6446804d68a0 and 4d...Stephen Leavitt2010-08-221-18/+4
* Using negative zIndex only for Mobile Safari.Hiroshi Ichikawa2010-08-131-9/+18
* Fix for failing to initialize on (some) Android devices.Stephen Leavitt2010-08-111-3/+8
* Adding description about WEB_SOCKET_DEBUG in Troubleshooting section of READM...Hiroshi Ichikawa2010-08-031-1/+3
* Adding comment about escaping issue.Hiroshi Ichikawa2010-08-031-0/+6
* Adding 'WARNING:' to warning message for file:///...Hiroshi Ichikawa2010-08-031-2/+2
* Simplifying Flash availability check.Hiroshi Ichikawa2010-08-031-13/+1
* Adding information about node.js implementation of Flash socket policy file s...Hiroshi Ichikawa2010-07-071-1/+2
* Adding more detailed troubleshooting. Showing error on file:///... URL.Hiroshi Ichikawa2010-07-032-6/+27
* Updating information about supported environments.Hiroshi Ichikawa2010-07-031-4/+5
* Fixing a bug that WebSocket#send throws TypeError instead of INVALID_STATE_ER...Hiroshi Ichikawa2010-07-031-16/+15
* Enabling polling only for Opera.Hiroshi Ichikawa2010-07-035-131/+103
* Event coalescing. Fixes message reorder/drops.Joel Martin2010-07-033-19/+72
* Explicitly setting buffer.position in case it is not always initialized to zero.Hiroshi Ichikawa2010-06-292-2/+8
* Showing better message in case the server speaks old protocol.Hiroshi Ichikawa2010-06-291-0/+12
* Implementing closing handshake.Hiroshi Ichikawa2010-06-272-6/+17
* Using WebSocket.__debug to switch debug mode instead of argument to WebSocket...Hiroshi Ichikawa2010-06-277-40/+46
* Revert "Remove invalid check of 'pos'."Hiroshi Ichikawa2010-06-271-12/+13
* Rebuild with SSL support and fixes.Joel Martin2010-06-241-0/+0
* Add wss:// (SSL/TLS) support using as3crypto_patched.Joel Martin2010-06-241-8/+40
* Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aaJoel Martin2010-06-24107-0/+21355
* Remove invalid check of 'pos'.Joel Martin2010-06-241-13/+12
* Encode/decode send data too.Joel Martin2010-06-242-3/+3
* Add debug flag that defaults to off instead of on.Joel Martin2010-06-242-2/+12
* Fix flex4 build warnings.Joel Martin2010-06-241-5/+5