summaryrefslogtreecommitdiff
path: root/flash-src
Commit message (Expand)AuthorAgeFilesLines
* Implementing pong.Hiroshi Ichikawa2011-09-182-95/+113
* 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-17117-16/+64
|\
| * Allowing HTTP -> HTTPS access on WebSocketMainInsecure.swf.hixie-76Hiroshi Ichikawa2011-09-102-1/+4
| * 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-299-12/+90
|\ \ | |/
| * Setting static-link-runtime-shared-libraries to false for swc file to avoid e...Hiroshi Ichikawa2011-08-141-1/+1
| * Fixing build.xml syntax error.Hiroshi Ichikawa2011-08-141-1/+2
| * Adding Ant build file to build SWF and SWC files.Hiroshi Ichikawa2011-08-074-0/+70
| * Moving Flash classes to package net.gimite.websocket.Hiroshi Ichikawa2011-08-066-7/+10
| * Fixing import.Hiroshi Ichikawa2011-08-061-1/+1
| * Adding event.text to error message on IoError and SecurityError.Hiroshi Ichikawa2011-07-181-4/+8
* | Merging.Hiroshi Ichikawa2011-05-072-19/+20
|\ \ | |/
| * Accepting array in addition to string for protocol parameter.Hiroshi Ichikawa2011-05-062-14/+16
| * Fix protocol attribute handling.Joel Martin2011-05-062-4/+13
* | Use byte length rather than character length.Joel Martin2011-05-061-14/+17
* | Add HyBi-07 client masking.Joel Martin2011-05-021-4/+9
* | Implement HyBi-07 version of the protocol.Joel Martin2011-05-023-124/+137
* | Fix protocol attribute handling.Joel Martin2011-05-022-4/+13
* | com/gsolo/encryption/SHA1.as: stop compile warnings.Joel Martin2011-05-021-3/+3
* | Add gsolo SHA1 algorithm.Joel Martin2011-05-021-0/+218
|/
* Only set port in Host if not default portNeuman Vong2011-04-281-1/+2
* Default to 443 default port for wssNeuman Vong2011-04-271-1/+2
* Fixing WebSocket-Protocol to Sec-WebSocket-Protocol.Hiroshi Ichikawa2011-04-091-1/+1
* Fixing a bug that it doesn't accept URL such as ws://myserver:8080?room=blah .Hiroshi Ichikawa2011-03-011-2/+2
* Minimizing dependency from WebSocket to WebSocketMain.Hiroshi Ichikawa2011-02-275-61/+55
* Merging.Hiroshi Ichikawa2011-02-274-5/+17
|\
| * changed build to not removed swcSimeon Bateman2011-02-221-2/+2
| * updated build script to create WebSocket.swc library fileSimeon Bateman2011-02-221-2/+5
| * Updated WebSocket.as to use interface instead of implementation class. Update...Simeon Bateman2011-02-223-3/+13
* | Merging JSBridge to WebSocketMain.Hiroshi Ichikawa2011-02-273-151/+25
* | Some cleanup.Hiroshi Ichikawa2011-02-274-327/+324
* | Pulled in upstream changes.Wtritch2011-02-221-1/+1
|\ \ | |/
| * Making it clear that it requires Flash player 10 or later.Hiroshi Ichikawa2011-02-191-1/+1
* | Completed updates: Removed FABridge dependence. Created javascript WebSocket...Wtritch2011-02-223-1056/+179
* | Removed FABridge dependence. Created javascript WebSocketController to manag...Wtritch2011-02-222-0/+159
|/
* Switching to single event "event" instead of "open", "message", etc. in Flash...Hiroshi Ichikawa2011-01-113-83/+20
* Calling Security.loadPolicyFile() with port 843 if Flash.loadFlashPolicyFile(...Hiroshi Ichikawa2011-01-111-3/+14
* Don't explicitly load the policy file, since flash will try port 843 anyway. ...John Shahid2011-01-091-2/+1
* Fixing a bug that it called loadPolicyFile() with wrong argument, reported at:Hiroshi Ichikawa2010-10-011-7/+1
* Some more cleanup.Hiroshi Ichikawa2010-09-261-14/+19
* Fixing a bug and small cleanup.Hiroshi Ichikawa2010-09-261-5/+3
* Fix packets containing 0x00 bytes getting truncated after the first 0x00 byte.Ivo Wetzel2010-09-251-1/+10
* Making it possible to close() when readyState == CONNECTING.Hiroshi Ichikawa2010-09-131-3/+5
* Supporting cross-domain SWF.Hiroshi Ichikawa2010-09-023-2/+25
* Fixing a bug that it is case sensitive for some header keys/values where it m...Hiroshi Ichikawa2010-08-311-8/+10
* Fixing a bug that wss doesn't accept officialy signed certificates.Hiroshi Ichikawa2010-08-221-1/+1
* Enabling polling only for Opera.Hiroshi Ichikawa2010-07-032-34/+3
* Event coalescing. Fixes message reorder/drops.Joel Martin2010-07-031-1/+14