921 Commits (b1b728eefd769c2fe36122780f89760d64887b58)

Author SHA1 Message Date
sta e89b674bc8 [Modify] Polish it 10 years ago
sta ee177afb7c [Modify] Rename it 10 years ago
sta 086b1717c0 [Modify] Remove it 10 years ago
sta 75faec8860 [Modify] Move it 10 years ago
sta 41619ca1b1 [Modify] Move it 10 years ago
sta c8c4f12232 [Modify] Remove it 10 years ago
sta 51e61827f6 [Modify] Remove it 10 years ago
sta d0cb458550 [Modify] Rename it 10 years ago
sta 4603399f92 [Modify] Rename it 10 years ago
sta 53421952b5 [Modify] Replace it 10 years ago
sta 242c96efd7 [Modify] Polish it 10 years ago
sta e02b553739 [Modify] Rename it to ToArray 10 years ago
sta 72ae755c50 [Modify] Polish it 10 years ago
sta 7b46252038 [Modify] Add a field
It can be used as the empty payload data.
10 years ago
sta d699a8d49a [Modify] Remove it
It will never ever be used.
10 years ago
sta 4bc3c5ed60 [Modify] Rename it to ToArray 10 years ago
sta 53d2077ca5 [Modify] Polish it 10 years ago
sta 4654252a22 [Modify] Polish it 10 years ago
sta 78ef7d64f7 [Modify] Replace it with readonly
And add some xml doc comments to help to change the field value.
10 years ago
sta afbd7b2f71 [Modify] Polish it 10 years ago
sta 8542bccc55 [Modify] Polish it 10 years ago
sta d2bb267306 [Modify] Polish it 10 years ago
sta 011fc19269 [Modify] Remove older 10 years ago
sta b0be2a7dbb [Modify] Polish it 10 years ago
sta 3521004c43 [Modify] Polish it 10 years ago
sta f902958aad [Modify] Polish it 10 years ago
sta de63dc1529 [Modify] Polish it 10 years ago
sta 48b55173fa [Modify] Polish it 10 years ago
sta 6d3960ed7d [Modify] Add ReadAsync2 method
Merge a part of pull request #153 from fd5fc9a5fc.
10 years ago
sta 6833c2b014 [Modify] Polish it 10 years ago
sta 6e6bab85af [Modify] Polish it 10 years ago
sta 2937598db9 [Modify] Polish it 10 years ago
sta 58734d7ba6 [Modify] Remove older 10 years ago
sta bee39e08a9 [Modify] Polish it 10 years ago
sta a749a67838 [Modify] Polish it 10 years ago
sta 2b984221fd [Modify] Polish it 10 years ago
sta 69c99b8765 [Modify] Polish it 10 years ago
sta f518dd717c [Modify] Polish it 10 years ago
sta 4d5add5e8d [Modify] Add ReadBytesAsync2 method
Add ReadBytesAsync2 (Stream, long, int, Action<byte[]>, Action<Exception>) method to support pull request #153
10 years ago
sta 577ea14ffd [Modify] Add ReadBytesAsync2 method
Merge a part of pull request #153 from fd5fc9a5fc.
10 years ago
sta c6243a14d9 [Modify] Add null check 10 years ago
sta 10af5c7320 [Modify] Add null check 10 years ago
sta ceb831b18f [Modify] Add readBytesAsync method
Merge a part of pull request #153 from fd5fc9a5fc.
10 years ago
sta 75412101d8 [Modify] Output a state in lowercase 10 years ago
sta b1e77df0b6 Refactored a few for WebSocket.cs 10 years ago
sta de8f4caffa Removed the checkIfAvailable (bool, bool) method 10 years ago
sta c87acb5029 Refactored a bit for EndPointListener.cs 10 years ago
sta d07e9cb5e9 Removed the checkIfCanAccept method 10 years ago
sta 1d403af6bf Removed the checkIfCanConnect method 10 years ago
sta 3ba410bc2e Added checkIfAvailable (bool, bool, bool, bool, bool, bool) method 10 years ago
sta 72302fba97 Refactored a bit for WebSocket.cs 10 years ago
sta 653064223b Refactored a few for EndPointManager.cs 10 years ago
sta efb922a67a Refactored a bit for EndPointListener.cs 10 years ago
sta bdbdf64d3d Fix for pull request #155, merged ddab2067da 10 years ago
sta 2c65fd2714 Fix for pull request #155, merged 503ada402b 10 years ago
sta 3c060c545a Fix for pull request #155, merged 710b1e89b0 10 years ago
sta 0cddc67001 Initialize the continuation flag when closing 10 years ago
sta 9ff19e6ecd Added the internal WebSocket.EmptyBytes field 10 years ago
sta cd886d32df Added the Ext.UTF8Encode method 10 years ago
sta f8f68e49b0 Added the Ext.UTF8Decode method 10 years ago
sta ddb5819a0e Added the WebSocket.CheckSendParameters method 10 years ago
sta 09a64d67be Added the WebSocket.CheckSendParameter methods 10 years ago
sta f852a19746 Refactored WebSocketServiceHost.cs, separated the WebSocketServiceHost<TBehavior> class into a new file 10 years ago
sta 18b980fc98 Modified a bit for WebSocketServiceHost.cs, into the year 2015 10 years ago
sta 170977586a Refactored a few for WebSocketServiceHost.cs 10 years ago
sta 009ca2d701 Refactored a few for WebSocket.cs 10 years ago
sta d949a64f26 Refactored a few for WebSocket.cs 10 years ago
sta b0048a213a Refactored a few for WebSocket.cs 10 years ago
sta 18776d1a22 Added the internal Ext.CheckIfAvailable (WebSocketState, bool, bool, bool, bool) method 10 years ago
sta 999e777517 Added the internal Ext.CheckIfAvailable (ServerState, bool, bool, bool) method 10 years ago
sta 80a0107bab Added the internal Ext.CheckIfCanStop (ServerState) method 11 years ago
sta 46eae139e2 Added the internal Ext.CheckIfCanStart (ServerState) method 11 years ago
sta 7bd0fb87f2 Added the internal Ext.CheckIfCanSend (WebSocketState) method 11 years ago
sta dce49c037f Added the internal Ext.CheckIfCanClose (WebSocketState) method 11 years ago
sta f780f536e2 Refactored a few for WebSocket.cs 11 years ago
sta 5ceb4c4311 Modified a few for the WebSocket.Connect and ConnectAsync methods 11 years ago
sta 8efe37eb2f Added the public WebSocket.Accept and AcceptAsync methods 11 years ago
sta 745da21631 Added accept method 11 years ago
sta 776fee9170 Refactored a few for WebSocket.cs 11 years ago
sta 586a6202a2 Fix for pull request #146 11 years ago
sta 0eec6595a6 Refactored a few for WebSocketBehavior.cs 11 years ago
sta f99112fc2f Fix for pull request #113 11 years ago
sta 58a4f02bda Fix for pull request #113 11 years ago
sta 2461b43145 Refactored a few for MessageEventArgs.cs 11 years ago
sta 196f5d92a1 Fix for issue #145 11 years ago
sta 0be4389d97 Replaced the processFragmentedFrame method with the processFragmentedFrame2 method, and renamed 11 years ago
sta 82077d321c Added processFragmentedFrame2 method, to replace the processFragmentedFrame method with this 11 years ago
sta 058d952970 Modified a bit for MessageEventArgs.cs, into the year 2015 11 years ago
sta 87ce74010e Fix for pull request #116 11 years ago
sta 8cd2248b2b Refactored a few for HttpServer.cs 11 years ago
sta 624b20afa8 Refactored a few for Ext.cs 11 years ago
sta 9360a6d99a Fix for pull request #115, added the HttpServer (string) constructor 11 years ago
sta 68b9fb0106 Refactored a few for EndPointListener.cs 11 years ago
sta d2dc6ff959 Fix for pull request #115, added the Address property to the HttpServer class 11 years ago
sta 3c0fa929a1 Refactored a few for Ext.cs 11 years ago
sta 96b684036f Refactored a few for WebSocketServer.cs 11 years ago
sta 34de5b9ca4 Refactored a few for HttpServer.cs 11 years ago
sta d4fc8da7a8 Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int) constructor 11 years ago
sta c10c9886ef Fix for pull request #115, added the HttpServer (System.Net.IPAddress, int, bool) constructor 11 years ago
sta 4bc2c4d4f0 Refactored a few for HttpListenerRequest.cs 11 years ago