Commit Graph

  • c6243a14d9 [Modify] Add null check sta 2015-09-08 11:03:40 +0900
  • 10af5c7320 [Modify] Add null check sta 2015-09-08 10:52:57 +0900
  • ceb831b18f [Modify] Add readBytesAsync method sta 2015-09-07 21:51:49 +0900
  • 75412101d8 [Modify] Output a state in lowercase sta 2015-09-06 15:52:32 +0900
  • b1e77df0b6 Refactored a few for WebSocket.cs sta 2015-09-05 14:41:56 +0900
  • de8f4caffa Removed the checkIfAvailable (bool, bool) method sta 2015-09-04 11:35:50 +0900
  • c87acb5029 Refactored a bit for EndPointListener.cs sta 2015-09-03 11:43:55 +0900
  • d07e9cb5e9 Removed the checkIfCanAccept method sta 2015-09-02 17:30:01 +0900
  • 1d403af6bf Removed the checkIfCanConnect method sta 2015-09-01 17:04:43 +0900
  • 3ba410bc2e Added checkIfAvailable (bool, bool, bool, bool, bool, bool) method sta 2015-08-31 17:10:35 +0900
  • 72302fba97 Refactored a bit for WebSocket.cs sta 2015-08-30 17:53:12 +0900
  • 653064223b Refactored a few for EndPointManager.cs sta 2015-08-29 16:37:52 +0900
  • efb922a67a Refactored a bit for EndPointListener.cs sta 2015-08-28 16:52:35 +0900
  • bdbdf64d3d Fix for pull request #155, merged ddab2067da sta 2015-08-27 15:58:28 +0900
  • 2c65fd2714 Fix for pull request #155, merged 503ada402b sta 2015-08-26 15:57:25 +0900
  • 3c060c545a Fix for pull request #155, merged 710b1e89b0 sta 2015-08-25 14:29:03 +0900
  • 0cddc67001 Initialize the continuation flag when closing sta 2015-08-25 10:04:11 +0900
  • 9ff19e6ecd Added the internal WebSocket.EmptyBytes field sta 2015-08-24 16:03:50 +0900
  • cd886d32df Added the Ext.UTF8Encode method sta 2015-08-23 16:31:18 +0900
  • f8f68e49b0 Added the Ext.UTF8Decode method sta 2015-08-22 11:50:19 +0900
  • ddb5819a0e Added the WebSocket.CheckSendParameters method sta 2015-08-21 16:31:50 +0900
  • 09a64d67be Added the WebSocket.CheckSendParameter methods sta 2015-08-20 16:36:14 +0900
  • f852a19746 Refactored WebSocketServiceHost.cs, separated the WebSocketServiceHost<TBehavior> class into a new file sta 2015-08-19 15:47:57 +0900
  • 18b980fc98 Modified a bit for WebSocketServiceHost.cs, into the year 2015 sta 2015-08-18 13:15:58 +0900
  • 170977586a Refactored a few for WebSocketServiceHost.cs sta 2015-08-18 13:05:22 +0900
  • 009ca2d701 Refactored a few for WebSocket.cs sta 2015-08-18 12:36:53 +0900
  • d949a64f26 Refactored a few for WebSocket.cs sta 2015-08-17 17:00:29 +0900
  • b0048a213a Refactored a few for WebSocket.cs sta 2015-08-16 17:26:22 +0900
  • 18776d1a22 Added the internal Ext.CheckIfAvailable (WebSocketState, bool, bool, bool, bool) method sta 2015-08-15 16:28:46 +0900
  • 999e777517 Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method sta 2015-08-14 16:05:00 +0900
  • 80a0107bab Added the internal Ext.CheckIfCanStop (ServerState) method sta 2015-08-13 11:41:38 +0900
  • 46eae139e2 Added the internal Ext.CheckIfCanStart (ServerState) method sta 2015-08-12 17:24:53 +0900
  • 7bd0fb87f2 Added the internal Ext.CheckIfCanSend (WebSocketState) method sta 2015-08-11 11:12:23 +0900
  • dce49c037f Added the internal Ext.CheckIfCanClose (WebSocketState) method sta 2015-08-10 15:53:09 +0900
  • f780f536e2 Refactored a few for WebSocket.cs sta 2015-08-09 11:27:42 +0900
  • 5ceb4c4311 Modified a few for the WebSocket.Connect and ConnectAsync methods sta 2015-08-08 15:39:31 +0900
  • 8efe37eb2f Added the public WebSocket.Accept and AcceptAsync methods sta 2015-08-07 17:27:04 +0900
  • 745da21631 Added accept method sta 2015-08-06 17:15:02 +0900
  • 776fee9170 Refactored a few for WebSocket.cs sta 2015-08-05 16:37:53 +0900
  • 586a6202a2 Fix for pull request #146 sta 2015-08-04 15:50:36 +0900
  • 82f089730e Modified a few for 'WebSocket Extensions' sta 2015-08-02 18:18:27 +0900
  • 228695019f Modified a bit for README.md sta 2015-08-01 11:52:53 +0900
  • 0505294d8e Modified a few for 'Unity Asset Store' sta 2015-07-31 16:40:51 +0900
  • 82da4816c4 Added 'Ignoring Sec-WebSocket-Extensions header' sta 2015-07-30 17:18:04 +0900
  • 0539311d87 Modified a few for 'WebSocket.OnMessage Event' sta 2015-07-29 17:16:40 +0900
  • 0eec6595a6 Refactored a few for WebSocketBehavior.cs sta 2015-07-28 15:07:41 +0900
  • f99112fc2f Fix for pull request #113 sta 2015-07-27 16:11:16 +0900
  • 58a4f02bda Fix for pull request #113 sta 2015-07-26 17:25:08 +0900
  • 2461b43145 Refactored a few for MessageEventArgs.cs sta 2015-07-25 16:32:06 +0900
  • 196f5d92a1 Fix for issue #145 sta 2015-07-24 14:04:21 +0900
  • 0be4389d97 Replaced the processFragmentedFrame method with the processFragmentedFrame2 method, and renamed sta 2015-07-23 16:39:06 +0900
  • 82077d321c Added processFragmentedFrame2 method, to replace the processFragmentedFrame method with this sta 2015-07-22 16:57:45 +0900
  • 058d952970 Modified a bit for MessageEventArgs.cs, into the year 2015 sta 2015-07-21 15:13:28 +0900
  • 87ce74010e Fix for pull request #116 sta 2015-07-20 16:23:40 +0900
  • 8cd2248b2b Refactored a few for HttpServer.cs sta 2015-07-19 15:24:46 +0900
  • 624b20afa8 Refactored a few for Ext.cs sta 2015-07-18 14:55:04 +0900
  • 38669444b4 Modified a bit for Program.cs sta 2015-07-17 16:58:42 +0900
  • 9360a6d99a Fix for pull request #115, added the HttpServer (string) constructor sta 2015-07-16 17:37:53 +0900
  • ad41099180 Modified a bit for Program.cs sta 2015-07-15 17:38:06 +0900
  • 77472f073f Modified a bit for echotest.js sta 2015-07-14 17:20:15 +0900
  • 68b9fb0106 Refactored a few for EndPointListener.cs sta 2015-07-13 18:15:09 +0900
  • d2dc6ff959 Fix for pull request #115, added the Address property to the HttpServer class sta 2015-07-12 16:56:02 +0900
  • 3c0fa929a1 Refactored a few for Ext.cs sta 2015-07-11 16:29:09 +0900
  • 96b684036f Refactored a few for WebSocketServer.cs sta 2015-07-10 21:18:36 +0900
  • 34de5b9ca4 Refactored a few for HttpServer.cs sta 2015-07-09 15:13:53 +0900
  • d4fc8da7a8 Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int) constructor sta 2015-07-08 15:00:38 +0900
  • c10c9886ef Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor sta 2015-07-07 17:31:33 +0900
  • 4bc2c4d4f0 Refactored a few for HttpListenerRequest.cs sta 2015-07-06 17:14:11 +0900
  • 1998a535a4 Modified a bit for HttpRequest.cs, into the year 2015 sta 2015-07-05 16:26:24 +0900
  • df9c8b1e74 Refactored a few for HttpRequest.cs sta 2015-07-05 16:20:22 +0900
  • a4cb03f8da Merge pull request #135 from davidburhans/master sta 2015-07-05 15:02:32 +0900
  • 5728b47189 Refactored a few for HttpListenerRequest.cs sta 2015-07-04 22:37:23 +0900
  • 987a02e594 Refactored a few for HttpListenerRequest.cs sta 2015-07-03 18:03:40 +0900
  • d3410a3ac4 Refactored a few for WebSocket.cs sta 2015-07-02 17:54:16 +0900
  • dbe7e0b17c Refactored a bit for WebSocket.cs sta 2015-07-01 01:35:13 +0900
  • 2078bfad5a Fix for pull request #133, allow port 443 with non secure scheme, and allow port 80 with secure scheme sta 2015-06-30 15:43:00 +0900
  • cb8d1e75f6 Refactored a few for HttpServer.cs sta 2015-06-29 16:20:00 +0900
  • 85dc704cc6 Refactored a few for Ext.cs sta 2015-06-28 16:59:39 +0900
  • 72b7cafe4f Refactored a few for WebSocketServer.cs sta 2015-06-27 17:39:19 +0900
  • 3764de92e7 Refactored a few for WebSocketServer.cs sta 2015-06-26 17:20:35 +0900
  • 7559c5c8f2 Fix for pull request #115, refactored a few for HttpConnection.cs sta 2015-06-25 17:17:05 +0900
  • 0516da098c Fix for pull request #115, added null check for IPAddress parameter in the WebSocketServer (System.Net.IPAddress, int, bool) constructor sta 2015-06-24 18:06:32 +0900
  • 5e3814fa71 Refactored a few for HttpConnection.cs sta 2015-06-23 11:01:19 +0900
  • 846f380157 Refactored a few for ResponseStream.cs sta 2015-06-22 14:40:23 +0900
  • 8645185321 Refactored a few for HttpListenerResponse.cs sta 2015-06-22 14:20:09 +0900
  • 9ad62f6a5f Refactored a few for HttpListenerResponse.cs sta 2015-06-21 16:46:58 +0900
  • 0ecbca86e9 Refactored a few for HttpListenerResponse.cs sta 2015-06-20 16:59:16 +0900
  • 78aa91c115 Refactored a few for HttpListenerResponse.cs sta 2015-06-19 17:26:59 +0900
  • d9d35a6527 Refactored a few for HttpListenerResponse.cs sta 2015-06-18 23:08:08 +0900
  • 9c4482e770 Refactored a few for HttpListenerResponse.cs sta 2015-06-17 21:33:59 +0900
  • 0c610dd41f Refactored HttpListenerResponse.cs sta 2015-06-16 21:37:55 +0900
  • dc9b2ae488 Modified a bit for WebHeaderCollection.cs, into the year 2015 sta 2015-06-15 15:25:59 +0900
  • d8b5ae4ff1 Modified a bit for the description of WebHeaderCollection.cs sta 2015-06-15 15:22:36 +0900
  • 33684e9fde Refactored a few for WebHeaderCollection.cs sta 2015-06-14 17:20:30 +0900
  • 5641184ee6 Reset the headers after the updated headers are sent successfully sta 2015-06-13 17:20:00 +0900
  • bf0cb2f8e3 Check if the headers are valid sta 2015-06-12 17:14:36 +0900
  • 97b4ca3cf8 Refactored a few for HttpConnection.cs sta 2015-06-11 15:43:09 +0900
  • a588d8e648 Refactored a few for HttpConnection.cs sta 2015-06-10 21:31:22 +0900
  • 23a8c1f4b1 add missed semicolon David Burhans 2015-06-09 09:17:25 -0600
  • ab3d3bd7b5 fix spacing. add intermediate variables David Burhans 2015-06-09 08:06:04 -0600