973 Commits (77472f073ff7c96463055d6119d7ba2950246298)
 

Author SHA1 Message Date
sta 22c1e8e3ad Modified a bit for HttpServer.cs, into the new year 2015 11 years ago
sta 7b050e07e2 Modified the WebSocketServer class, fix for 'No Status Code' for the stop 11 years ago
sta 5c0ccc09a5 Modified a bit for WebSocketServer.cs, into the new year 2015 11 years ago
sta f072485b83 Modified the WebSocket class, fix for 'No Status Code' for the close 11 years ago
sta 1bb7775a7e Added the CheckIfValidCloseParameters (CloseStatusCode, string) method 11 years ago
sta 2c8ca0a491 Added the CheckIfValidCloseParameters (ushort, string) method 11 years ago
sta 85d77399cc Added the IsSendable (CloseStatusCode) method 11 years ago
sta a74f109649 Added the IsNoStatusCode (CloseStatusCode) method 11 years ago
sta fa936b1743 Added the IsSendable (ushort) method 11 years ago
sta 9a06b646d7 Added the IsNoStatusCode (ushort) method 11 years ago
sta dc6250a0e3 Replaced the close method with the close2 method and renamed, fix for the close while connecting 11 years ago
sta 88a1bbb9f6 Added the close2 (CloseEventArgs, bool, bool) method, to replace the close (CloseEventArgs, bool, bool) method with this 11 years ago
sta fe9ec9f29b Refactored a bit for WebSocket.cs, into the new year 2015 11 years ago
sta c588c2e0a6 Refactored a bit for EndPointListener.cs, modified description about the source of this code 11 years ago
sta 3307f472bb Refactored a bit for EndPointListener.cs, replaced 'args' with 'e' 11 years ago
sta 75ac784100 Refactored a few for HttpConnection.cs 11 years ago
sta 4fbcd862f3 Refactored a few for HttpConnection.cs 11 years ago
sta 1692f87d07 Refactored a few for HttpConnection.cs 11 years ago
sta 0207575b99 Into the new year 2015 11 years ago
sta 2b84433b38 Refactored a few for HttpConnection.cs 11 years ago
sta 419f349738 Refactored a few for HttpConnection.cs 11 years ago
sta 9431f9473c Refactored a few for EndPointListener.cs 11 years ago
sta a26ecb8595 Refactored a few for EndPointListener.cs 11 years ago
sta 61f62f050f Returned to the previous, this is for Unity 11 years ago
sta 6af171ddcb Refactored a few for EndPointListener.cs 11 years ago
sta 2179b2eec1 Refactored a few for EndPointListener.cs 11 years ago
sta e5df79514f Refactored a few for EndPointListener.cs 11 years ago
sta b73a95df8f Refactored a few for EndPointListener.cs 11 years ago
sta 9afa878678 Into the new year 2015 11 years ago
sta d337911f9c Refactored a few for EndPointListener.cs 11 years ago
sta d25abde628 Fix for issue #94, handle the value returned from the Socket.AcceptAsync method 11 years ago
sta e43558c780 Refactored the onAccept method 11 years ago
sta 744334b79e Handle the value returned from the Socket.AcceptAsync method 11 years ago
sta f285e7af12 Added processAccepted method 11 years ago
sta 6c8c4759c4 A small refactoring 11 years ago
sta 93137666f7 Removed the ProxyAuthenticationChallenge property from the HttpResponse class 11 years ago
sta 4042922810 Added checking more for the proxy authentication 11 years ago
sta 778d01b3d7 Removed the AuthenticationChallenge property from the HttpResponse class 11 years ago
sta f090fa9d5d Added some logs for the authentication 11 years ago
sta 47931c9a42 Removed checking if an empty string from the Ext.TryCreateWebSocketUri method 11 years ago
sta 7f01d41679 Modified a few for the WebSocket.sendHandshakeRequest method 11 years ago
sta a23bd04bdc Added HasConnectionClose property to the HttpResponse class 11 years ago
sta a8bb74c394 Modified a few for Example 11 years ago
sta 54bb87140e Refactored WebSocket.cs 11 years ago
sta 94c26e6107 Fix for issue #42, enable redirection to the new url located in the handshake response 11 years ago
sta 072ad21481 Added redirection 11 years ago
sta 34be0af5c6 Added checking if the handshake response is a Redirect 11 years ago
sta 3cc62a3590 Removed the IsMoved property 11 years ago
sta 0e5a35edf7 Added IsMoved property to the HttpResponse class 11 years ago
sta e7c4b1416a Added IsRedirect property to the HttpResponse class 11 years ago