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 (Collapse)Author
2018-02-28[System.IO] Integrate FileSystemWatchers from CoreFXAlexis Christoforides
The FSEvent CoreFX watcher becomes the new default for MacOS.
2018-02-28[System]: Enable some System.Net.Requests tests from CoreFX. (#7080)Martin Baulig
* [System]: Enable some System.Net.Requests tests from CoreFX. * tests.make: add `$(XTEST_HARNESS_PATH)` to `TEST_MONO_PATH`, so we can find xunit.assert. * corefx/SR.cs: add `System.Net.Requests` resources from corefx. * HttpWebRequest: See below for detailed summary. * Match parameter names of overridden base class members. * Fixed order of some argument / state checks to match the tested behavior. * Most async methods now throw exceptions instead of returning faulted tasks when called with incorrect arguments. * HttpWebResponse.ContentType: use `string.empty` as default. * WebConnectionStream.FlushAsync: override to return a finished task. * HttpWebRequestTest.AllowReadStreamBuffering: removed this test. * test-helpers/RemoteExecutorConsoleApp: silently ignore compiler- generated helper methods. Enabled tests from CoreFX: -------------------------- Added the following tests from external/corefx/src/System.Net.Requests/tests: * AuthorizationTest, FileWebRequestTest, GlobalProxySelectionTest, HttpRequestCachePolicyTest, HttpWebRequestTest, HttpWebResponseHeaderTest, HttpWebResponseTest, LoggingTest, RequestStreamTest, WebRequestTest Not working yet: * AuthenticationManagerTest, FtpWebRequestTest We are currently using ../../../external/corefx/src/System.Net.Requests/tests/*.cs:AuthenticationManagerTest.cs,FtpWebRequestTest.cs Summary of HttpWebRequest changes: ---------------------------------- * Host - we are now using the implementation from corefx. * DefaultMaxResponseHeadersLength (unused) - fix default value. * AllowReadStreamBuffering (unused) - allow this property to be read/written. * ContinueTimeout - likewise. * DefaultCachePolicy (unused) - allow this property to be read/written and set default value. * DefaultMaximumErrorResponseLength (unused) - likewise. * Connection - use implementation from corefx. * Method - use implementation from corefx, which has additional error checks. * MaximumResponseHeadersLength - use implementation from corefx, adding error checks. * ReadWriteTimeout - likewise. * ProtocolVersion - include parameter name in ArgumentException. * TransferEncoding - use implementation from corefx. * BeginGetRequestStream / GetRequestStreamAsync / GetRequestStream: throw exceptions when called with incorrect arguments rather than returning faulted tasks. * Disable the corefx tests for the moment. * Bump API snapshot submodule * Update tests.make
2018-02-27bump nunitliteBernhard Urban
Commit list for mono/NUnitLite: * mono/NUnitLite@70bb70b [FinallyDelegate] rely on PlatformNotSupportedException in order to determine remoting support (#10) * mono/NUnitLite@09ad9cf [FinallyDelegate] add comments for why CallContext is used (#9) * mono/NUnitLite@ab5cc9c [FinallyDelegate] Make this work with platforms without remoting. (#8) Diff: https://github.com/mono/NUnitLite/compare/b7776829bb7b2f9c58db045a6f40be40bcd96761...70bb70b0ffd0109aadaa6e4ea178972d4fb63ea3
2018-02-26[corlib] CompareInfo from CoreFX (#7272)Marek Safar
2018-02-26Bump api-snapshotAlexander Köplinger
2018-02-23Bump API snapshot submodulemonojenkins
2018-02-23[xbuild] add property that is available in msbuild (#7223)monojenkins
* add property that is available in msbuild They fsharp team decided to remove a `#if MONO` with the assumption that `xbuild` is dead and everything has switched over to `msbuild`: https://github.com/Microsoft/visualfsharp/pull/3969/files#diff-bcb4028a918d13bbab2d0c1c15c97e6aL181 https://github.com/Microsoft/visualfsharp/pull/3969/commits/5e17e3111f88b1a1f025ac54c8147052e12f347f#r151844561 which, alas, is not true yet. With this PR we started to ship above modifications in the MDK: https://github.com/mono/mono/pull/7018 * Bump API snapshot submodule
2018-02-23[build] Remove multi stage build from Mono.Security (#7171)Marek Safar
2018-02-23[bockbuild] Detect HTTP errors when using curlAlexis Christoforides
2018-02-22Bump bockbuild for https://github.com/mono/bockbuild/pull/62Alexis Christoforides
2018-02-21Bump corefx submoduleAlexander Köplinger
For some reason it got bumped to a commit that is no longer in master.
2018-02-20bump nunit-liteBernhard Urban
Commit list for mono/NUnitLite: * mono/NUnitLite@b777682 [FinallyDelegate] only call it if available, on some platforms (e.g. iOS) it can be set to null (#7) Diff: https://github.com/mono/NUnitLite/compare/0dc7716771023274074160d1816c2fa610e23d2f...b7776829bb7b2f9c58db045a6f40be40bcd96761
2018-02-20[corlib] Add System.Runtime.ProfileOptimization APIs (#7120)Alexander Köplinger
They are starting to be used by Roslyn (https://github.com/dotnet/roslyn/commit/eed147d330e92a55cb2daa26acb28fcde1776f04) and without them we crash because we can't load the type. Making the APIs no-ops is explicitly allowed by the docs (e.g. on single-core machine): https://docs.microsoft.com/en-us/dotnet/api/system.runtime.profileoptimization.startprofile?view=netframework-4.7.1#Remarks * Bump corlib version otherwise monolite won't work with recent csc
2018-02-19Bump api-snapshot submoduleAlexander Köplinger
2018-02-19[corlib] CoreRT System.Threading.Tasks (#6672)Egor Bogatov
2018-02-13Bump mono/NUnitLiteBernhard Urban
Commit list for mono/NUnitLite: * mono/NUnitLite@0dc7716 [FinallyDelegate] make key for `lookupTable` actually unique (#6) Diff: https://github.com/mono/NUnitLite/compare/a8bef89392920dd0ef5d74ef3563d97083246414...0dc7716771023274074160d1816c2fa610e23d2f
2018-02-13Bump api-snapshotAlexander Köplinger
2018-02-13Bump linker and update linker-analyzer referencesRadek Doulik
2018-02-10[System.Threading.Tasks] Disable a flaky testAlexis Christoforides
2018-02-09[bcl] Fix more assembly identity mismatches (#6870)Alexander Köplinger
As a follow up to https://github.com/mono/mono/issues/6848 I checked all the assemblies and found some more identity mismatches with .NET
2018-02-08Bump bockbuildAlexander Köplinger
2018-02-08Bump bockbuild to get new gtk+ repo locationAlexander Köplinger
2018-02-08Bump bockbuild to add gtk# generator fix (#6880)Marius Ungureanu
Bug 61202 - Fatal error when adding aspect ratio constraint
2018-02-08[reference-assemblies] Fix public key for some newer v4.7.1 facades (#6863)Alexander Köplinger
Fixes https://github.com/mono/mono/issues/6848
2018-02-07Bump corefx. (#6810)Martin Baulig
2018-02-06Bump API snapshot submodulemonojenkins
2018-02-06Add missing api to System.Data (fixes 6767)Egor Bogatov
2018-02-05Bump version to 5.13 (#6792)Ludovic Henry
2018-02-03[boringssl] Bump to include Neale's big endian fixes (#6761)Alexander Köplinger
https://github.com/mono/boringssl/pull/4 and followup 2ba8564f8b6.
2018-02-02[System]: Use WebClient from CoreFX. (#6711)Martin Baulig
The CoreFX version has a few error checks which are not in the referencesource, switching to CoreFX allows us to enable their tests. Use Path.GetRandomFileName() and Path.GetTempFileName() in tests.
2018-01-30Bump corefxMarek Safar
2018-01-26Bump API snapshot submodulemonojenkins
2018-01-26Bump api-snapshotMarek Safar
2018-01-26Bump corefxMarek Safar
2018-01-23Bump API snapshot submodulemonojenkins
2018-01-23Bump corefxMarek Safar
2018-01-22Bump bockbuild to bump gtksharp (#6604)Alexander Köplinger
https://github.com/mono/bockbuild/pull/57
2018-01-19Bump linkerMarek Safar
2018-01-15[class] Add Obsolete message to ICSharpCode.SharpZipLib.dll (#6511)Alexander Köplinger
* [class] Add Obsolete message to ICSharpCode.SharpZipLib.dll Users should use the nuget package instead, we'll remove the assembly in Mono 6.0 Don't install it into the 4.7.1 reference assembly directory anymore. * Bump API snapshot submodule
2018-01-15Add ↵Vladimir Kazakov
System.ServiceModel.Description.UseRequestHeadersForMetadataAddressBehavior. (#6508)
2018-01-09Bump corert (#6420)Marek Safar
* Bump corert * Bump API snapshot submodule
2018-01-05XMLDSIG from .NET Core. (#6154)Vladimir Kazakov
2018-01-04[I18N] Add CP737 (Greek) and CP775 (Baltic) (#6361)Alexander Köplinger
* [I18N] Add CP737 (Greek) and CP775 (Baltic) Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=45901 * Bump API snapshot submodule
2018-01-04Bump bockbuildAlexander Köplinger
2018-01-04Merge pull request #6385 from akoeplinger/bump-gtksharpAlexis Christoforides
Bump gtksharp in bockbuild
2018-01-03Bump corefx (#6119)Marek Safar
2018-01-03Bump gtksharp in bockbuildAlexander Köplinger
2017-12-20Bump linker & cecilMarek Safar
2017-12-14[build] Redirect api build to reference-assembliesMarek Safar
2017-12-07Bump roslyn-binaries submoduleAlexander Köplinger