0cddc67001Initialize the continuation flag when closing
sta
2015-08-25 10:04:11 +0900
9ff19e6ecdAdded the internal WebSocket.EmptyBytes field
sta
2015-08-24 16:03:50 +0900
cd886d32dfAdded the Ext.UTF8Encode method
sta
2015-08-23 16:31:18 +0900
f8f68e49b0Added the Ext.UTF8Decode method
sta
2015-08-22 11:50:19 +0900
ddb5819a0eAdded the WebSocket.CheckSendParameters method
sta
2015-08-21 16:31:50 +0900
09a64d67beAdded the WebSocket.CheckSendParameter methods
sta
2015-08-20 16:36:14 +0900
f852a19746Refactored WebSocketServiceHost.cs, separated the WebSocketServiceHost<TBehavior> class into a new file
sta
2015-08-19 15:47:57 +0900
18b980fc98Modified a bit for WebSocketServiceHost.cs, into the year 2015
sta
2015-08-18 13:15:58 +0900
170977586aRefactored a few for WebSocketServiceHost.cs
sta
2015-08-18 13:05:22 +0900
009ca2d701Refactored a few for WebSocket.cs
sta
2015-08-18 12:36:53 +0900
d949a64f26Refactored a few for WebSocket.cs
sta
2015-08-17 17:00:29 +0900
b0048a213aRefactored a few for WebSocket.cs
sta
2015-08-16 17:26:22 +0900
18776d1a22Added the internal Ext.CheckIfAvailable (WebSocketState, bool, bool, bool, bool) method
sta
2015-08-15 16:28:46 +0900
999e777517Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method
sta
2015-08-14 16:05:00 +0900
80a0107babAdded the internal Ext.CheckIfCanStop (ServerState) method
sta
2015-08-13 11:41:38 +0900
46eae139e2Added the internal Ext.CheckIfCanStart (ServerState) method
sta
2015-08-12 17:24:53 +0900
7bd0fb87f2Added the internal Ext.CheckIfCanSend (WebSocketState) method
sta
2015-08-11 11:12:23 +0900
dce49c037fAdded the internal Ext.CheckIfCanClose (WebSocketState) method
sta
2015-08-10 15:53:09 +0900
f780f536e2Refactored a few for WebSocket.cs
sta
2015-08-09 11:27:42 +0900
5ceb4c4311Modified a few for the WebSocket.Connect and ConnectAsync methods
sta
2015-08-08 15:39:31 +0900
8efe37eb2fAdded the public WebSocket.Accept and AcceptAsync methods
sta
2015-08-07 17:27:04 +0900
745da21631Added accept method
sta
2015-08-06 17:15:02 +0900
776fee9170Refactored a few for WebSocket.cs
sta
2015-08-05 16:37:53 +0900
586a6202a2Fix for pull request #146
sta
2015-08-04 15:50:36 +0900
82f089730eModified a few for 'WebSocket Extensions'
sta
2015-08-02 18:18:27 +0900
228695019fModified a bit for README.md
sta
2015-08-01 11:52:53 +0900
0505294d8eModified a few for 'Unity Asset Store'
sta
2015-07-31 16:40:51 +0900
82da4816c4Added 'Ignoring Sec-WebSocket-Extensions header'
sta
2015-07-30 17:18:04 +0900
0539311d87Modified a few for 'WebSocket.OnMessage Event'
sta
2015-07-29 17:16:40 +0900
0eec6595a6Refactored a few for WebSocketBehavior.cs
sta
2015-07-28 15:07:41 +0900
f99112fc2fFix for pull request #113
sta
2015-07-27 16:11:16 +0900
58a4f02bdaFix for pull request #113
sta
2015-07-26 17:25:08 +0900
2461b43145Refactored a few for MessageEventArgs.cs
sta
2015-07-25 16:32:06 +0900
196f5d92a1Fix for issue #145
sta
2015-07-24 14:04:21 +0900
0be4389d97Replaced the processFragmentedFrame method with the processFragmentedFrame2 method, and renamed
sta
2015-07-23 16:39:06 +0900
82077d321cAdded processFragmentedFrame2 method, to replace the processFragmentedFrame method with this
sta
2015-07-22 16:57:45 +0900
058d952970Modified a bit for MessageEventArgs.cs, into the year 2015
sta
2015-07-21 15:13:28 +0900
87ce74010eFix for pull request #116
sta
2015-07-20 16:23:40 +0900
8cd2248b2bRefactored a few for HttpServer.cs
sta
2015-07-19 15:24:46 +0900
624b20afa8Refactored a few for Ext.cs
sta
2015-07-18 14:55:04 +0900
38669444b4Modified a bit for Program.cs
sta
2015-07-17 16:58:42 +0900
9360a6d99aFix for pull request #115, added the HttpServer (string) constructor
sta
2015-07-16 17:37:53 +0900
ad41099180Modified a bit for Program.cs
sta
2015-07-15 17:38:06 +0900
77472f073fModified a bit for echotest.js
sta
2015-07-14 17:20:15 +0900
68b9fb0106Refactored a few for EndPointListener.cs
sta
2015-07-13 18:15:09 +0900
d2dc6ff959Fix for pull request #115, added the Address property to the HttpServer class
sta
2015-07-12 16:56:02 +0900
3c0fa929a1Refactored a few for Ext.cs
sta
2015-07-11 16:29:09 +0900
96b684036fRefactored a few for WebSocketServer.cs
sta
2015-07-10 21:18:36 +0900
34de5b9ca4Refactored a few for HttpServer.cs
sta
2015-07-09 15:13:53 +0900
d4fc8da7a8Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int) constructor
sta
2015-07-08 15:00:38 +0900
c10c9886efFix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor
sta
2015-07-07 17:31:33 +0900
4bc2c4d4f0Refactored a few for HttpListenerRequest.cs
sta
2015-07-06 17:14:11 +0900
1998a535a4Modified a bit for HttpRequest.cs, into the year 2015
sta
2015-07-05 16:26:24 +0900
df9c8b1e74Refactored a few for HttpRequest.cs
sta
2015-07-05 16:20:22 +0900
a4cb03f8daMerge pull request #135 from davidburhans/master
sta
2015-07-05 15:02:32 +0900
5728b47189Refactored a few for HttpListenerRequest.cs
sta
2015-07-04 22:37:23 +0900
987a02e594Refactored a few for HttpListenerRequest.cs
sta
2015-07-03 18:03:40 +0900
d3410a3ac4Refactored a few for WebSocket.cs
sta
2015-07-02 17:54:16 +0900
dbe7e0b17cRefactored a bit for WebSocket.cs
sta
2015-07-01 01:35:13 +0900
2078bfad5aFix 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
cb8d1e75f6Refactored a few for HttpServer.cs
sta
2015-06-29 16:20:00 +0900
85dc704cc6Refactored a few for Ext.cs
sta
2015-06-28 16:59:39 +0900
72b7cafe4fRefactored a few for WebSocketServer.cs
sta
2015-06-27 17:39:19 +0900
3764de92e7Refactored a few for WebSocketServer.cs
sta
2015-06-26 17:20:35 +0900
7559c5c8f2Fix for pull request #115, refactored a few for HttpConnection.cs
sta
2015-06-25 17:17:05 +0900
0516da098cFix 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
5e3814fa71Refactored a few for HttpConnection.cs
sta
2015-06-23 11:01:19 +0900
846f380157Refactored a few for ResponseStream.cs
sta
2015-06-22 14:40:23 +0900
8645185321Refactored a few for HttpListenerResponse.cs
sta
2015-06-22 14:20:09 +0900
9ad62f6a5fRefactored a few for HttpListenerResponse.cs
sta
2015-06-21 16:46:58 +0900
0ecbca86e9Refactored a few for HttpListenerResponse.cs
sta
2015-06-20 16:59:16 +0900
78aa91c115Refactored a few for HttpListenerResponse.cs
sta
2015-06-19 17:26:59 +0900
d9d35a6527Refactored a few for HttpListenerResponse.cs
sta
2015-06-18 23:08:08 +0900
9c4482e770Refactored a few for HttpListenerResponse.cs
sta
2015-06-17 21:33:59 +0900
0c610dd41fRefactored HttpListenerResponse.cs
sta
2015-06-16 21:37:55 +0900
dc9b2ae488Modified a bit for WebHeaderCollection.cs, into the year 2015
sta
2015-06-15 15:25:59 +0900
d8b5ae4ff1Modified a bit for the description of WebHeaderCollection.cs
sta
2015-06-15 15:22:36 +0900
33684e9fdeRefactored a few for WebHeaderCollection.cs
sta
2015-06-14 17:20:30 +0900
5641184ee6Reset the headers after the updated headers are sent successfully
sta
2015-06-13 17:20:00 +0900
bf0cb2f8e3Check if the headers are valid
sta
2015-06-12 17:14:36 +0900
97b4ca3cf8Refactored a few for HttpConnection.cs
sta
2015-06-11 15:43:09 +0900
a588d8e648Refactored a few for HttpConnection.cs
sta
2015-06-10 21:31:22 +0900
23a8c1f4b1add missed semicolon
David Burhans
2015-06-09 09:17:25 -0600
ab3d3bd7b5fix spacing. add intermediate variables
David Burhans
2015-06-09 08:06:04 -0600