summaryrefslogtreecommitdiff
path: root/flash-src
Commit message (Expand)AuthorAgeFilesLines
* Moving our own .as files into flash-src/src and third-party .as files into fl...Hiroshi Ichikawa2011-08-28116-15/+60
* 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
* 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
* 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
* Explicitly setting buffer.position in case it is not always initialized to zero.Hiroshi Ichikawa2010-06-291-2/+8
* Showing better message in case the server speaks old protocol.Hiroshi Ichikawa2010-06-291-0/+12
* Implementing closing handshake.Hiroshi Ichikawa2010-06-271-6/+17
* Using WebSocket.__debug to switch debug mode instead of argument to WebSocket...Hiroshi Ichikawa2010-06-273-30/+33
* Revert "Remove invalid check of 'pos'."Hiroshi Ichikawa2010-06-271-12/+13
* Add wss:// (SSL/TLS) support using as3crypto_patched.Joel Martin2010-06-241-8/+40
* Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aaJoel Martin2010-06-24107-0/+21355
* Remove invalid check of 'pos'.Joel Martin2010-06-241-13/+12
* Encode/decode send data too.Joel Martin2010-06-241-2/+2
* Add debug flag that defaults to off instead of on.Joel Martin2010-06-241-1/+8
* Fix flex4 build warnings.Joel Martin2010-06-241-5/+5
* Firing onclose or onerror correctly on error.Hiroshi Ichikawa2010-06-162-25/+54
* Supporting new protocol using Sec-WebSocket-Key1, etc.Hiroshi Ichikawa2010-06-142-6/+489