index
:
delta/web-socket-js.git
hixie-76
master
github.com: gimite/web-socket-js.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WebSocketMain.swf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recompiling SWF files.
Hiroshi Ichikawa
2013-07-09
1
-0
/
+0
*
handle continuation frame from server #129
hai.phan
2013-06-24
1
-0
/
+0
*
Fixing a bug that it required whitespace after colon in the header. #126
Hiroshi Ichikawa
2012-12-04
1
-0
/
+0
*
Rebuilding SWF files.
Hiroshi Ichikawa
2012-11-03
1
-0
/
+0
*
Include the patch from http://code.google.com/p/as3crypto/issues/detail?id=14...
Jason Madden
2012-11-01
1
-0
/
+0
*
Switching to WebSocket version defined in RFC 6455.
Hiroshi Ichikawa
2011-12-27
1
-0
/
+0
*
Firing close event on error in send(). Hopefully fixes issue #92 .
Hiroshi Ichikawa
2011-12-17
1
-0
/
+0
*
Closing connection on masked frame from server. Issue #103
Hiroshi Ichikawa
2011-11-05
1
-0
/
+0
*
Adding wasClean, code, reason to onclose event object. Code was partially tak...
Hiroshi Ichikawa
2011-09-27
1
-0
/
+0
*
Using status code to express connection error and server closing.
Hiroshi Ichikawa
2011-09-25
1
-0
/
+0
*
Handling IOError on send().
Hiroshi Ichikawa
2011-09-25
1
-0
/
+0
*
Fixing a bug that decoded key was not 16 bytes.
Hiroshi Ichikawa
2011-09-19
1
-0
/
+0
*
Fixing closing handshake.
Hiroshi Ichikawa
2011-09-18
1
-0
/
+0
*
Implementing pong.
Hiroshi Ichikawa
2011-09-18
1
-0
/
+0
*
Switching to hybi-10 protocol.
Hiroshi Ichikawa
2011-09-17
1
-0
/
+0
*
Style fixes.
Hiroshi Ichikawa
2011-09-17
1
-0
/
+0
*
Merge branch 'master' into hybi-07
Hiroshi Ichikawa
2011-09-17
1
-0
/
+0
|
\
|
*
Allowing HTTP -> HTTPS access on WebSocketMainInsecure.swf.
hixie-76
Hiroshi Ichikawa
2011-09-10
1
-0
/
+0
|
*
Adding Ant build file to build SWF and SWC files.
Hiroshi Ichikawa
2011-08-07
1
-0
/
+0
|
*
Moving Flash classes to package net.gimite.websocket.
Hiroshi Ichikawa
2011-08-06
1
-0
/
+0
|
*
Fixing import.
Hiroshi Ichikawa
2011-08-06
1
-0
/
+0
|
*
Adding event.text to error message on IoError and SecurityError.
Hiroshi Ichikawa
2011-07-18
1
-0
/
+0
*
|
Merging.
Hiroshi Ichikawa
2011-05-07
1
-0
/
+0
|
\
\
|
|
/
|
*
Accepting array in addition to string for protocol parameter.
Hiroshi Ichikawa
2011-05-06
1
-0
/
+0
*
|
Use byte length rather than character length.
Joel Martin
2011-05-06
1
-0
/
+0
*
|
Add HyBi-07 client masking.
Joel Martin
2011-05-02
1
-0
/
+0
*
|
Implement HyBi-07 version of the protocol.
Joel Martin
2011-05-02
1
-0
/
+0
|
/
*
Only set port in Host if not default port
Neuman Vong
2011-04-28
1
-0
/
+0
*
Fixing WebSocket-Protocol to Sec-WebSocket-Protocol.
Hiroshi Ichikawa
2011-04-09
1
-0
/
+0
*
Fixing a bug that it doesn't accept URL such as ws://myserver:8080?room=blah .
Hiroshi Ichikawa
2011-03-01
1
-0
/
+0
*
Minimizing dependency from WebSocket to WebSocketMain.
Hiroshi Ichikawa
2011-02-27
1
-0
/
+0
*
Merging.
Hiroshi Ichikawa
2011-02-27
1
-0
/
+0
|
\
|
*
updating binary files
Simeon Bateman
2011-02-22
1
-0
/
+0
|
*
updated binary files
Simeon Bateman
2011-02-22
1
-0
/
+0
|
*
Making it clear that it requires Flash player 10 or later.
Hiroshi Ichikawa
2011-02-19
1
-0
/
+0
*
|
Merging JSBridge to WebSocketMain.
Hiroshi Ichikawa
2011-02-27
1
-0
/
+0
*
|
Some cleanup.
Hiroshi Ichikawa
2011-02-27
1
-0
/
+0
*
|
Completed updates: Removed FABridge dependence. Created javascript WebSocket...
Wtritch
2011-02-22
1
-0
/
+0
|
/
*
Switching to single event "event" instead of "open", "message", etc. in Flash...
Hiroshi Ichikawa
2011-01-11
1
-0
/
+0
*
Calling Security.loadPolicyFile() with port 843 if Flash.loadFlashPolicyFile(...
Hiroshi Ichikawa
2011-01-11
1
-0
/
+0
*
Don't explicitly load the policy file, since flash will try port 843 anyway. ...
John Shahid
2011-01-09
1
-0
/
+0
*
Fixing a bug that it called loadPolicyFile() with wrong argument, reported at:
Hiroshi Ichikawa
2010-10-01
1
-0
/
+0
*
Some more cleanup.
Hiroshi Ichikawa
2010-09-26
1
-0
/
+0
*
Fixing a bug and small cleanup.
Hiroshi Ichikawa
2010-09-26
1
-0
/
+0
*
Fix packets containing 0x00 bytes getting truncated after the first 0x00 byte.
Ivo Wetzel
2010-09-25
1
-0
/
+0
*
Making it possible to close() when readyState == CONNECTING.
Hiroshi Ichikawa
2010-09-13
1
-0
/
+0
*
Supporting cross-domain SWF.
Hiroshi Ichikawa
2010-09-02
1
-0
/
+0
*
Fixing a bug that it is case sensitive for some header keys/values where it m...
Hiroshi Ichikawa
2010-08-31
1
-0
/
+0
*
Fixing a bug that wss doesn't accept officialy signed certificates.
Hiroshi Ichikawa
2010-08-22
1
-0
/
+0
*
Enabling polling only for Opera.
Hiroshi Ichikawa
2010-07-03
1
-0
/
+0
[next]