912 Commits (f8320b6b13f4f3747a1bf1f0a47cf23fc60a783d)
 

Author SHA1 Message Date
sta f8320b6b13 Refactored a few for PayloadData.cs 11 years ago
sta b57d0dad7a Refactored a few for WebSocketFrame.cs, use the Ext.EmptyByteArray field 11 years ago
sta d2ad08d88a Added internal EmptyByteArray field 11 years ago
sta e58ee06c4b Modified a bit for WebSocketFrame.cs, into the year 2015 11 years ago
sta d359146b5c Refactored a few for WebSocketFrame.cs 11 years ago
sta 64fd327e28 Refactored a few for WebSocketFrame.cs 11 years ago
sta 75c45b0523 Refactored a few for WebSocketFrame.cs 11 years ago
sta ff06963613 Refactored a few for HttpListener.cs 11 years ago
sta 9efcbbe960 Refactored a few for HttpListenerAsyncResult.cs 11 years ago
sta cafac4ebc5 Refactored ChunkStream.cs 11 years ago
sta 73a4cae782 Modified a bit for InputChunkState.cs, into the year 2015 11 years ago
sta bc8e9eb5f5 Modified a bit for the description of InputChunkState.cs 11 years ago
sta 8661468ccf Refactored InputChunkState.cs 11 years ago
sta 181400f33a Modified a few for ChunkStream.cs, need to typecast from 'byte' to 'char' 11 years ago
sta 25108b1868 Modified a bit for InputState.cs, into the year 2015 11 years ago
sta fdcebd7c9a Modified a bit for the description of InputState.cs 11 years ago
sta cffd94e9c5 Initialize 'data' with null 11 years ago
sta d0dc29d05d Fix for issue #120, add 0x00 for 'BFINAL Set to 1' 11 years ago
sta d7dd15042a Modified a bit for LineState.cs, into the year 2015 11 years ago
sta 7930ec2bf0 Modified a bit for the description of LineState.cs 11 years ago
sta 595c68fe6d Refactored a few for LineState.cs, to be PascalCase 11 years ago
sta c41c49960f Modified a few for 'Unity Asset Store' 11 years ago
sta 98cee6e20e Refactored a few for README.md 11 years ago
sta dee36926ae Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method 11 years ago
sta 531eefac17 Renamed the CheckIfValidCloseParameters methods to the CheckCloseParameters methods 11 years ago
sta 79ea2b74c7 Refactored a few for CloseStatusCode.cs 11 years ago
sta 353abd0d03 Removed the Ext.IsNoStatus methods 11 years ago
sta e81c5b7d96 Removed the Ext.IsNoStatus methods 11 years ago
sta f3e0591a18 Moved the Ext.CheckIfValidCloseParameters methods to the WebSocket class 11 years ago
sta 28e2992e8d Modified a bit for CloseEventArgs.cs, into the year 2015 11 years ago
sta 10fd259091 Refactored a few for CloseEventArgs.cs 11 years ago
sta 8f91f46fd2 Refactored a bit for CloseStatusCode.cs 11 years ago
sta 33f578f94b Renamed some of the CloseStatusCode enum values 11 years ago
sta 06b4084a06 Refactored a bit for CloseStatusCode.cs 11 years ago
sta 371ac36dd9 Refactored a few for WebSocket.cs 11 years ago
sta 59effc31ce Refactored a few for WebSocketBehavior.cs 11 years ago
sta faa689c418 Modified a bit for WebSocketServiceManager.cs, into the year 2015 11 years ago
sta 16df8897a9 Refactored a few for WebSocketServiceManager.cs 11 years ago
sta a2f5edd1d1 Modified a bit for WebSocketSessionManager.cs, into the year 2015 11 years ago
sta 425d1387a0 Refactored a few for WebSocketSessionManager.cs 11 years ago
sta 7d168515d1 Replaced the PingTo (string id, string message) method with the PingTo (string message, string id) method 11 years ago
sta 8910c6cced Replaced the SendToAsync (string id, Stream stream, int length, Action<bool> completed) method with the SendToAsync (Stream stream, int length, string id, Action<bool> completed) method 11 years ago
sta d3dd903809 Replaced the SendToAsync (string id, string data, Action<bool> completed) method with the SendToAsync (string data, string id, Action<bool> completed) method 11 years ago
sta 4d837ce8f7 Replaced the SendToAsync (string id, byte[] data, Action<bool> completed) method with the SendToAsync (byte[] data, string id, Action<bool> completed) method 11 years ago
sta 8e1005b90f Replaced the SendTo (string id, string data) method with the SendTo (string data, string id) method 11 years ago
sta a45baed91c Replaced the SendTo (string id, byte[] data) method with the SendTo (byte[] data, string id) method 11 years ago
sta 43efc34542 Refactored a few for ChunkStream.cs 11 years ago
sta ec64e446a4 Modified a bit for WebSocketBehavior.cs, into the year 2015 11 years ago
sta 4876461209 Refactored a few for WebSocketBehavior.cs 11 years ago
sta 1eabd45f24 Refactored a few for ChunkStream.cs 11 years ago