Commit Graph

  • a23bd04bdc Added HasConnectionClose property to the HttpResponse class sta 2014-12-19 15:28:44 +0900
  • a8bb74c394 Modified a few for Example sta 2014-12-18 11:56:17 +0900
  • 54bb87140e Refactored WebSocket.cs sta 2014-12-17 14:10:58 +0900
  • 94c26e6107 Fix for issue #42, enable redirection to the new url located in the handshake response sta 2014-12-16 14:22:31 +0900
  • 072ad21481 Added redirection sta 2014-12-15 15:47:42 +0900
  • 34be0af5c6 Added checking if the handshake response is a Redirect sta 2014-12-14 15:34:29 +0900
  • 3cc62a3590 Removed the IsMoved property sta 2014-12-13 12:21:10 +0900
  • 0e5a35edf7 Added IsMoved property to the HttpResponse class sta 2014-12-12 12:36:50 +0900
  • e7c4b1416a Added IsRedirect property to the HttpResponse class sta 2014-12-11 14:27:13 +0900
  • 696287e25a Modified a few for xml doc comment sta 2014-12-10 14:28:30 +0900
  • bf890b5b47 Added the HTTP response headers for the WebSocket sta 2014-12-09 14:24:17 +0900
  • f3fb377f45 Added the HTTP request headers for the WebSocket sta 2014-12-08 11:55:25 +0900
  • c1dc05a256 Added HttpResponseHeader.cs sta 2014-12-07 10:05:09 +0900
  • 10af3facc8 Added HttpRequestHeader.cs sta 2014-12-06 11:53:29 +0900
  • 0e8399d8a2 Refactored HttpHeaderInfo.cs sta 2014-12-05 11:07:33 +0900
  • 3b297e3d7d Refactored WebHeaderCollection.cs sta 2014-12-04 15:51:22 +0900
  • dbe97b4d00 Refactored HttpHeaderInfo.cs sta 2014-12-03 14:27:48 +0900
  • 171df40d85 Refactored HttpConnection.cs sta 2014-12-01 15:21:50 +0900
  • 477ef2277e Removed throwing the exception in from Ext.EqualsWith method sta 2014-11-30 15:29:11 +0900
  • e7bb146394 Modified a few for 'WebSocket.OnClose Event' sta 2014-11-29 14:22:47 +0900
  • f18bc58b06 Modified a few for 'WebSocket.OnError Event' sta 2014-11-28 12:18:04 +0900
  • b4e08fe43d Modified a few for 'WebSocket.OnError Event' sta 2014-11-27 14:36:42 +0900
  • 86d1da1f1c Refactored WebSocketServer.cs sta 2014-11-26 14:31:34 +0900
  • 16a3bfa1b9 Refactored HttpServer.cs sta 2014-11-25 12:30:18 +0900
  • 04966f221b Modified HTTP auth for HttpListener class sta 2014-11-24 14:54:30 +0900
  • 5003c10e0c Modified HTTP auth for HttpListener class sta 2014-11-23 11:23:06 +0900
  • 533ef2090a Modified HTTP auth for WebSocketServer class sta 2014-11-22 14:46:42 +0900
  • b521456dd6 Modified HTTP auth for HttpListener class sta 2014-11-21 15:07:25 +0900
  • 55527ef514 Modified a few for SetUser method sta 2014-11-20 11:44:30 +0900
  • f4f50de125 Modified a few for Example3 sta 2014-11-19 10:44:17 +0900
  • 0f54146e65 Modified a few for Example2 sta 2014-11-18 13:26:10 +0900
  • 1bcb80ca8c Modified a few for README.md sta 2014-11-16 14:37:54 +0900
  • 298ed9210e Renamed ListenerAsyncResult class to HttpListenerAsyncResult class sta 2014-11-15 15:13:51 +0900
  • 9c79e28f22 Modified HTTP auth for HttpListener class sta 2014-11-14 15:49:14 +0900
  • b596c05179 Modified a few for README.md sta 2014-11-13 14:30:27 +0900
  • 7d31145561 Replaced 'cs' with 'csharp' as C# syntax highlight keyword sta 2014-11-12 11:20:37 +0900
  • f6e721aca2 Modified a few for Example sta 2014-11-11 10:44:37 +0900
  • 3a666eeabd Modified a few for README.md sta 2014-11-10 15:31:27 +0900
  • bf1765dd36 Modified 'Secure Connection' sta 2014-11-09 13:55:36 +0900
  • 06585e48b5 Added SslConfiguration class to be base of ClientSslConfiguration and ServerSslConfiguration classes sta 2014-11-08 15:57:47 +0900
  • 214103b7e8 Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class sta 2014-11-07 11:41:10 +0900
  • c1d20ec706 Renamed ClientSslAuthConfiguration class to ClientSslConfiguration class sta 2014-11-06 11:51:38 +0900
  • e3e8fafaa6 Fix for issue #86, added ClientCertificateValidationCallback property to ServerSslAuthConfiguration class, and refactored sta 2014-11-06 11:16:15 +0900
  • 82db3b5ac6 Modified 'Secure Connection' sta 2014-11-05 11:21:10 +0900
  • 5e9157a3d4 Moved WebSocket.ClientCertificateSelectionCallback property to ClientSslAuthConfiguration class, and refactored sta 2014-11-05 11:06:55 +0900
  • 5502e4bdda Moved WebSocket.ServerCertificateValidationCallback property to ClientSslAuthConfiguration class sta 2014-11-04 11:01:40 +0900
  • c511f9d7ac Fix for pull request #85, added TargetHost property to ClientSslAuthConfiguration class, and refactored sta 2014-11-03 15:11:43 +0900
  • 1fc568c4e8 Modified 'Secure Connection' sta 2014-11-02 11:32:24 +0900
  • 0de32bbacc Fix for pull request #85, modified a few for WebSocketServer.SslConfiguration property sta 2014-11-01 12:26:32 +0900
  • 689cc28532 Fix for pull request #85, renamed DefaultSslConfiguration property to SslConfiguration property sta 2014-10-31 20:40:01 +0900
  • 912b1f0d62 Fix for pull request #85 sta 2014-10-30 19:09:12 +0900
  • 956f16a162 Merge pull request #85 from Liryna/master sta 2014-10-30 14:02:45 +0900
  • 88e224384f Add 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
  • 6822fdce36 Refactored WebHeaderCollection.cs sta 2014-10-29 14:41:30 +0900
  • 4e7bca4f38 Add 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
  • af250750b7 Refactored ListenerAsyncResult.cs sta 2014-10-28 14:10:52 +0900
  • cc0ab61eb9 Add SslStream Configuration for Client & Server Adrien JUND 2014-10-27 17:15:55 +0100
  • 713c258989 Refactored ListenerAsyncResult.cs sta 2014-10-27 14:37:45 +0900
  • 72867a26da Fix for issue #84 sta 2014-10-26 13:22:33 +0900
  • f60f16f70f Fix for issue #84 sta 2014-10-25 11:56:28 +0900
  • 2a3a62ec82 Fix for issue #84 sta 2014-10-24 11:53:24 +0900
  • 36b860b75f Fix for issue #84 sta 2014-10-23 13:51:00 +0900
  • cccafcb584 Fix a bug that enables to send any 'Reserved value' close status code sta 2014-10-23 11:45:00 +0900
  • d156dffd55 Renamed the ListenerPrefix class to the HttpListenerPrefix class sta 2014-10-23 10:41:06 +0900
  • 93993790f1 Refactored HttpListenerPrefixCollection.cs sta 2014-10-22 11:38:31 +0900
  • 29fa277cdc Refactored HttpListenerPrefixCollection.cs sta 2014-10-21 11:36:15 +0900
  • 7a8967bdcd Added the ReuseAddress property to the HttpServer class (Associated with pull request #73) sta 2014-10-20 16:00:57 +0900
  • 4cfdd7e793 Refactored HttpListenerPrefixCollection.cs sta 2014-10-19 14:42:08 +0900
  • 0082b2d191 Refactored HttpListenerPrefixCollection.cs sta 2014-10-18 15:22:38 +0900
  • cf82b45163 Refactored ListenerPrefix.cs sta 2014-10-17 15:35:23 +0900
  • 292a904ad7 Refactored EndPointListener.cs sta 2014-10-16 14:44:09 +0900
  • 3dee61f5f8 Refactored EndPointManager.cs sta 2014-10-15 13:15:30 +0900
  • 85dd00626b Refactored HttpListener.cs sta 2014-10-14 14:04:50 +0900
  • f46953a5ad Refactored HttpListener.cs sta 2014-10-13 21:20:11 +0900
  • 157dcf26b4 Refactored HttpListener.cs sta 2014-10-12 18:23:19 +0900
  • 468c3ab881 Fix a few for pull request #80 sta 2014-10-10 14:46:18 +0900
  • f3579ec1ba Merge pull request #80 from dpwood/client_certificates sta 2014-10-10 13:45:16 +0900
  • bf05b66d76 Modified a few for README.md sta 2014-10-09 19:44:40 +0900
  • 4852d3c38b Add support for client certificate selection. David Wood 2014-10-07 11:03:09 +0100
  • 34648413e5 Modified a few for Example3 sta 2014-10-08 13:34:46 +0900
  • 0f22268f9a Modified a few for Example2 sta 2014-10-08 10:38:00 +0900
  • fce7f3bc6a Modified a few for Example sta 2014-10-07 15:19:46 +0900
  • 40e4df6ecf Modified a few for README.md sta 2014-10-07 12:11:31 +0900
  • fd34f83f71 Modified a few for Example2 sta 2014-10-06 14:18:20 +0900
  • 56554c5210 Modified a few for Example sta 2014-10-05 13:32:58 +0900
  • 74ec969758 Modified a few for Example3 sta 2014-10-04 14:50:11 +0900
  • ca4fdabb2e Modified a few for Example2 sta 2014-10-03 15:32:50 +0900
  • 0fc7c82e70 Modified a few for Example1 sta 2014-10-02 16:16:15 +0900
  • e80633b73b Modified a few for Example sta 2014-10-01 16:42:40 +0900
  • 6ff6b0485f Can only set the KeepClean property before the start sta 2014-09-30 14:28:59 +0900
  • aab7ef5a55 Fix 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
  • e21e35c768 Fix for issue #76, added the WaitTime property to the HttpServer class sta 2014-09-28 13:53:54 +0900
  • ae6c41c64c Fix for issue #76, added the WaitTime property to the WebSocketServer class sta 2014-09-27 14:42:39 +0900
  • 7458f65033 Modified a few xml doc comments in CloseStatusCode.cs sta 2014-09-26 13:53:46 +0900
  • 8dceb1fb0c Modified a few in CloseEventArgs.cs sta 2014-09-25 11:04:53 +0900
  • f94c6850d4 Refactored PayloadData.cs sta 2014-09-24 19:01:01 +0900
  • c2e60b9d45 Refactored WebSocketFrame.cs sta 2014-09-24 14:37:11 +0900
  • 14914787a6 Added internal 'wait time' for the ping and close sta 2014-09-23 15:45:40 +0900
  • b6b30e04d0 Modified some xml doc comments sta 2014-09-22 11:22:47 +0900
  • 56acccdda1 Refactored CloseEventArgs.cs sta 2014-09-21 17:33:07 +0900