| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Suppress SecurityError on processEvents(). #159HEADmaster | Hiroshi Ichikawa | 2015-11-07 | 1 | -2/+8 |
| | | |||||
| * | fix the empty cookie bug | lightsocks | 2015-10-10 | 1 | -1/+1 |
| | | |||||
| * | fix #151 | x25 | 2014-03-12 | 1 | -4/+3 |
| | | |||||
| * | handle continuation frame from server #129 | hai.phan | 2013-06-24 | 1 | -1/+20 |
| | | |||||
| * | Fixing a bug that it required whitespace after colon in the header. #126 | Hiroshi Ichikawa | 2012-12-04 | 1 | -3/+5 |
| | | |||||
| * | Include the patch from ↵ | Jason Madden | 2012-11-01 | 1 | -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. | ||||
| * | Switching to WebSocket version defined in RFC 6455. | Hiroshi Ichikawa | 2011-12-27 | 1 | -3/+3 |
| | | |||||
| * | Firing close event on error in send(). Hopefully fixes issue #92 . | Hiroshi Ichikawa | 2011-12-17 | 1 | -5/+7 |
| | | |||||
| * | Closing connection on masked frame from server. Issue #103 | Hiroshi Ichikawa | 2011-11-05 | 2 | -1/+12 |
| | | |||||
| * | Adding wasClean, code, reason to onclose event object. Code was partially ↵ | Hiroshi Ichikawa | 2011-09-27 | 3 | -27/+71 |
| | | | | | | | taken from pull request #100 . Fixing closing behavior. | ||||
| * | Using status code to express connection error and server closing. | Hiroshi Ichikawa | 2011-09-25 | 1 | -23/+26 |
| | | |||||
| * | Handling IOError on send(). | Hiroshi Ichikawa | 2011-09-25 | 2 | -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 Ichikawa | 2011-09-19 | 1 | -31/+57 |
| | | |||||
| * | Fixing a bug that decoded key was not 16 bytes. | Hiroshi Ichikawa | 2011-09-19 | 1 | -4/+5 |
| | | |||||
| * | Fixing closing handshake. | Hiroshi Ichikawa | 2011-09-18 | 1 | -18/+29 |
| | | |||||
| * | Some more refactoring. | Hiroshi Ichikawa | 2011-09-18 | 1 | -59/+59 |
| | | |||||
| * | Implementing pong. | Hiroshi Ichikawa | 2011-09-18 | 2 | -95/+113 |
| | | | | | Some refactoring. | ||||
| * | Switching to hybi-10 protocol. | Hiroshi Ichikawa | 2011-09-17 | 3 | -7/+3 |
| | | |||||
| * | Style fixes. | Hiroshi Ichikawa | 2011-09-17 | 3 | -66/+79 |
| | | |||||
| * | Merge branch 'master' into hybi-07 | Hiroshi Ichikawa | 2011-09-17 | 117 | -16/+64 |
| |\ | | | | | | | | | | | Conflicts: WebSocketMain.swf WebSocketMainInsecure.zip | ||||
| | * | Allowing HTTP -> HTTPS access on WebSocketMainInsecure.swf.hixie-76 | Hiroshi Ichikawa | 2011-09-10 | 2 | -1/+4 |
| | | | |||||
| | * | Moving our own .as files into flash-src/src and third-party .as files into ↵ | Hiroshi Ichikawa | 2011-08-28 | 116 | -15/+60 |
| | | | | | | | | | | | | | flash-src/third-party. Adding build rule for WebSocketWithoutDependencies.swc. | ||||
| * | | Merge remote branch 'gimite/master' into hybi-08 | Joel Martin | 2011-08-29 | 9 | -12/+90 |
| |\ \ | |/ | | | | | | | | | Conflicts: WebSocketMain.swf WebSocketMainInsecure.zip | ||||
| | * | Setting static-link-runtime-shared-libraries to false for swc file to avoid ↵ | Hiroshi Ichikawa | 2011-08-14 | 1 | -1/+1 |
| | | | | | | | | | errors, per issue #86 . | ||||
| | * | Fixing build.xml syntax error. | Hiroshi Ichikawa | 2011-08-14 | 1 | -1/+2 |
| | | | |||||
| | * | Adding Ant build file to build SWF and SWC files. | Hiroshi Ichikawa | 2011-08-07 | 4 | -0/+70 |
| | | | |||||
| | * | Moving Flash classes to package net.gimite.websocket. | Hiroshi Ichikawa | 2011-08-06 | 6 | -7/+10 |
| | | | |||||
| | * | Fixing import. | Hiroshi Ichikawa | 2011-08-06 | 1 | -1/+1 |
| | | | |||||
| | * | Adding event.text to error message on IoError and SecurityError. | Hiroshi Ichikawa | 2011-07-18 | 1 | -4/+8 |
| | | | |||||
| * | | Merging. | Hiroshi Ichikawa | 2011-05-07 | 2 | -19/+20 |
| |\ \ | |/ | |||||
| | * | Accepting array in addition to string for protocol parameter. | Hiroshi Ichikawa | 2011-05-06 | 2 | -14/+16 |
| | | | |||||
| | * | Fix protocol attribute handling. | Joel Martin | 2011-05-06 | 2 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | - First, the protocol parameter to open should accept a list or protocols (either as a comma separate string or an array of strings). - Second, the chosen protocol should be reported back to and set as the protocol attribute in the WebSocket instance object itself. | ||||
| * | | Use byte length rather than character length. | Joel Martin | 2011-05-06 | 1 | -14/+17 |
| | | | | | | | | | | | | | | | | | Requires restructuring the code slightly so that we write the string into a ByteArray before determining the length so that we can get the byte length of the UTF-8 encoded string. Also, remove an extraneous debug statement. | ||||
| * | | Add HyBi-07 client masking. | Joel Martin | 2011-05-02 | 1 | -4/+9 |
| | | | |||||
| * | | Implement HyBi-07 version of the protocol. | Joel Martin | 2011-05-02 | 3 | -124/+137 |
| | | | | | | | | | | | | | | | | | | | | | This is an initial implementation of http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07 Limitations: - This does not implement the binary frame type since the API for this is still under discussion. - The client to server XOR mask is 0, i.e. masking is not used. | ||||
| * | | Fix protocol attribute handling. | Joel Martin | 2011-05-02 | 2 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | - First, the protocol parameter to open should accept a list or protocols (either as a comma separate string or an array of strings). - Second, the chosen protocol should be reported back to and set as the protocol attribute in the WebSocket instance object itself. | ||||
| * | | com/gsolo/encryption/SHA1.as: stop compile warnings. | Joel Martin | 2011-05-02 | 1 | -3/+3 |
| | | | |||||
| * | | Add gsolo SHA1 algorithm. | Joel Martin | 2011-05-02 | 1 | -0/+218 |
| |/ | | | | | From: http://gsolofp.blogspot.com/2006/01/actionscript-3-md5-and-sha1.html | ||||
| * | Only set port in Host if not default port | Neuman Vong | 2011-04-28 | 1 | -1/+2 |
| | | |||||
| * | Default to 443 default port for wss | Neuman Vong | 2011-04-27 | 1 | -1/+2 |
| | | |||||
| * | Fixing WebSocket-Protocol to Sec-WebSocket-Protocol. | Hiroshi Ichikawa | 2011-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fixing a bug that it doesn't accept URL such as ws://myserver:8080?room=blah . | Hiroshi Ichikawa | 2011-03-01 | 1 | -2/+2 |
| | | | | | https://github.com/gimite/web-socket-js/issues/59 | ||||
| * | Minimizing dependency from WebSocket to WebSocketMain. | Hiroshi Ichikawa | 2011-02-27 | 5 | -61/+55 |
| | | | | | Removing WebSocket.swc. | ||||
| * | Merging. | Hiroshi Ichikawa | 2011-02-27 | 4 | -5/+17 |
| |\ | |||||
| | * | changed build to not removed swc | Simeon Bateman | 2011-02-22 | 1 | -2/+2 |
| | | | |||||
| | * | updated build script to create WebSocket.swc library file | Simeon Bateman | 2011-02-22 | 1 | -2/+5 |
| | | | |||||
| | * | Updated WebSocket.as to use interface instead of implementation class. ↵ | Simeon Bateman | 2011-02-22 | 3 | -3/+13 |
| | | | | | | | | | Updated WebSocketMain to implement IWebSocketWrapper. Created IWebSocketWrapper | ||||
| * | | Merging JSBridge to WebSocketMain. | Hiroshi Ichikawa | 2011-02-27 | 3 | -151/+25 |
| | | | |||||
| * | | Some cleanup. | Hiroshi Ichikawa | 2011-02-27 | 4 | -327/+324 |
| | | | | | | | | | | | Pulling messages from JavaScript instead of pushing from Flash, to keep message order. Merging WebSocketController to WebSocket. | ||||
| * | | Pulled in upstream changes. | Wtritch | 2011-02-22 | 1 | -1/+1 |
| |\ \ | |/ | |||||
