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-12-18[bcl] Split corlib and System.Core xunit test assemblies for monotouch profil...Alexander Köplinger
2019-12-02[wasm][bcl][http] Fix descriptive message for the `PlatformNotSupportedExcept...campersau
2019-11-22Add more descriptive message to the `PlatformNotSupportedException` (#17864)Kenneth Pouncey
2019-11-01[csproj] Update project filesmonojenkins
2019-10-30[System.Net.Http]: Bring `HttpClient` from CoreFX on monotouch and xammac.Martin Baulig
2019-10-21[tests] Replace __WATCHOS__ with MONOTOUCH_WATCH (#17459)Thays Grazia
2019-10-19Changing behavior of some tests in WatchOsThays Grazia
2019-10-14[System.Net.Http] Clean up HttpMessageHandler setup (#17252)Marek Safar
2019-10-10[csproj] Update project filesmonojenkins
2019-10-10[System.Net.Http] Make HttpClientHandler on WatchOS always fallbackMarek Safar
2019-09-19Use `NetworkStream` from CoreFX. (#16889)Martin Baulig
2019-08-27Allow file:// based Uri's to be used in HttpClient when the BaseAddress is setSteve Pfister
2019-07-17[bcl] Sync recent NS2.1 changes (#15696)Egor Bogatov
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-06-20Add Windows x64 Full AOT Interpreter support on CI. (#15127)Johan Lorensson
2019-06-12[System.Net.Http]: Add hack to the legacy HttpClient to pass down Timeout pro...Martin Baulig
2019-05-23[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)Alexander Köplinger
2019-04-30[csproj] Update project filesmonojenkins
2019-04-29Define `DISABLE_SECURITY` and `DISABLE_REMOTING` on wasm and testing_aot.Martin Baulig
2019-04-25[csproj] Update project filesmonojenkins
2019-04-10[System.Net.Http] Make some tests specific to HttpClientHandlerAlexander Köplinger
2019-03-30Update System.Net.Http for WatchAlexander Köplinger
2019-03-30[System.Net.Http] Add IVT to Xamarin.* assemblies and update MacAlexander Köplinger
2019-03-29[System.Net.Http] Move Mac/iOS specific HttpMessageHandler's to Xamarin.*.dll...Alexander Köplinger
2019-03-18[System.Net.Http] Port https://github.com/xamarin/xamarin-macios/pull/5769 to...Alexander Köplinger
2019-03-08Update System.Net.Http.csprojAlexander Köplinger
2019-03-07HttpClient for Web Assembly.Martin Baulig
2019-03-07[csproj] Update project filesmonojenkins
2019-03-07HttpClient for Android.Martin Baulig
2019-03-06Introducing `HttpClient.CreateDefaultHandler()`. (#13305)Martin Baulig
2019-03-06NS2.1 Sync new changes, mobile profiles (#13198)Egor Bogatov
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
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-21SslStream improvements and testsMartin Baulig
2019-02-20Add temporary workaround for internal StreamContent constructor.Martin Baulig
2019-02-14[System.Net.Http] Improve HttpClientTest to use the retry http listener (#12994)Alexander Köplinger
2019-02-02Fix tarball buildAlexander Köplinger
2019-02-01Fix tarball buildAlexander Köplinger
2019-02-01"Imperial Red": Bring HttpClient from CoreFx (#11906)Martin Baulig
2019-01-23[System.Net.Http] Fix CFNetworkHandler when no data is sentSebastien Pouliot
2019-01-02[csproj] Update project filesmonojenkins
2018-12-21Minor style changes.Manuel de la Pena
2018-12-21Fix error while chaging the request :/Manuel de la Pena
2018-12-21Small typo.Manuel de la Pena
2018-12-21No need to close the obc, it can be reused.Manuel de la Pena
2018-12-21[Network] Fix CVE 2018-8292 on Mac OS X.Manuel de la Pena
2018-12-20Allow urls with a blob scheme to pass validation in WASM (#12121)Larry Ewing