sta
|
d949a64f26
|
Refactored a few for WebSocket.cs
|
2015-08-17 17:00:29 +09:00 |
|
sta
|
b0048a213a
|
Refactored a few for WebSocket.cs
|
2015-08-16 17:26:22 +09:00 |
|
sta
|
18776d1a22
|
Added the internal Ext.CheckIfAvailable (WebSocketState, bool, bool, bool, bool) method
|
2015-08-15 16:28:46 +09:00 |
|
sta
|
999e777517
|
Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method
|
2015-08-14 16:05:00 +09:00 |
|
sta
|
80a0107bab
|
Added the internal Ext.CheckIfCanStop (ServerState) method
|
2015-08-13 11:41:38 +09:00 |
|
sta
|
46eae139e2
|
Added the internal Ext.CheckIfCanStart (ServerState) method
|
2015-08-12 17:24:53 +09:00 |
|
sta
|
7bd0fb87f2
|
Added the internal Ext.CheckIfCanSend (WebSocketState) method
|
2015-08-11 11:12:23 +09:00 |
|
sta
|
dce49c037f
|
Added the internal Ext.CheckIfCanClose (WebSocketState) method
|
2015-08-10 15:53:09 +09:00 |
|
sta
|
f780f536e2
|
Refactored a few for WebSocket.cs
|
2015-08-09 11:27:42 +09:00 |
|
sta
|
5ceb4c4311
|
Modified a few for the WebSocket.Connect and ConnectAsync methods
|
2015-08-08 15:39:31 +09:00 |
|
sta
|
8efe37eb2f
|
Added the public WebSocket.Accept and AcceptAsync methods
|
2015-08-07 17:27:04 +09:00 |
|
sta
|
745da21631
|
Added accept method
|
2015-08-06 17:15:02 +09:00 |
|
sta
|
776fee9170
|
Refactored a few for WebSocket.cs
|
2015-08-05 16:37:53 +09:00 |
|
sta
|
586a6202a2
|
Fix for pull request #146
|
2015-08-04 15:50:36 +09:00 |
|
sta
|
82f089730e
|
Modified a few for 'WebSocket Extensions'
|
2015-08-02 18:18:27 +09:00 |
|
sta
|
228695019f
|
Modified a bit for README.md
|
2015-08-01 11:52:53 +09:00 |
|
sta
|
0505294d8e
|
Modified a few for 'Unity Asset Store'
|
2015-07-31 16:40:51 +09:00 |
|
sta
|
82da4816c4
|
Added 'Ignoring Sec-WebSocket-Extensions header'
|
2015-07-30 17:18:04 +09:00 |
|
sta
|
0539311d87
|
Modified a few for 'WebSocket.OnMessage Event'
|
2015-07-29 17:16:40 +09:00 |
|
sta
|
0eec6595a6
|
Refactored a few for WebSocketBehavior.cs
|
2015-07-28 15:07:41 +09:00 |
|
sta
|
f99112fc2f
|
Fix for pull request #113
|
2015-07-27 16:11:16 +09:00 |
|
sta
|
58a4f02bda
|
Fix for pull request #113
|
2015-07-26 17:25:08 +09:00 |
|
sta
|
2461b43145
|
Refactored a few for MessageEventArgs.cs
|
2015-07-25 16:32:06 +09:00 |
|
sta
|
196f5d92a1
|
Fix for issue #145
|
2015-07-24 14:04:21 +09:00 |
|
sta
|
0be4389d97
|
Replaced the processFragmentedFrame method with the processFragmentedFrame2 method, and renamed
|
2015-07-23 16:39:06 +09:00 |
|
sta
|
82077d321c
|
Added processFragmentedFrame2 method, to replace the processFragmentedFrame method with this
|
2015-07-22 16:57:45 +09:00 |
|
sta
|
058d952970
|
Modified a bit for MessageEventArgs.cs, into the year 2015
|
2015-07-21 15:13:28 +09:00 |
|
sta
|
87ce74010e
|
Fix for pull request #116
|
2015-07-20 16:23:40 +09:00 |
|
sta
|
8cd2248b2b
|
Refactored a few for HttpServer.cs
|
2015-07-19 15:24:46 +09:00 |
|
sta
|
624b20afa8
|
Refactored a few for Ext.cs
|
2015-07-18 14:55:04 +09:00 |
|
sta
|
38669444b4
|
Modified a bit for Program.cs
|
2015-07-17 16:58:42 +09:00 |
|
sta
|
9360a6d99a
|
Fix for pull request #115, added the HttpServer (string) constructor
|
2015-07-16 17:37:53 +09:00 |
|
sta
|
ad41099180
|
Modified a bit for Program.cs
|
2015-07-15 17:38:06 +09:00 |
|
sta
|
77472f073f
|
Modified a bit for echotest.js
|
2015-07-14 17:20:15 +09:00 |
|
sta
|
68b9fb0106
|
Refactored a few for EndPointListener.cs
|
2015-07-13 18:15:09 +09:00 |
|
sta
|
d2dc6ff959
|
Fix for pull request #115, added the Address property to the HttpServer class
|
2015-07-12 16:56:02 +09:00 |
|
sta
|
3c0fa929a1
|
Refactored a few for Ext.cs
|
2015-07-11 16:29:09 +09:00 |
|
sta
|
96b684036f
|
Refactored a few for WebSocketServer.cs
|
2015-07-10 21:18:36 +09:00 |
|
sta
|
34de5b9ca4
|
Refactored a few for HttpServer.cs
|
2015-07-09 15:13:53 +09:00 |
|
sta
|
d4fc8da7a8
|
Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int) constructor
|
2015-07-08 15:00:38 +09:00 |
|
sta
|
c10c9886ef
|
Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor
|
2015-07-07 17:31:33 +09:00 |
|
sta
|
4bc2c4d4f0
|
Refactored a few for HttpListenerRequest.cs
|
2015-07-06 17:14:11 +09:00 |
|
sta
|
1998a535a4
|
Modified a bit for HttpRequest.cs, into the year 2015
|
2015-07-05 16:26:24 +09:00 |
|
sta
|
df9c8b1e74
|
Refactored a few for HttpRequest.cs
|
2015-07-05 16:20:22 +09:00 |
|
sta
|
a4cb03f8da
|
Merge pull request #135 from davidburhans/master
Port 443 is also a default port and should be excluded from the Host header on WebSocket requests for compatibility reasons
|
2015-07-05 15:02:32 +09:00 |
|
sta
|
5728b47189
|
Refactored a few for HttpListenerRequest.cs
|
2015-07-04 22:37:23 +09:00 |
|
sta
|
987a02e594
|
Refactored a few for HttpListenerRequest.cs
|
2015-07-03 18:03:40 +09:00 |
|
sta
|
d3410a3ac4
|
Refactored a few for WebSocket.cs
|
2015-07-02 17:54:16 +09:00 |
|
sta
|
dbe7e0b17c
|
Refactored a bit for WebSocket.cs
|
2015-07-01 01:35:13 +09:00 |
|
sta
|
2078bfad5a
|
Fix for pull request #133, allow port 443 with non secure scheme, and allow port 80 with secure scheme
|
2015-06-30 15:43:00 +09:00 |
|