Commit Graph

918 Commits

Author SHA1 Message Date
David Burhans
ab3d3bd7b5 fix spacing. add intermediate variables 2015-06-09 08:06:04 -06:00
David Burhans
c6e3e12aaf Port 443 is also a default port and should be excluded from the Host header on websocket requests for compatibility reasons 2015-06-03 11:15:02 -06:00
sta
fbcf8377d3 Refactored a few for HttpConnection.cs 2015-05-24 17:23:52 +09:00
sta
9113555a54 Refactored a few for HttpConnection.cs 2015-05-23 16:55:40 +09:00
sta
323161988e Fix for issue #131 2015-05-22 15:07:24 +09:00
sta
36dee90278 Modified a bit for PayloadData.cs, into the year 2015 2015-05-22 13:47:19 +09:00
sta
f8320b6b13 Refactored a few for PayloadData.cs 2015-05-21 20:44:13 +09:00
sta
b57d0dad7a Refactored a few for WebSocketFrame.cs, use the Ext.EmptyByteArray field 2015-05-20 17:47:41 +09:00
sta
d2ad08d88a Added internal EmptyByteArray field 2015-05-19 15:42:51 +09:00
sta
e58ee06c4b Modified a bit for WebSocketFrame.cs, into the year 2015 2015-05-18 15:37:02 +09:00
sta
d359146b5c Refactored a few for WebSocketFrame.cs 2015-05-18 15:28:16 +09:00
sta
64fd327e28 Refactored a few for WebSocketFrame.cs 2015-05-17 17:49:21 +09:00
sta
75c45b0523 Refactored a few for WebSocketFrame.cs 2015-05-16 17:08:45 +09:00
sta
ff06963613 Refactored a few for HttpListener.cs 2015-05-15 17:47:32 +09:00
sta
9efcbbe960 Refactored a few for HttpListenerAsyncResult.cs 2015-05-14 16:55:53 +09:00
sta
cafac4ebc5 Refactored ChunkStream.cs 2015-05-13 17:22:13 +09:00
sta
73a4cae782 Modified a bit for InputChunkState.cs, into the year 2015 2015-05-12 16:35:08 +09:00
sta
bc8e9eb5f5 Modified a bit for the description of InputChunkState.cs 2015-05-12 16:32:50 +09:00
sta
8661468ccf Refactored InputChunkState.cs 2015-05-12 16:29:55 +09:00
sta
181400f33a Modified a few for ChunkStream.cs, need to typecast from 'byte' to 'char' 2015-05-11 16:32:13 +09:00
sta
25108b1868 Modified a bit for InputState.cs, into the year 2015 2015-05-10 15:02:02 +09:00
sta
fdcebd7c9a Modified a bit for the description of InputState.cs 2015-05-09 15:25:04 +09:00
sta
cffd94e9c5 Initialize 'data' with null 2015-05-08 15:52:13 +09:00
sta
d0dc29d05d Fix for issue #120, add 0x00 for 'BFINAL Set to 1' 2015-05-07 15:50:15 +09:00
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