summaryrefslogtreecommitdiff
path: root/flash-src/src/net/gimite/websocket/WebSocket.as
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+7
* Adding wasClean, code, reason to onclose event object. Code was partially tak...Hiroshi Ichikawa2011-09-271-26/+53
* Using status code to express connection error and server closing.Hiroshi Ichikawa2011-09-251-23/+26
* Handling IOError on send().Hiroshi Ichikawa2011-09-251-13/+29
* 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-181-91/+107
* Switching to hybi-10 protocol.Hiroshi Ichikawa2011-09-171-3/+3
* Style fixes.Hiroshi Ichikawa2011-09-171-65/+64
* Merge branch 'master' into hybi-07Hiroshi Ichikawa2011-09-171-120/+137
* Moving our own .as files into flash-src/src and third-party .as files into fl...Hiroshi Ichikawa2011-08-281-0/+468