Commit Graph

1727 Commits

Author SHA1 Message Date
sta b47519c8bc Modified receiving frame 2013-11-05 21:42:59 +09:00
sta bb92eca766 Modified README.md 2013-10-28 16:29:51 +09:00
sta 2207bf6f75 Added LICENSE.txt 2013-10-28 15:43:02 +09:00
sta bf5b71689d Added LICENSE.txt 2013-10-28 15:34:21 +09:00
sta dcd0052bc8 Fix for issue #21 2013-10-23 16:03:35 +09:00
sta a7d5c1640b Modified WsFrame.cs 2013-10-21 00:17:51 +09:00
sta 0e54f96aea Modified receiving frame 2013-10-18 23:07:43 +09:00
sta f6610352e2 Modified some Send and Broadcast methods (e.g. Send (stream, length, dispose) -> Send (stream, length)) 2013-10-16 00:23:11 +09:00
sta cbf73e9865 Modified WebSocketServer.cs and removed WebSocketServerBase.cs 2013-10-14 20:38:15 +09:00
sta 3488308b29 Modified WebSocketServiceHost.cs and moved WebSocketServiceHost<T> class to internal class family 2013-10-12 20:42:11 +09:00
sta f6517fa567 Modified WebSocketSessionManager.cs and WebSocketServiceHostManager.cs (Modified parameter order of some methods. e.g. SendTo (data, id) -> SendTo (id, data)) 2013-10-10 16:38:41 +09:00
sta d6f21d31cd Modified sending (Removed SendAsync method) 2013-10-08 20:17:01 +09:00
sta ff390b4136 Modified Ext.cs 2013-10-08 11:36:47 +09:00
sta a5e6e6e80e Modified sending and added a new Send method 2013-10-05 23:28:43 +09:00
sta 79abc9aee3 Modified broadcasting 2013-10-03 16:36:43 +09:00
sta 5d8de64d1d Modified a little 2013-10-02 15:45:24 +09:00
sta 9567d0d911 Added a ignore 2013-10-02 14:54:27 +09:00
sta 24e74b60b7 Added a new AddWebSocketService method to the WebSocketServer and HttpServer classes 2013-10-02 14:39:56 +09:00
sta 2b57a58da2 Modified closing and ping 2013-10-01 14:52:39 +09:00
sta f103cd2faf Modified SendTo and BroadcastTo methods 2013-09-27 22:20:00 +09:00
sta 133ff88b0d Modified closing 2013-09-27 11:30:29 +09:00
sta c7a895f530 Removed ServicePaths property from WebSocketServer class 2013-09-25 20:52:07 +09:00
sta adcb5ec09c Fix for issue #20 2013-09-25 20:35:06 +09:00
sta 403cf2a3f2 Modified IWebSocketServiceHost.cs and WebSocketServiceHostManager.cs 2013-09-18 17:44:14 +09:00
sta 903a5bf46b Modified WebSocketSessionManager.cs 2013-09-17 16:36:43 +09:00
sta 42a44226d5 Moved some methods (e.g. Broadcast method) from WebSocketService.cs and WebSocketServiceHost.cs to WebSocketSessionManager.cs 2013-09-16 14:33:26 +09:00
sta e3d5dea096 Renamed WebSocketServiceManager.cs to WebSocketSessionManager.cs, added IWebSocketSession.cs and modified WebSocketService.cs 2013-09-13 16:54:41 +09:00
sta 0eb8813274 Fix WebHeaderCollection.cs 2013-09-07 17:40:03 +09:00
sta a01e7cb24d Modified closing 2013-09-07 17:29:15 +09:00
sta 80afaef7c9 Modified closing and ping 2013-09-07 12:35:29 +09:00
sta b7313955c9 Modified closing 2013-09-05 21:58:57 +09:00
sta e0a7e74d0a Renamed WsState.cs to WebSocketState.cs 2013-09-05 17:46:57 +09:00
sta d98aad51e6 Added some functions (e.g. CloseSession method) to WebSocketServiceHost<T> and other classes 2013-09-05 14:16:33 +09:00
sta c464cf8f52 Removed a part about setting the server error event 2013-08-29 17:01:37 +09:00
sta c2d480060c Modified WebSocketServerBase.cs to validate range of port number 2013-08-29 13:19:44 +09:00
sta 9daaa33111 Renamed IServiceHost.cs to IWebSocketServiceHost.cs 2013-08-29 11:58:03 +09:00
sta b3fa68d8ce Renamed ServiceHostManager.cs to WebSocketServiceHostManager.cs 2013-08-28 15:49:52 +09:00
sta cc81fd340c Modified HttpListener.cs and others for secure connection 2013-08-27 22:02:50 +09:00
sta 1b270603f4 Added some functions (e.g. SendTo method) to WebSocketServiceHost<T> and WebSocketServer classes 2013-08-20 14:53:09 +09:00
sta acde107832 Modified validating the cookies from client 2013-08-08 15:12:29 +09:00
sta 93b30f94d7 Modified validating the connection request and response 2013-08-07 18:01:23 +09:00
sta ab2ef30f02 Refactored Ext.cs 2013-08-07 14:00:50 +09:00
sta 69c9be3eb5 Modified opening and closing handshake 2013-08-06 21:31:21 +09:00
sta 7deddda2f9 Renamed ResponseHandshake.cs to HandshakeResponse.cs 2013-08-03 17:46:06 +09:00
sta 7f61f6c491 Renamed RequestHandshake.cs to HandshakeRequest.cs 2013-08-03 17:08:15 +09:00
sta 3b009b852d Renamed Handshake.cs to HandshakeBase.cs 2013-08-03 14:56:00 +09:00
sta 68d1a7b9ba Modified closing handshake 2013-08-03 13:44:45 +09:00
sta 4375a5c2a3 Modified README.md 2013-07-30 16:32:21 +09:00
sta df2726ce9d Renamed the Sweeping property to the KeepClean property 2013-07-30 16:00:17 +09:00
sta ef17cabdd3 Modified the Sweep method of WebSocketServiceManager class 2013-07-30 15:05:39 +09:00