Commit Graph

  • f3cd96966e Refactored the HttpListenerResponse.Close (byte[], bool) and HttpConnection.SendError (string, int) methods sta 2015-06-09 17:46:56 +0900
  • 659ab51b59 Refactored a few for HttpListenerResponse.cs sta 2015-06-08 20:49:52 +0900
  • 626e22bbcf Modified a few for HttpConnection.cs, use the ResponseStream.Close (bool) method sta 2015-06-07 14:40:14 +0900
  • 4f717159c3 Modified a bit for ResponseStream.cs, into the year 2015 sta 2015-06-06 15:22:35 +0900
  • 0d58843a99 Modified a bit for the description of ResponseStream.cs sta 2015-06-05 16:50:46 +0900
  • 28030d0041 Refactored a few for ResponseStream.cs sta 2015-06-04 18:18:07 +0900
  • c6e3e12aaf Port 443 is also a default port and should be excluded from the Host header on websocket requests for compatibility reasons David Burhans 2015-06-03 11:15:02 -0600
  • b6ac7e73e1 Refactored ResponseStream.cs sta 2015-06-03 16:35:53 +0900
  • e4bd4ec5d0 Refactored ResponseStream.cs sta 2015-06-02 21:40:29 +0900
  • fb3c7fc41e Refactored ResponseStream.cs sta 2015-06-01 20:53:45 +0900
  • 849c964102 Refactored a few for ResponseStream.cs sta 2015-05-31 18:14:08 +0900
  • 854005660b Refactored a few for ResponseStream.cs sta 2015-05-30 18:16:32 +0900
  • 66173be9cb Refactored a few for Ext.cs sta 2015-05-29 17:49:08 +0900
  • 3c8b8210ac Refactored a few for Ext.cs sta 2015-05-28 20:03:43 +0900
  • f947beb12f Refactored a few for Ext.cs sta 2015-05-27 21:01:44 +0900
  • 086956c910 Refactored a few for HttpConnection.cs sta 2015-05-26 17:37:48 +0900
  • fbcf8377d3 Refactored a few for HttpConnection.cs sta 2015-05-24 17:23:52 +0900
  • 9113555a54 Refactored a few for HttpConnection.cs sta 2015-05-23 16:55:40 +0900
  • 323161988e Fix for issue #131 sta 2015-05-22 15:07:24 +0900
  • 36dee90278 Modified a bit for PayloadData.cs, into the year 2015 sta 2015-05-22 13:47:19 +0900
  • f8320b6b13 Refactored a few for PayloadData.cs sta 2015-05-21 20:44:13 +0900
  • b57d0dad7a Refactored a few for WebSocketFrame.cs, use the Ext.EmptyByteArray field sta 2015-05-20 17:47:41 +0900
  • d2ad08d88a Added internal EmptyByteArray field sta 2015-05-19 15:42:51 +0900
  • e58ee06c4b Modified a bit for WebSocketFrame.cs, into the year 2015 sta 2015-05-18 15:37:02 +0900
  • d359146b5c Refactored a few for WebSocketFrame.cs sta 2015-05-18 15:28:16 +0900
  • 64fd327e28 Refactored a few for WebSocketFrame.cs sta 2015-05-17 17:49:21 +0900
  • 75c45b0523 Refactored a few for WebSocketFrame.cs sta 2015-05-16 17:08:45 +0900
  • ff06963613 Refactored a few for HttpListener.cs sta 2015-05-15 17:47:32 +0900
  • 9efcbbe960 Refactored a few for HttpListenerAsyncResult.cs sta 2015-05-14 16:55:53 +0900
  • cafac4ebc5 Refactored ChunkStream.cs sta 2015-05-13 17:22:13 +0900
  • 73a4cae782 Modified a bit for InputChunkState.cs, into the year 2015 sta 2015-05-12 16:35:08 +0900
  • bc8e9eb5f5 Modified a bit for the description of InputChunkState.cs sta 2015-05-12 16:32:50 +0900
  • 8661468ccf Refactored InputChunkState.cs sta 2015-05-12 16:29:55 +0900
  • 181400f33a Modified a few for ChunkStream.cs, need to typecast from 'byte' to 'char' sta 2015-05-11 16:32:13 +0900
  • 25108b1868 Modified a bit for InputState.cs, into the year 2015 sta 2015-05-10 15:02:02 +0900
  • fdcebd7c9a Modified a bit for the description of InputState.cs sta 2015-05-09 15:25:04 +0900
  • cffd94e9c5 Initialize 'data' with null sta 2015-05-08 15:52:13 +0900
  • d0dc29d05d Fix for issue #120, add 0x00 for 'BFINAL Set to 1' sta 2015-05-07 15:50:15 +0900
  • d7dd15042a Modified a bit for LineState.cs, into the year 2015 sta 2015-05-07 14:56:06 +0900
  • 7930ec2bf0 Modified a bit for the description of LineState.cs sta 2015-05-07 14:51:53 +0900
  • 595c68fe6d Refactored a few for LineState.cs, to be PascalCase sta 2015-05-06 17:01:06 +0900
  • c41c49960f Modified a few for 'Unity Asset Store' sta 2015-05-05 16:33:19 +0900
  • 98cee6e20e Refactored a few for README.md sta 2015-05-05 15:48:07 +0900
  • dee36926ae Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method sta 2015-05-05 15:21:28 +0900
  • 531eefac17 Renamed the CheckIfValidCloseParameters methods to the CheckCloseParameters methods sta 2015-05-04 15:48:18 +0900
  • 79ea2b74c7 Refactored a few for CloseStatusCode.cs sta 2015-05-03 15:07:54 +0900
  • 353abd0d03 Removed the Ext.IsNoStatus methods sta 2015-05-03 14:49:39 +0900
  • e81c5b7d96 Removed the Ext.IsNoStatus methods sta 2015-05-03 14:46:32 +0900
  • f3e0591a18 Moved the Ext.CheckIfValidCloseParameters methods to the WebSocket class sta 2015-05-02 15:35:03 +0900
  • 28e2992e8d Modified a bit for CloseEventArgs.cs, into the year 2015 sta 2015-05-01 14:31:24 +0900
  • 10fd259091 Refactored a few for CloseEventArgs.cs sta 2015-04-30 14:46:27 +0900
  • 8f91f46fd2 Refactored a bit for CloseStatusCode.cs sta 2015-04-29 15:24:29 +0900
  • 33f578f94b Renamed some of the CloseStatusCode enum values sta 2015-04-28 17:32:40 +0900
  • 06b4084a06 Refactored a bit for CloseStatusCode.cs sta 2015-04-27 17:21:08 +0900
  • 371ac36dd9 Refactored a few for WebSocket.cs sta 2015-04-26 16:50:09 +0900
  • 59effc31ce Refactored a few for WebSocketBehavior.cs sta 2015-04-25 16:01:09 +0900
  • faa689c418 Modified a bit for WebSocketServiceManager.cs, into the year 2015 sta 2015-04-24 15:13:17 +0900
  • 16df8897a9 Refactored a few for WebSocketServiceManager.cs sta 2015-04-24 15:11:52 +0900
  • a2f5edd1d1 Modified a bit for WebSocketSessionManager.cs, into the year 2015 sta 2015-04-23 14:44:11 +0900
  • 425d1387a0 Refactored a few for WebSocketSessionManager.cs sta 2015-04-23 14:41:03 +0900
  • 7d168515d1 Replaced the PingTo (string id, string message) method with the PingTo (string message, string id) method sta 2015-04-22 14:56:52 +0900
  • 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 sta 2015-04-21 15:38:10 +0900
  • d3dd903809 Replaced the SendToAsync (string id, string data, Action<bool> completed) method with the SendToAsync (string data, string id, Action<bool> completed) method sta 2015-04-21 15:31:37 +0900
  • 4d837ce8f7 Replaced the SendToAsync (string id, byte[] data, Action<bool> completed) method with the SendToAsync (byte[] data, string id, Action<bool> completed) method sta 2015-04-21 15:25:27 +0900
  • 8e1005b90f Replaced the SendTo (string id, string data) method with the SendTo (string data, string id) method sta 2015-04-21 15:17:20 +0900
  • a45baed91c Replaced the SendTo (string id, byte[] data) method with the SendTo (byte[] data, string id) method sta 2015-04-20 17:12:28 +0900
  • 43efc34542 Refactored a few for ChunkStream.cs sta 2015-04-20 14:53:31 +0900
  • ec64e446a4 Modified a bit for WebSocketBehavior.cs, into the year 2015 sta 2015-04-19 15:48:41 +0900
  • 4876461209 Refactored a few for WebSocketBehavior.cs sta 2015-04-18 17:42:28 +0900
  • 1eabd45f24 Refactored a few for ChunkStream.cs sta 2015-04-17 16:48:15 +0900
  • ab5504687c Modified a bit for Program.cs sta 2015-04-16 16:02:48 +0900
  • e6e93bee12 Modified a bit for Program.cs sta 2015-04-16 14:40:19 +0900
  • f5a1ce2c53 Added the WebSocketBehavior.IgnoreExtensions property, to ignore the extensions requested from the client sta 2015-04-15 17:03:16 +0900
  • dac4a4a489 Refactored a bit for ChunkStream.cs sta 2015-04-15 15:39:50 +0900
  • a5e081362a Refactored a few for ChunkStream.cs sta 2015-04-14 17:34:08 +0900
  • 59bd234808 Refactored a few for ChunkStream.cs sta 2015-04-13 21:32:42 +0900
  • 67f63654cd Refactored a few for ChunkStream.cs sta 2015-04-12 17:36:41 +0900
  • b5aa5c4f06 Refactored a bit for ChunkedRequestStream.cs sta 2015-04-11 17:45:39 +0900
  • a058af8a01 Refactored a few for HttpConnection.cs sta 2015-04-10 16:15:05 +0900
  • a6bd7c35c4 Refactored a few for ChunkedRequestStream.cs sta 2015-04-09 16:17:28 +0900
  • 6ee4657719 Modified a bit for RequestStream.cs, into the year 2015 sta 2015-04-09 15:31:49 +0900
  • 475fe0a884 Modified a bit for the description of RequestStream.cs sta 2015-04-08 18:04:40 +0900
  • 6847e632ea Refactored a few for RequestStream.cs sta 2015-04-08 18:02:05 +0900
  • a25a1ea652 Modified a bit for HttpStreamAsyncResult.cs, into the year 2015 sta 2015-04-08 14:42:34 +0900
  • 962dc05774 Modified a bit for the description of HttpStreamAsyncResult.cs sta 2015-04-07 15:30:00 +0900
  • 8793576fba Refactored a few for HttpStreamAsyncResult.cs sta 2015-04-07 15:26:47 +0900
  • 0a07e10c90 Modified a bit for ReadBufferState.cs, into the year 2015 sta 2015-04-07 14:04:07 +0900
  • cc9f3b1d92 Modified a bit for the description of ReadBufferState.cs sta 2015-04-06 14:58:44 +0900
  • c21db7ea64 Refactored a few for ReadBufferState.cs sta 2015-04-06 14:56:28 +0900
  • e113e842d3 Modified a bit for ChunkedRequestStream.cs, into the year 2015 sta 2015-04-05 14:05:14 +0900
  • f480eb5785 Modified a bit for the description of ChunkedRequestStream.cs sta 2015-04-05 14:03:12 +0900
  • e73cfe4bc2 Refactored a few for ChunkedRequestStream.cs sta 2015-04-04 15:53:29 +0900
  • 195e3c9adb Modified a bit for ChunkStream.cs, into the year 2015 sta 2015-04-03 16:07:23 +0900
  • 767645d7a0 Modified a bit for the description of ChunkStream.cs sta 2015-04-02 16:03:15 +0900
  • f7ca668c02 Refactored a few for ChunkStream.cs sta 2015-04-01 17:18:07 +0900
  • d959e0f437 Modified a bit for Chunk.cs, into the year 2015 sta 2015-03-31 14:45:57 +0900
  • 2519d6151b Modified a bit for the description of Chunk.cs sta 2015-03-30 15:44:35 +0900
  • 7857aa7076 Refactored a few for Chunk.cs sta 2015-03-29 17:05:55 +0900
  • 39bdc15f3f Removed the IsCompressionExtension (this string) method sta 2015-03-28 23:29:00 +0900
  • 0760613765 Modified a few for the validateSecWebSocketExtensionsHeader method sta 2015-03-27 16:12:00 +0900