338 Commits (ad41099180d551755ccbf9567cf2f4bd74e601a1)

Author SHA1 Message Date
sta 1eabd45f24 Refactored a few for ChunkStream.cs 11 years ago
sta dac4a4a489 Refactored a bit for ChunkStream.cs 11 years ago
sta a5e081362a Refactored a few for ChunkStream.cs 11 years ago
sta 59bd234808 Refactored a few for ChunkStream.cs 11 years ago
sta 67f63654cd Refactored a few for ChunkStream.cs 11 years ago
sta b5aa5c4f06 Refactored a bit for ChunkedRequestStream.cs 11 years ago
sta a058af8a01 Refactored a few for HttpConnection.cs 11 years ago
sta a6bd7c35c4 Refactored a few for ChunkedRequestStream.cs 11 years ago
sta 6ee4657719 Modified a bit for RequestStream.cs, into the year 2015 11 years ago
sta 475fe0a884 Modified a bit for the description of RequestStream.cs 11 years ago
sta 6847e632ea Refactored a few for RequestStream.cs 11 years ago
sta a25a1ea652 Modified a bit for HttpStreamAsyncResult.cs, into the year 2015 11 years ago
sta 962dc05774 Modified a bit for the description of HttpStreamAsyncResult.cs 11 years ago
sta 8793576fba Refactored a few for HttpStreamAsyncResult.cs 11 years ago
sta 0a07e10c90 Modified a bit for ReadBufferState.cs, into the year 2015 11 years ago
sta cc9f3b1d92 Modified a bit for the description of ReadBufferState.cs 11 years ago
sta c21db7ea64 Refactored a few for ReadBufferState.cs 11 years ago
sta e113e842d3 Modified a bit for ChunkedRequestStream.cs, into the year 2015 11 years ago
sta f480eb5785 Modified a bit for the description of ChunkedRequestStream.cs 11 years ago
sta e73cfe4bc2 Refactored a few for ChunkedRequestStream.cs 11 years ago
sta 195e3c9adb Modified a bit for ChunkStream.cs, into the year 2015 11 years ago
sta 767645d7a0 Modified a bit for the description of ChunkStream.cs 11 years ago
sta f7ca668c02 Refactored a few for ChunkStream.cs 11 years ago
sta d959e0f437 Modified a bit for Chunk.cs, into the year 2015 11 years ago
sta 2519d6151b Modified a bit for the description of Chunk.cs 11 years ago
sta 7857aa7076 Refactored a few for Chunk.cs 11 years ago
sta 39636b4b30 Moved the authenticate method to the HttpListener class, as Authenticate (HttpListenerContext) method 11 years ago
sta 913c47b70c Replaced the authenticate method with authenticate (HttpListenerContext, HttpListener) method 11 years ago
sta f627efd8df Modified a bit for HttpListenerAsyncResult.cs, into the year 2015 11 years ago
sta b1cf09929f Modified a bit for the description of HttpListenerAsyncResult.cs 11 years ago
sta 7364805b9e Refactored a few for HttpListenerAsyncResult.cs 11 years ago
sta bd70e0b11c Modified a bit for HttpListenerResponse.cs, into the year 2015 11 years ago
sta ca7a0c1ef2 Modified a bit for the description of HttpListenerResponse.cs 11 years ago
sta 78fd24040b Refactored a few for HttpListenerResponse.cs 11 years ago
sta f99c31a7e0 Refactored a bit for HttpListenerRequest.cs 11 years ago
sta 4d9d5858d8 Modified a bit for HttpListenerRequest.cs, into the year 2015 11 years ago
sta eb765953ca Modified a bit for the description of HttpListenerRequest.cs 11 years ago
sta f8758c61e6 Refactored a few for HttpListenerRequest.cs 11 years ago
sta 236846a7c3 Refactored a few for HttpListenerPrefix.cs 11 years ago
sta 7d678fec4c Modified a bit for HttpListenerPrefixCollection.cs, into the year 2015 11 years ago
sta c1fa217fe6 Modified a bit for the description of HttpListenerPrefixCollection.cs 11 years ago
sta fa1a572453 Refactored a few for HttpListenerPrefixCollection.cs 11 years ago
sta 1118674782 Modified a bit for HttpListenerPrefix.cs, into the year 2015 11 years ago
sta a8429f7567 Modified a bit for the description of HttpListenerPrefix.cs 11 years ago
sta 5beec5da30 Refactored a few for EndPointManager.cs 11 years ago
sta cd10c21112 Modified a few for EndPointManager.cs 11 years ago
sta 47e859f57f Modified a few for EndPointListener.cs 11 years ago
sta 328fd5d43d Replaced the RemoveEndPoint (IPEndPoint, EndPointListener) method with the RemoveEndPoint (EndPointListener) method 11 years ago
sta 9ca8c54e8f Added Address and Port properties 11 years ago
sta 160aa923c2 Refactored a few for EndPointManager.cs 11 years ago
sta d3b45eb6ec Modified a bit for EndPointManager.cs, into the year 2015 11 years ago
sta 2aebe89e2d Modified a bit for the description of EndPointManager.cs 11 years ago
sta 8c9898366b Removed the getEndPointListener (IPAddress, int, bool, HttpListener) method from the EndPointManager class 11 years ago
sta 196a316141 Modified a few for EndPointManager.cs 11 years ago
sta 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 11 years ago
sta d8df50efef Added getEndPointListener (string, int, HttpListener, bool) method to the EndPointManager class 11 years ago
sta 1cb5b3079d Changed the access level of the Log property to the public 11 years ago
sta d4e844dfcd Added Log property to the HttpListenerWebSocketContext class 11 years ago
sta e989e3e18f Added Log property to the TcpListenerWebSocketContext class 11 years ago
sta 14c419fc17 Modified a bit for TcpListenerWebSocketContext.cs, into the year 2015 11 years ago
sta 01770d043d Replaced the HttpListenerWebSocketContext (HttpListenerContext, string, Logger) constructor with the HttpListenerWebSocketContext (HttpListenerContext, string) constructor 11 years ago
sta 4bcd400635 Modified a bit for HttpListenerWebSocketContext.cs, into the year 2015 11 years ago
sta 9df983b9d5 Modified a bit for HttpListenerContext.cs, into the year 2015 11 years ago
sta 9c43fcb039 Modified a bit for the description of HttpListenerContext.cs 11 years ago
sta 828e117190 Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method 11 years ago
sta a1da1a8ada Added Log property to the HttpListener class 11 years ago
sta 382efaac6e Modified a bit for the description of HttpListener.cs 11 years ago
sta 9e239e75d9 Modified a bit for HttpListener.cs, into the 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 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 696287e25a Modified a few for xml doc comment 11 years ago
sta bf890b5b47 Added the HTTP response headers for the WebSocket 11 years ago
sta f3fb377f45 Added the HTTP request headers for the WebSocket 11 years ago
sta c1dc05a256 Added HttpResponseHeader.cs 11 years ago
sta 10af3facc8 Added HttpRequestHeader.cs 11 years ago
sta 0e8399d8a2 Refactored HttpHeaderInfo.cs 11 years ago
sta 3b297e3d7d Refactored WebHeaderCollection.cs 11 years ago
sta dbe97b4d00 Refactored HttpHeaderInfo.cs 11 years ago
sta 171df40d85 Refactored HttpConnection.cs 11 years ago
sta 04966f221b Modified HTTP auth for HttpListener class 11 years ago
sta 5003c10e0c Modified HTTP auth for HttpListener class 11 years ago
sta 533ef2090a Modified HTTP auth for WebSocketServer class 11 years ago