a23bd04bdcAdded HasConnectionClose property to the HttpResponse class
sta
2014-12-19 15:28:44 +0900
a8bb74c394Modified a few for Example
sta
2014-12-18 11:56:17 +0900
54bb87140eRefactored WebSocket.cs
sta
2014-12-17 14:10:58 +0900
94c26e6107Fix for issue #42, enable redirection to the new url located in the handshake response
sta
2014-12-16 14:22:31 +0900
072ad21481Added redirection
sta
2014-12-15 15:47:42 +0900
34be0af5c6Added checking if the handshake response is a Redirect
sta
2014-12-14 15:34:29 +0900
3cc62a3590Removed the IsMoved property
sta
2014-12-13 12:21:10 +0900
0e5a35edf7Added IsMoved property to the HttpResponse class
sta
2014-12-12 12:36:50 +0900
e7c4b1416aAdded IsRedirect property to the HttpResponse class
sta
2014-12-11 14:27:13 +0900
696287e25aModified a few for xml doc comment
sta
2014-12-10 14:28:30 +0900
bf890b5b47Added the HTTP response headers for the WebSocket
sta
2014-12-09 14:24:17 +0900
f3fb377f45Added the HTTP request headers for the WebSocket
sta
2014-12-08 11:55:25 +0900
c1dc05a256Added HttpResponseHeader.cs
sta
2014-12-07 10:05:09 +0900
10af3facc8Added HttpRequestHeader.cs
sta
2014-12-06 11:53:29 +0900
0e8399d8a2Refactored HttpHeaderInfo.cs
sta
2014-12-05 11:07:33 +0900
3b297e3d7dRefactored WebHeaderCollection.cs
sta
2014-12-04 15:51:22 +0900
dbe97b4d00Refactored HttpHeaderInfo.cs
sta
2014-12-03 14:27:48 +0900
171df40d85Refactored HttpConnection.cs
sta
2014-12-01 15:21:50 +0900
477ef2277eRemoved throwing the exception in from Ext.EqualsWith method
sta
2014-11-30 15:29:11 +0900
e7bb146394Modified a few for 'WebSocket.OnClose Event'
sta
2014-11-29 14:22:47 +0900
f18bc58b06Modified a few for 'WebSocket.OnError Event'
sta
2014-11-28 12:18:04 +0900
b4e08fe43dModified a few for 'WebSocket.OnError Event'
sta
2014-11-27 14:36:42 +0900
86d1da1f1cRefactored WebSocketServer.cs
sta
2014-11-26 14:31:34 +0900
16a3bfa1b9Refactored HttpServer.cs
sta
2014-11-25 12:30:18 +0900
04966f221bModified HTTP auth for HttpListener class
sta
2014-11-24 14:54:30 +0900
5003c10e0cModified HTTP auth for HttpListener class
sta
2014-11-23 11:23:06 +0900
533ef2090aModified HTTP auth for WebSocketServer class
sta
2014-11-22 14:46:42 +0900
b521456dd6Modified HTTP auth for HttpListener class
sta
2014-11-21 15:07:25 +0900
55527ef514Modified a few for SetUser method
sta
2014-11-20 11:44:30 +0900
f4f50de125Modified a few for Example3
sta
2014-11-19 10:44:17 +0900
0f54146e65Modified a few for Example2
sta
2014-11-18 13:26:10 +0900
1bcb80ca8cModified a few for README.md
sta
2014-11-16 14:37:54 +0900
298ed9210eRenamed ListenerAsyncResult class to HttpListenerAsyncResult class
sta
2014-11-15 15:13:51 +0900
9c79e28f22Modified HTTP auth for HttpListener class
sta
2014-11-14 15:49:14 +0900
b596c05179Modified a few for README.md
sta
2014-11-13 14:30:27 +0900
7d31145561Replaced 'cs' with 'csharp' as C# syntax highlight keyword
sta
2014-11-12 11:20:37 +0900
f6e721aca2Modified a few for Example
sta
2014-11-11 10:44:37 +0900
3a666eeabdModified a few for README.md
sta
2014-11-10 15:31:27 +0900
bf1765dd36Modified 'Secure Connection'
sta
2014-11-09 13:55:36 +0900
06585e48b5Added SslConfiguration class to be base of ClientSslConfiguration and ServerSslConfiguration classes
sta
2014-11-08 15:57:47 +0900
214103b7e8Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class
sta
2014-11-07 11:41:10 +0900
c1d20ec706Renamed ClientSslAuthConfiguration class to ClientSslConfiguration class
sta
2014-11-06 11:51:38 +0900
e3e8fafaa6Fix for issue #86, added ClientCertificateValidationCallback property to ServerSslAuthConfiguration class, and refactored
sta
2014-11-06 11:16:15 +0900
82db3b5ac6Modified 'Secure Connection'
sta
2014-11-05 11:21:10 +0900
5e9157a3d4Moved WebSocket.ClientCertificateSelectionCallback property to ClientSslAuthConfiguration class, and refactored
sta
2014-11-05 11:06:55 +0900
5502e4bddaMoved WebSocket.ServerCertificateValidationCallback property to ClientSslAuthConfiguration class
sta
2014-11-04 11:01:40 +0900
c511f9d7acFix for pull request #85, added TargetHost property to ClientSslAuthConfiguration class, and refactored
sta
2014-11-03 15:11:43 +0900
1fc568c4e8Modified 'Secure Connection'
sta
2014-11-02 11:32:24 +0900
0de32bbaccFix for pull request #85, modified a few for WebSocketServer.SslConfiguration property
sta
2014-11-01 12:26:32 +0900
689cc28532Fix for pull request #85, renamed DefaultSslConfiguration property to SslConfiguration property
sta
2014-10-31 20:40:01 +0900
912b1f0d62Fix for pull request #85
sta
2014-10-30 19:09:12 +0900
956f16a162Merge pull request #85 from Liryna/master
sta
2014-10-30 14:02:45 +0900
88e224384fAdd some xml doc comments to new classes. Move your new classes under the WebSocketSharp.Net namespace. And move ServerSslAuthConfiguration.cs to Net folder. Stay ToolsVersion="3.5" in websocket-sharp.csproj
Adrien JUND
2014-10-29 11:57:34 +0100
6822fdce36Refactored WebHeaderCollection.cs
sta
2014-10-29 14:41:30 +0900
4e7bca4f38Add some constructors for C# 3.0 Rename ClientCertAuthConfiguration to ClientSslAuthConfiguration Rename ServerCertAuthConfiguration to ServerSslAuthConfiguration Add the licence comment to new files
Adrien JUND
2014-10-28 11:24:00 +0100
af250750b7Refactored ListenerAsyncResult.cs
sta
2014-10-28 14:10:52 +0900
cc0ab61eb9Add SslStream Configuration for Client & Server
Adrien JUND
2014-10-27 17:15:55 +0100
713c258989Refactored ListenerAsyncResult.cs
sta
2014-10-27 14:37:45 +0900
72867a26daFix for issue #84
sta
2014-10-26 13:22:33 +0900
f60f16f70fFix for issue #84
sta
2014-10-25 11:56:28 +0900
2a3a62ec82Fix for issue #84
sta
2014-10-24 11:53:24 +0900
36b860b75fFix for issue #84
sta
2014-10-23 13:51:00 +0900
cccafcb584Fix a bug that enables to send any 'Reserved value' close status code
sta
2014-10-23 11:45:00 +0900
d156dffd55Renamed the ListenerPrefix class to the HttpListenerPrefix class
sta
2014-10-23 10:41:06 +0900
93993790f1Refactored HttpListenerPrefixCollection.cs
sta
2014-10-22 11:38:31 +0900
29fa277cdcRefactored HttpListenerPrefixCollection.cs
sta
2014-10-21 11:36:15 +0900
7a8967bdcdAdded the ReuseAddress property to the HttpServer class (Associated with pull request #73)
sta
2014-10-20 16:00:57 +0900
4cfdd7e793Refactored HttpListenerPrefixCollection.cs
sta
2014-10-19 14:42:08 +0900
0082b2d191Refactored HttpListenerPrefixCollection.cs
sta
2014-10-18 15:22:38 +0900
cf82b45163Refactored ListenerPrefix.cs
sta
2014-10-17 15:35:23 +0900
292a904ad7Refactored EndPointListener.cs
sta
2014-10-16 14:44:09 +0900
3dee61f5f8Refactored EndPointManager.cs
sta
2014-10-15 13:15:30 +0900
85dd00626bRefactored HttpListener.cs
sta
2014-10-14 14:04:50 +0900
f46953a5adRefactored HttpListener.cs
sta
2014-10-13 21:20:11 +0900
157dcf26b4Refactored HttpListener.cs
sta
2014-10-12 18:23:19 +0900
468c3ab881Fix a few for pull request #80
sta
2014-10-10 14:46:18 +0900
f3579ec1baMerge pull request #80 from dpwood/client_certificates
sta
2014-10-10 13:45:16 +0900
bf05b66d76Modified a few for README.md
sta
2014-10-09 19:44:40 +0900
4852d3c38bAdd support for client certificate selection.
David Wood
2014-10-07 11:03:09 +0100
34648413e5Modified a few for Example3
sta
2014-10-08 13:34:46 +0900
0f22268f9aModified a few for Example2
sta
2014-10-08 10:38:00 +0900
fce7f3bc6aModified a few for Example
sta
2014-10-07 15:19:46 +0900
40e4df6ecfModified a few for README.md
sta
2014-10-07 12:11:31 +0900
fd34f83f71Modified a few for Example2
sta
2014-10-06 14:18:20 +0900
56554c5210Modified a few for Example
sta
2014-10-05 13:32:58 +0900
74ec969758Modified a few for Example3
sta
2014-10-04 14:50:11 +0900
ca4fdabb2eModified a few for Example2
sta
2014-10-03 15:32:50 +0900
0fc7c82e70Modified a few for Example1
sta
2014-10-02 16:16:15 +0900
e80633b73bModified a few for Example
sta
2014-10-01 16:42:40 +0900
6ff6b0485fCan only set the KeepClean property before the start
sta
2014-09-30 14:28:59 +0900
aab7ef5a55Fix for issue #76, modified the access level of the WaitTime property of the WebSocket class to the public
sta
2014-09-29 14:30:38 +0900
e21e35c768Fix for issue #76, added the WaitTime property to the HttpServer class
sta
2014-09-28 13:53:54 +0900
ae6c41c64cFix for issue #76, added the WaitTime property to the WebSocketServer class
sta
2014-09-27 14:42:39 +0900
7458f65033Modified a few xml doc comments in CloseStatusCode.cs
sta
2014-09-26 13:53:46 +0900
8dceb1fb0cModified a few in CloseEventArgs.cs
sta
2014-09-25 11:04:53 +0900
f94c6850d4Refactored PayloadData.cs
sta
2014-09-24 19:01:01 +0900
c2e60b9d45Refactored WebSocketFrame.cs
sta
2014-09-24 14:37:11 +0900
14914787a6Added internal 'wait time' for the ping and close
sta
2014-09-23 15:45:40 +0900
b6b30e04d0Modified some xml doc comments
sta
2014-09-22 11:22:47 +0900
56acccdda1Refactored CloseEventArgs.cs
sta
2014-09-21 17:33:07 +0900