summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Suppress SecurityError on processEvents(). #159HEADmasterHiroshi Ichikawa2015-11-073-2/+8
* Merge pull request #169 from lightsocks/masterHiroshi Ichikawa2015-10-241-1/+1
|\
| * fix the empty cookie buglightsocks2015-10-101-1/+1
|/
* Merge pull request #162 from kkirsche/patch-1Hiroshi Ichikawa2015-06-171-1/+0
|\
| * Remove moot `version` property from bower.jsonKevin Kirsche2015-06-111-1/+0
|/
* Updating SWF files.v1.0.2Hiroshi Ichikawa2014-04-032-0/+0
* fix #151x252014-03-121-4/+3
* Adding bower.json. #148Hiroshi Ichikawa2014-01-161-0/+20
* Using typeof(MessageEvent) to switch two ways to create MessageEvent.v1.0.1Hiroshi Ichikawa2013-12-151-12/+10
* Fix for Issue #142Predrag Stojadinovic2013-12-121-1/+10
* Renaming license file.Hiroshi Ichikawa2013-07-091-0/+0
* Adding LICENCE.txt.Hiroshi Ichikawa2013-07-091-0/+9
* Recompiling SWF files.Hiroshi Ichikawa2013-07-092-0/+0
* handle continuation frame from server #129hai.phan2013-06-242-1/+20
* Moving swfobject-src.js.v1.0.0Hiroshi Ichikawa2013-04-251-0/+0
* Merge branch 'dfsg' of https://github.com/kanaka/web-socket-jsHiroshi Ichikawa2013-04-251-0/+777
|\
| * Add swfobject.js v2.2 source for DFSG compatibility.Joel Martin2013-04-121-0/+777
* | Fixing a bug that it required whitespace after colon in the header. #126Hiroshi Ichikawa2012-12-043-3/+5
* | Rebuilding SWF files.Hiroshi Ichikawa2012-11-032-0/+0
* | Include the patch from http://code.google.com/p/as3crypto/issues/detail?id=14...Jason Madden2012-11-013-0/+1
* | Renaming flash_implemented to __isFlashImplementation.Hiroshi Ichikawa2012-08-091-4/+2
* | @= flag of WebSocket implementationabonec2012-08-091-0/+4
* | Adding reference to futurechimp's Ruby implementation of Flash socket policy ...Hiroshi Ichikawa2012-03-171-1/+5
* | Updating README.Hiroshi Ichikawa2012-01-301-5/+12
* | Switching to WebSocket version defined in RFC 6455.Hiroshi Ichikawa2011-12-276-6/+11
* | Firing close event on error in send(). Hopefully fixes issue #92 .Hiroshi Ichikawa2011-12-174-9/+11
* | Using MozWebSocket when available. Issue #87Hiroshi Ichikawa2011-12-172-3/+16
* | Using swfobject.addDomLoadEvent() to simplify the initialization.Hiroshi Ichikawa2011-12-141-13/+5
* | Initializing automatically when web_socket.js is dynamically loaded.Hiroshi Ichikawa2011-12-111-9/+19
* | Closing connection on masked frame from server. Issue #103Hiroshi Ichikawa2011-11-054-1/+12
* | Adding wasClean, code, reason to onclose event object. Code was partially tak...Hiroshi Ichikawa2011-09-277-28/+77
* | Using status code to express connection error and server closing.Hiroshi Ichikawa2011-09-253-23/+26
* | Handling IOError on send().Hiroshi Ichikawa2011-09-254-13/+30
* | Sending closing frame for some errors.Hiroshi Ichikawa2011-09-191-31/+57
* | Fixing a bug that decoded key was not 16 bytes.Hiroshi Ichikawa2011-09-193-4/+5
* | Updating NEWS.Hiroshi Ichikawa2011-09-181-1/+2
* | Updating README and adding NEWS.Hiroshi Ichikawa2011-09-182-2/+8
* | Fixing closing handshake.Hiroshi Ichikawa2011-09-183-18/+29
* | Some more refactoring.Hiroshi Ichikawa2011-09-181-59/+59
* | Implementing pong.Hiroshi Ichikawa2011-09-184-95/+113
* | Switching to hybi-10 protocol.Hiroshi Ichikawa2011-09-177-12/+7
* | Style fixes.Hiroshi Ichikawa2011-09-175-66/+79
* | Merge branch 'master' into hybi-07Hiroshi Ichikawa2011-09-17120-18/+73
|\ \
| * | Allowing HTTP -> HTTPS access on WebSocketMainInsecure.swf.hixie-76Hiroshi Ichikawa2011-09-104-1/+4
| * | Fixing scope of event callbacks (Bug #91 ).Hiroshi Ichikawa2011-09-101-1/+1
| * | Merge pull request #88 from kanaka/masterHiroshi Ichikawa2011-09-031-1/+8
| |\ \ | | |/
| | * close() should cancel create task.Joel Martin2011-08-311-1/+8
| |/
| * Moving our own .as files into flash-src/src and third-party .as files into fl...Hiroshi Ichikawa2011-08-28116-15/+60
* | Merge remote branch 'gimite/master' into hybi-08Joel Martin2011-08-2912-56/+160
|\ \ | |/
| * Setting static-link-runtime-shared-libraries to false for swc file to avoid e...Hiroshi Ichikawa2011-08-141-1/+1