Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-03-24Disable some failing/hanging HTTP tests (#28425)David Shulman
2018-03-14Make SocketsHttpHandler default Handler (#27821)Caesar Chen
2018-02-21Several perf improvements/tweaks for SocketsHttpHandler (#27231)Stephen Toub
2018-02-16Improve test coverage of SocketsHttpHandler (#27135)Stephen Toub
2018-02-16Streamline SocketHttpHandler's ParseStatusLine validation (#27163)Stephen Toub
2018-02-14add response generation overloadsGeoff Kizer
2018-02-14address PR feedbackGeoff Kizer
2018-02-14reorganize and cleanup some LoopbackServer codeGeoff Kizer
2018-02-09Disable Http status line test cases on CurlHandler (#26982)Caesar Chen
2018-02-09Expose SocketsHttpHandlerStephen Toub
2018-02-08Enable HttpProtocolTest status line test cases (#26798)Caesar Chen
2018-02-02support LF line endings and trailer headersGeoff Kizer
2018-02-01fix dribble tests when client disconnects on bad request (#26730)Geoff Kizer
2018-01-31Merge pull request #26585 from geoffkizer/httpversionhandlingGeoff Kizer
2018-01-31Http protocol dribble tests taking two long (#26680)Paulo Janotti
2018-01-30fix CurlHandler test for 2.0 responseGeoff Kizer
2018-01-26update tests to correctly test existing behaviors of different handlersGeoff Kizer
2018-01-26Enable some HttpProtocolTests test cases and skip them on .NET Core Windows r...Caesar Chen
2018-01-25clean up request and response version handling in managed handler, and add testsGeoff Kizer
2018-01-25Merge pull request #26511 from geoffkizer/mischttp1Geoff Kizer
2018-01-24Enable HttpProtocolTests test cases on .NET Core (#26525)Caesar Chen
2018-01-22make dribble test slightly more usefulGeoff Kizer
2018-01-22fix issue that was causing duplicate test executionGeoff Kizer
2017-10-18Address PR feedbackStephen Toub
2017-10-17add more cases and make tests more robustGeoff Kizer
2017-10-17add some basic protocol tests for status line handlingGeoff Kizer