summaryrefslogtreecommitdiff
path: root/flash-src/src
Commit message (Collapse)AuthorAgeFilesLines
* Suppress SecurityError on processEvents(). #159HEADmasterHiroshi Ichikawa2015-11-071-2/+8
|
* fix the empty cookie buglightsocks2015-10-101-1/+1
|
* fix #151x252014-03-121-4/+3
|
* handle continuation frame from server #129hai.phan2013-06-241-1/+20
|
* Fixing a bug that it required whitespace after colon in the header. #126Hiroshi Ichikawa2012-12-041-3/+5
|
* Switching to WebSocket version defined in RFC 6455.Hiroshi Ichikawa2011-12-271-3/+3
|
* Firing close event on error in send(). Hopefully fixes issue #92 .Hiroshi Ichikawa2011-12-171-5/+7
|
* Closing connection on masked frame from server. Issue #103Hiroshi Ichikawa2011-11-052-1/+12
|
* Adding wasClean, code, reason to onclose event object. Code was partially ↵Hiroshi Ichikawa2011-09-273-27/+71
| | | | | | taken from pull request #100 . Fixing closing behavior.
* Using status code to express connection error and server closing.Hiroshi Ichikawa2011-09-251-23/+26
|
* Handling IOError on send().Hiroshi Ichikawa2011-09-252-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-191-4/+5
|
* Fixing closing handshake.Hiroshi Ichikawa2011-09-181-18/+29
|
* Some more refactoring.Hiroshi Ichikawa2011-09-181-59/+59
|
* Implementing pong.Hiroshi Ichikawa2011-09-182-95/+113
| | | | Some refactoring.
* Switching to hybi-10 protocol.Hiroshi Ichikawa2011-09-173-7/+3
|
* Style fixes.Hiroshi Ichikawa2011-09-173-66/+79
|
* Merge branch 'master' into hybi-07Hiroshi Ichikawa2011-09-173-122/+142
| | | | | | Conflicts: WebSocketMain.swf WebSocketMainInsecure.zip
* Allowing HTTP -> HTTPS access on WebSocketMainInsecure.swf.hixie-76Hiroshi Ichikawa2011-09-101-0/+3
|
* Moving our own .as files into flash-src/src and third-party .as files into ↵Hiroshi Ichikawa2011-08-285-0/+681
flash-src/third-party. Adding build rule for WebSocketWithoutDependencies.swc.