Commit Graph

4994 Commits

Author SHA1 Message Date
sta d7dd15042a Modified a bit for LineState.cs, into the year 2015 2015-05-07 14:56:06 +09:00
sta 7930ec2bf0 Modified a bit for the description of LineState.cs 2015-05-07 14:51:53 +09:00
sta 595c68fe6d Refactored a few for LineState.cs, to be PascalCase 2015-05-06 17:01:06 +09:00
sta c41c49960f Modified a few for 'Unity Asset Store' 2015-05-05 16:33:19 +09:00
sta 98cee6e20e Refactored a few for README.md 2015-05-05 15:48:07 +09:00
sta dee36926ae Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method 2015-05-05 15:21:28 +09:00
sta 531eefac17 Renamed the CheckIfValidCloseParameters methods to the CheckCloseParameters methods 2015-05-04 15:48:18 +09:00
sta 79ea2b74c7 Refactored a few for CloseStatusCode.cs 2015-05-03 15:07:54 +09:00
sta 353abd0d03 Removed the Ext.IsNoStatus methods 2015-05-03 14:49:39 +09:00
sta e81c5b7d96 Removed the Ext.IsNoStatus methods 2015-05-03 14:46:32 +09:00
sta f3e0591a18 Moved the Ext.CheckIfValidCloseParameters methods to the WebSocket class 2015-05-02 15:35:03 +09:00
sta 28e2992e8d Modified a bit for CloseEventArgs.cs, into the year 2015 2015-05-01 14:31:24 +09:00
sta 10fd259091 Refactored a few for CloseEventArgs.cs 2015-04-30 14:46:27 +09:00
sta 8f91f46fd2 Refactored a bit for CloseStatusCode.cs 2015-04-29 15:24:29 +09:00
sta 33f578f94b Renamed some of the CloseStatusCode enum values 2015-04-28 17:32:40 +09:00
sta 06b4084a06 Refactored a bit for CloseStatusCode.cs 2015-04-27 17:21:08 +09:00
sta 371ac36dd9 Refactored a few for WebSocket.cs 2015-04-26 16:50:09 +09:00
sta 59effc31ce Refactored a few for WebSocketBehavior.cs 2015-04-25 16:01:09 +09:00
sta faa689c418 Modified a bit for WebSocketServiceManager.cs, into the year 2015 2015-04-24 15:13:17 +09:00
sta 16df8897a9 Refactored a few for WebSocketServiceManager.cs 2015-04-24 15:11:52 +09:00
sta a2f5edd1d1 Modified a bit for WebSocketSessionManager.cs, into the year 2015 2015-04-23 14:44:11 +09:00
sta 425d1387a0 Refactored a few for WebSocketSessionManager.cs 2015-04-23 14:41:03 +09:00
sta 7d168515d1 Replaced the PingTo (string id, string message) method with the PingTo (string message, string id) method 2015-04-22 14:56:52 +09:00
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 2015-04-21 15:38:10 +09:00
sta d3dd903809 Replaced the SendToAsync (string id, string data, Action<bool> completed) method with the SendToAsync (string data, string id, Action<bool> completed) method 2015-04-21 15:31:37 +09:00
sta 4d837ce8f7 Replaced the SendToAsync (string id, byte[] data, Action<bool> completed) method with the SendToAsync (byte[] data, string id, Action<bool> completed) method 2015-04-21 15:25:27 +09:00
sta 8e1005b90f Replaced the SendTo (string id, string data) method with the SendTo (string data, string id) method 2015-04-21 15:17:20 +09:00
sta a45baed91c Replaced the SendTo (string id, byte[] data) method with the SendTo (byte[] data, string id) method 2015-04-20 17:12:28 +09:00
sta 43efc34542 Refactored a few for ChunkStream.cs 2015-04-20 14:53:31 +09:00
sta ec64e446a4 Modified a bit for WebSocketBehavior.cs, into the year 2015 2015-04-19 15:48:41 +09:00
sta 4876461209 Refactored a few for WebSocketBehavior.cs 2015-04-18 17:42:28 +09:00
sta 1eabd45f24 Refactored a few for ChunkStream.cs 2015-04-17 16:48:15 +09:00
sta ab5504687c Modified a bit for Program.cs 2015-04-16 16:02:48 +09:00
sta e6e93bee12 Modified a bit for Program.cs 2015-04-16 14:40:19 +09:00
sta f5a1ce2c53 Added the WebSocketBehavior.IgnoreExtensions property, to ignore the extensions requested from the client 2015-04-15 17:03:16 +09:00
sta dac4a4a489 Refactored a bit for ChunkStream.cs 2015-04-15 15:39:50 +09:00
sta a5e081362a Refactored a few for ChunkStream.cs 2015-04-14 17:34:08 +09:00
sta 59bd234808 Refactored a few for ChunkStream.cs 2015-04-13 21:32:42 +09:00
sta 67f63654cd Refactored a few for ChunkStream.cs 2015-04-12 17:36:41 +09:00
sta b5aa5c4f06 Refactored a bit for ChunkedRequestStream.cs 2015-04-11 17:45:39 +09:00
sta a058af8a01 Refactored a few for HttpConnection.cs 2015-04-10 16:15:05 +09:00
sta a6bd7c35c4 Refactored a few for ChunkedRequestStream.cs 2015-04-09 16:17:28 +09:00
sta 6ee4657719 Modified a bit for RequestStream.cs, into the year 2015 2015-04-09 15:31:49 +09:00
sta 475fe0a884 Modified a bit for the description of RequestStream.cs 2015-04-08 18:04:40 +09:00
sta 6847e632ea Refactored a few for RequestStream.cs 2015-04-08 18:02:05 +09:00
sta a25a1ea652 Modified a bit for HttpStreamAsyncResult.cs, into the year 2015 2015-04-08 14:42:34 +09:00
sta 962dc05774 Modified a bit for the description of HttpStreamAsyncResult.cs 2015-04-07 15:30:00 +09:00
sta 8793576fba Refactored a few for HttpStreamAsyncResult.cs 2015-04-07 15:26:47 +09:00
sta 0a07e10c90 Modified a bit for ReadBufferState.cs, into the year 2015 2015-04-07 14:04:07 +09:00
sta cc9f3b1d92 Modified a bit for the description of ReadBufferState.cs 2015-04-06 14:58:44 +09:00