summaryrefslogtreecommitdiff
Commit message (Collapse)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 bug
| * 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.json
| * Remove moot `version` property from bower.jsonKevin Kirsche2015-06-111-1/+0
|/ | | | | Per bower/bower.json-spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
* 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
| | | | Fix for Issue #142 Firefox 26 removed event.initMessageEvent method so this had to be handled.
* 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
| | | | | | | | | | | | The Debian Free Software Guidelines require that source is included (not just available) before they will accept projects into the main Debian tree.
* | 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 ↵Jason Madden2012-11-013-0/+1
| | | | | | | | http://code.google.com/p/as3crypto/issues/detail?id=14 to make sending packets greater than 16K possible over SSL. Compile the SWF files with this patch using the flex 4.6 sdk. Tested in IE9 with flashplayer 11.4.402.287 to work.
* | 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
| | | | | | | | file server in README.
* | 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
| | | | | | | | Using DOMContentLoaded to initialize earlier when available.
* | 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 ↵Hiroshi Ichikawa2011-09-277-28/+77
| | | | | | | | | | | | taken from pull request #100 . Fixing closing behavior.
* | 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
| | | | | | | | | | Firing onclose instead of onerror on errors except for connection error. Not sure this is correct, but it seems this is what Chrome does. Adding check of RSV field.
* | 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
| | | | | | | | Some refactoring.
* | 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
|\ \ | | | | | | | | | | | | | | | Conflicts: WebSocketMain.swf WebSocketMainInsecure.zip
| * | 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
| |\ \ | | |/ | | | init/close fix.
| | * close() should cancel create task.Joel Martin2011-08-311-1/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the init and close code so that the async __flash.create() task is cancelled in close() so that you can do something like this which tests whether the newer binary API exists: var wstest = new WebSocket('ws://localhost:57111'); if (typeof(wstest.binaryType) !== "undefined") { ... } wstest.close(); wstest = null; Without the change, a Flash error occurs later when the connect fails (because the close() call doesn't cancel the connect).
| * Moving our own .as files into flash-src/src and third-party .as files into ↵Hiroshi Ichikawa2011-08-28116-15/+60
| | | | | | | | | | | | flash-src/third-party. Adding build rule for WebSocketWithoutDependencies.swc.
* | Merge remote branch 'gimite/master' into hybi-08Joel Martin2011-08-2912-56/+160
|\ \ | |/ | | | | | | | | Conflicts: WebSocketMain.swf WebSocketMainInsecure.zip
| * Setting static-link-runtime-shared-libraries to false for swc file to avoid ↵Hiroshi Ichikawa2011-08-141-1/+1
| | | | | | | | errors, per issue #86 .