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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-21[tests] Replace __WATCHOS__ with MONOTOUCH_WATCH (#17459)Thays Grazia
2019-10-19Changing behavior of some tests in WatchOsThays Grazia
2019-08-27Allow file:// based Uri's to be used in HttpClient when the BaseAddress is setSteve Pfister
2019-07-02[System.Net.Http]: Delete broken `Send_Transfer_Encoding_Custom()` test. (#15...Martin Baulig
2019-06-27Disable flaky test HttpClientTest.CancelRequestViaProxyRyan Lucia
2019-05-23[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)Alexander Köplinger
2019-04-10[System.Net.Http] Make some tests specific to HttpClientHandlerAlexander Köplinger
2019-03-06Introducing `HttpClient.CreateDefaultHandler()`. (#13305)Martin Baulig
2019-03-02Throw InvalidOperationException if inner handler is not assignedMaxim Lipnin
2019-03-01[System.Net.Http] Move NSUrlSessionHandler from xamarin-macios to mono (#13229)Alexander Köplinger
2019-02-27[ci] Add new mode of execution for nunit tests on Android (#13098)Ludovic Henry
2019-02-14[System.Net.Http] Improve HttpClientTest to use the retry http listener (#12994)Alexander Köplinger
2019-02-01"Imperial Red": Bring HttpClient from CoreFx (#11906)Martin Baulig
2018-09-08[System.Net.Http] Allow empty value in ProductHeaderValue (#10511)Marek Safar
2018-06-26[System]: `HttpWebRequest` now throws `WebExceptionStatus.RequestCanceled` on...Martin Baulig
2018-04-12[System.Net.Http] Use '*' as the host instead of '+' in the tests. Fixes xama...Rolf Bjarne Kvinge
2018-03-21[HttpClientTest] remove WildcardConnect () on WatchOSBernhard Urban
2018-03-15[System]: Introduce `WebCompletionSource<T>` and use it in `WebOperation`. (#...Martin Baulig
2018-02-28[System]: Enable some System.Net.Requests tests from CoreFX. (#7080)Martin Baulig
2017-10-03[System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f0...Marek Safar
2017-09-30[System.Net.Http] HttpClient timeout range checks. Fixes #25755Marek Safar
2017-08-31[bcl] Fix a few hardcoded socket ports in tests (#5471)Alexander Köplinger
2017-02-15[System.Net.Http] Add Transfer-Encoding: chunked special handling. Fixes #47599Marek Safar
2017-02-14[System.Net.Http] Allow re-sending StreamContent. Fixes #52448Marek Safar
2016-10-05[System.Net.Htpp] Add test for large content range headersMarek Safar
2016-09-27[System*] Throw a PlatformNotSupported exception when using the networking st...Rolf Bjarne Kvinge
2016-09-16[System.Net.Http] Show invalid values added to HttpHeaderValueCollection. to ...Marek Safar
2016-07-26[System*] Add category for tests that use API that require BSD sockets.Rolf Bjarne Kvinge
2016-05-24[System.Net.Http] Disable default global proxy when only UseProxy is set. Fix...Marek Safar
2016-03-19[System.Net.Http] Make HttpClientTest.RequestUriAfterRedirect test more reliableAlexander Köplinger
2016-03-15[System.Net.Http] Make HttpClientTest.GetString_Many test more reliableAlexander Köplinger
2016-03-14[system.net.http] The backslash character may be used as a single-character q...Marek Safar
2015-12-03[System.Net.Http] Replace google.com with example.org in a testAlexander Köplinger
2015-09-18[System.Net.Http] Fix custom Host header not being set on requests. Fixes #34044Adam Burgess
2015-08-05[system.net.http] Add special handling for chunked transfer-encoding httpwebr...Marek Safar
2015-07-09[System.Net.Http] Reading ContentLength value actually set header property va...Marek Safar
2015-06-25[system.net.http] Convert default request headers to string values using corr...Marek Safar
2015-06-08[system.net.http] Apply custom to string formating to parsed values. Fixes #3...Marek Safar
2015-05-23Added a test for accessing HttpRequestHeader.HostKai Ruhnau
2015-04-01[system.net.http] Use correct separator for headers tostringMarek Safar
2015-03-27[system.net.http] Parse range values using long range. Fixes #26109Marek Safar
2015-02-25[system.net.http] Add another workaround for incompatible mono Uri handling. ...Marek Safar
2015-02-25[System.Net.Http] Change relative uri test to not require internet accessMarek Safar
2015-02-24[system.net.http] Accept header with multiple values. Fixes #27352Marek Safar
2015-02-13[system.net.http] Parsing of nested parens inside comment. Fixes #27036Marek Safar
2015-01-12[system.net.http] ProductInfoHeader collection parsing/formatting uses specia...Marek Safar
2015-01-05[System.Net.Http] Fix CancelRequestViaProxy() test that intermittently fails ...Alexander Köplinger
2015-01-05Fixes buildMarek Safar
2015-01-05[system.net.http] Use HttpWebRequest without additional buffering. Fixes #25213Marek Safar
2014-11-27[system.net.http] Update range checks for invalid characters. Fixes #18800Marek Safar