Commit Graph

  • 2102c2953c Modified a bit for 'Per-message Compression' sta 2015-03-26 17:02:20 +0900
  • 79f68de372 Modified 'Per-message Compression' sta 2015-03-25 17:43:27 +0900
  • 300574f8a0 Fix for issue #110, send 'server_no_context_takeover' and 'client_no_context_takeover' parameters in 'permessage-deflate' extension sta 2015-03-25 16:58:13 +0900
  • 5eeba8c19f Modified a bit for the processSecWebSocketExtensionsHeader2 method sta 2015-03-24 16:10:13 +0900
  • 0992c85350 Added the validateSecWebSocketExtensionsHeader2 method sta 2015-03-23 16:47:20 +0900
  • b98f8a60cc Modified a few for the processSecWebSocketExtensionsHeader2 method sta 2015-03-22 17:27:15 +0900
  • b4fb6912e6 Added the createExtensions2 method sta 2015-03-21 16:45:37 +0900
  • 446c5176e9 Added the processSecWebSocketExtensionsHeader2 (string) method sta 2015-03-20 16:58:40 +0900
  • 940cb093a1 Added IsCompressionExtension (this string, CompressionMethod) method sta 2015-03-19 15:41:45 +0900
  • ec45f6a7b6 Replaced the ToExtensionString method with ToExtensionString (this CompressionMethod, params string[]) method sta 2015-03-18 17:02:38 +0900
  • 39636b4b30 Moved the authenticate method to the HttpListener class, as Authenticate (HttpListenerContext) method sta 2015-03-17 14:48:51 +0900
  • 913c47b70c Replaced the authenticate method with authenticate (HttpListenerContext, HttpListener) method sta 2015-03-16 14:37:24 +0900
  • f627efd8df Modified a bit for HttpListenerAsyncResult.cs, into the year 2015 sta 2015-03-15 15:12:05 +0900
  • b1cf09929f Modified a bit for the description of HttpListenerAsyncResult.cs sta 2015-03-14 17:50:16 +0900
  • 7364805b9e Refactored a few for HttpListenerAsyncResult.cs sta 2015-03-13 17:51:17 +0900
  • bd70e0b11c Modified a bit for HttpListenerResponse.cs, into the year 2015 sta 2015-03-12 14:59:39 +0900
  • ca7a0c1ef2 Modified a bit for the description of HttpListenerResponse.cs sta 2015-03-11 17:05:55 +0900
  • 78fd24040b Refactored a few for HttpListenerResponse.cs sta 2015-03-10 17:04:32 +0900
  • f99c31a7e0 Refactored a bit for HttpListenerRequest.cs sta 2015-03-09 15:19:18 +0900
  • 4d9d5858d8 Modified a bit for HttpListenerRequest.cs, into the year 2015 sta 2015-03-08 15:23:33 +0900
  • eb765953ca Modified a bit for the description of HttpListenerRequest.cs sta 2015-03-07 16:58:05 +0900
  • f8758c61e6 Refactored a few for HttpListenerRequest.cs sta 2015-03-06 17:50:12 +0900
  • 236846a7c3 Refactored a few for HttpListenerPrefix.cs sta 2015-03-05 17:00:11 +0900
  • 7d678fec4c Modified a bit for HttpListenerPrefixCollection.cs, into the year 2015 sta 2015-03-04 14:43:09 +0900
  • c1fa217fe6 Modified a bit for the description of HttpListenerPrefixCollection.cs sta 2015-03-03 16:43:09 +0900
  • fa1a572453 Refactored a few for HttpListenerPrefixCollection.cs sta 2015-03-02 16:48:16 +0900
  • 1118674782 Modified a bit for HttpListenerPrefix.cs, into the year 2015 sta 2015-03-01 16:18:34 +0900
  • a8429f7567 Modified a bit for the description of HttpListenerPrefix.cs sta 2015-02-28 16:37:39 +0900
  • 5beec5da30 Refactored a few for EndPointManager.cs sta 2015-02-27 16:41:57 +0900
  • cd10c21112 Modified a few for EndPointManager.cs sta 2015-02-26 17:36:07 +0900
  • 47e859f57f Modified a few for EndPointListener.cs sta 2015-02-25 17:24:10 +0900
  • 328fd5d43d Replaced the RemoveEndPoint (IPEndPoint, EndPointListener) method with the RemoveEndPoint (EndPointListener) method sta 2015-02-24 16:56:58 +0900
  • 9ca8c54e8f Added Address and Port properties sta 2015-02-23 15:49:49 +0900
  • 160aa923c2 Refactored a few for EndPointManager.cs sta 2015-02-22 16:41:41 +0900
  • d3b45eb6ec Modified a bit for EndPointManager.cs, into the year 2015 sta 2015-02-21 15:25:45 +0900
  • 2aebe89e2d Modified a bit for the description of EndPointManager.cs sta 2015-02-20 16:44:20 +0900
  • 8c9898366b Removed the getEndPointListener (IPAddress, int, bool, HttpListener) method from the EndPointManager class sta 2015-02-19 16:33:36 +0900
  • 196a316141 Modified a few for EndPointManager.cs sta 2015-02-18 17:16:42 +0900
  • 168c550370 Fix for issue #103, replaced the getEndPointListener (IPAddress, int, bool, HttpListener) method with the getEndPointListener (string, int, HttpListener, bool) method, to be same as the latest Mono sta 2015-02-17 17:32:31 +0900
  • d8df50efef Added getEndPointListener (string, int, HttpListener, bool) method to the EndPointManager class sta 2015-02-16 16:41:58 +0900
  • 78a3bdc1b7 Modified a bit for CloseStatusCode.cs, into the year 2015 sta 2015-02-15 18:10:22 +0900
  • bd3eba02cf Modified a bit for Opcode.cs, into the year 2015 sta 2015-02-14 16:36:17 +0900
  • 1cb5b3079d Changed the access level of the Log property to the public sta 2015-02-13 16:02:26 +0900
  • d4e844dfcd Added Log property to the HttpListenerWebSocketContext class sta 2015-02-12 16:54:38 +0900
  • e989e3e18f Added Log property to the TcpListenerWebSocketContext class sta 2015-02-11 18:00:17 +0900
  • 14c419fc17 Modified a bit for TcpListenerWebSocketContext.cs, into the year 2015 sta 2015-02-10 18:10:06 +0900
  • 01770d043d Replaced the HttpListenerWebSocketContext (HttpListenerContext, string, Logger) constructor with the HttpListenerWebSocketContext (HttpListenerContext, string) constructor sta 2015-02-09 17:41:47 +0900
  • 4bcd400635 Modified a bit for HttpListenerWebSocketContext.cs, into the year 2015 sta 2015-02-08 15:19:02 +0900
  • 9df983b9d5 Modified a bit for HttpListenerContext.cs, into the year 2015 sta 2015-02-07 17:01:47 +0900
  • 9c43fcb039 Modified a bit for the description of HttpListenerContext.cs sta 2015-02-06 17:33:03 +0900
  • 828e117190 Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method sta 2015-02-05 17:31:33 +0900
  • a1da1a8ada Added Log property to the HttpListener class sta 2015-02-04 17:32:34 +0900
  • 382efaac6e Modified a bit for the description of HttpListener.cs sta 2015-02-03 15:56:38 +0900
  • 9e239e75d9 Modified a bit for HttpListener.cs, into the year 2015 sta 2015-02-02 16:56:38 +0900
  • 9568b0c603 Modified a bit for Ext.cs, into the year 2015 sta 2015-02-01 16:10:11 +0900
  • 766f2915f5 Modified a few for the description of Ext.cs sta 2015-01-31 16:49:20 +0900
  • bef64963be Modified a bit for the CheckIfValidControlData method sta 2015-01-30 11:51:18 +0900
  • 91adf42611 Removed the IsSendable methods sta 2015-01-29 15:50:13 +0900
  • 5c64c3c90e Modified the HttpServer class, fix for 'No Status Code' for the stop sta 2015-01-28 14:58:22 +0900
  • 22c1e8e3ad Modified a bit for HttpServer.cs, into the new year 2015 sta 2015-01-28 14:13:56 +0900
  • 7b050e07e2 Modified the WebSocketServer class, fix for 'No Status Code' for the stop sta 2015-01-27 16:14:04 +0900
  • 5c0ccc09a5 Modified a bit for WebSocketServer.cs, into the new year 2015 sta 2015-01-27 13:01:17 +0900
  • f072485b83 Modified the WebSocket class, fix for 'No Status Code' for the close sta 2015-01-26 17:34:02 +0900
  • 1bb7775a7e Added the CheckIfValidCloseParameters (CloseStatusCode, string) method sta 2015-01-25 17:51:09 +0900
  • 2c8ca0a491 Added the CheckIfValidCloseParameters (ushort, string) method sta 2015-01-24 15:45:04 +0900
  • 85d77399cc Added the IsSendable (CloseStatusCode) method sta 2015-01-23 16:31:26 +0900
  • a74f109649 Added the IsNoStatusCode (CloseStatusCode) method sta 2015-01-22 16:18:50 +0900
  • fa936b1743 Added the IsSendable (ushort) method sta 2015-01-21 16:45:54 +0900
  • 9a06b646d7 Added the IsNoStatusCode (ushort) method sta 2015-01-20 17:57:09 +0900
  • dc6250a0e3 Replaced the close method with the close2 method and renamed, fix for the close while connecting sta 2015-01-19 17:56:48 +0900
  • 88a1bbb9f6 Added the close2 (CloseEventArgs, bool, bool) method, to replace the close (CloseEventArgs, bool, bool) method with this sta 2015-01-18 17:27:23 +0900
  • fe9ec9f29b Refactored a bit for WebSocket.cs, into the new year 2015 sta 2015-01-17 16:56:46 +0900
  • c588c2e0a6 Refactored a bit for EndPointListener.cs, modified description about the source of this code sta 2015-01-16 16:21:22 +0900
  • 3307f472bb Refactored a bit for EndPointListener.cs, replaced 'args' with 'e' sta 2015-01-15 14:34:14 +0900
  • 75ac784100 Refactored a few for HttpConnection.cs sta 2015-01-14 13:47:55 +0900
  • 4fbcd862f3 Refactored a few for HttpConnection.cs sta 2015-01-13 16:07:56 +0900
  • 1692f87d07 Refactored a few for HttpConnection.cs sta 2015-01-12 14:07:12 +0900
  • 0207575b99 Into the new year 2015 sta 2015-01-11 14:07:55 +0900
  • 2b84433b38 Refactored a few for HttpConnection.cs sta 2015-01-10 14:22:54 +0900
  • 419f349738 Refactored a few for HttpConnection.cs sta 2015-01-09 16:35:14 +0900
  • 9431f9473c Refactored a few for EndPointListener.cs sta 2015-01-08 14:36:05 +0900
  • a26ecb8595 Refactored a few for EndPointListener.cs sta 2015-01-07 14:47:00 +0900
  • 61f62f050f Returned to the previous, this is for Unity sta 2015-01-06 15:39:29 +0900
  • 6af171ddcb Refactored a few for EndPointListener.cs sta 2015-01-05 16:37:14 +0900
  • 2179b2eec1 Refactored a few for EndPointListener.cs sta 2015-01-04 14:47:30 +0900
  • e5df79514f Refactored a few for EndPointListener.cs sta 2015-01-03 16:18:35 +0900
  • b73a95df8f Refactored a few for EndPointListener.cs sta 2015-01-02 17:19:28 +0900
  • 9afa878678 Into the new year 2015 sta 2015-01-01 12:37:33 +0900
  • d337911f9c Refactored a few for EndPointListener.cs sta 2014-12-31 13:47:02 +0900
  • d25abde628 Fix for issue #94, handle the value returned from the Socket.AcceptAsync method sta 2014-12-30 15:23:45 +0900
  • e43558c780 Refactored the onAccept method sta 2014-12-29 16:38:05 +0900
  • 744334b79e Handle the value returned from the Socket.AcceptAsync method sta 2014-12-28 17:38:16 +0900
  • f285e7af12 Added processAccepted method sta 2014-12-27 17:04:44 +0900
  • 6c8c4759c4 A small refactoring sta 2014-12-26 16:12:38 +0900
  • 93137666f7 Removed the ProxyAuthenticationChallenge property from the HttpResponse class sta 2014-12-25 14:26:16 +0900
  • 4042922810 Added checking more for the proxy authentication sta 2014-12-24 15:47:44 +0900
  • 778d01b3d7 Removed the AuthenticationChallenge property from the HttpResponse class sta 2014-12-23 15:57:01 +0900
  • f090fa9d5d Added some logs for the authentication sta 2014-12-22 14:57:52 +0900
  • 47931c9a42 Removed checking if an empty string from the Ext.TryCreateWebSocketUri method sta 2014-12-21 15:28:48 +0900
  • 7f01d41679 Modified a few for the WebSocket.sendHandshakeRequest method sta 2014-12-20 15:13:05 +0900