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
2017-06-24Require #if WIN_PLATFORM more strictly around some WinRT timezone functionsAndi McClure
2017-05-24Bug #56499: unreadable /etc/localtime should not cause an exception (#4881)Marcin Cieślak
2017-04-18[corlib] Fixes static builds (#4687)Marek Safar
2017-04-04[corlib] Port more of corert arrayMarek Safar
2017-03-28[corlib] Use array managed parts from corert to fix bugs in sorting and argum...Marek Safar
2017-03-16Include Mono version in corlib versionAlexander Köplinger
2017-03-16[corlib] Fixes custom formatter with ";" section separator and zero valuesMarek Safar
2017-03-11[bcl] Implement RuntimeHelpers.IsReferenceOrContainsReferences () as an icall...Zoltan Varga
2017-02-22Bump corefxMarek Safar
2017-02-20Bump corefxMarek Safar
2017-02-14Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)Neale Ferguson
2017-02-07Temp fix for broken TimeZoneInfo on Windows families without registry accessNiklas Therning
2017-01-25Enabled win specific time zone code using WIN_PLATFORMHenric Müller
2017-01-25Adding Console support for winaotHenric Müller
2017-01-20[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CASAlexander Köplinger
2017-01-06[corlib] Clean up some warningsMarek Safar
2017-01-04Revert "Bump corlib version"Marek Safar
2017-01-04Bump corlib versionAlexander Köplinger
2016-12-20[bcl] Rename aot_only profile to testing_aot_fullAlexander Köplinger
2016-11-24Rename the mobile_static profile to aot_onlyAlexander Köplinger
2016-11-23Bump corlib version.Aleksey Kliger
2016-11-22[profiles] Fix MOBILE assemblies and tests compilation + Rename MOBILE to AOT...Ludovic Henry
2016-11-09[threads] Always use the `suspended` MonoOSEvent for self-suspend (#3915)Ludovic Henry
2016-11-04[threads] Use MonoOSEvent for Thread.Suspend/Resume (#3881)Ludovic Henry
2016-10-29[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited e...Ludovic Henry
2016-10-21Changes in class libraries to enable Windows Runtime event support using Mono...TautvydasZilys
2016-10-12Merge pull request #3750 from marek-safar/socketMarek Safar
2016-10-11Merge pull request #3715 from kumpera/fix-44707Rodrigo Kumpera
2016-10-11[System] More Socket pieces from referencesourceMarek Safar
2016-10-10Merge pull request #3739 from akoeplinger/add-more-netstandard-apiAlexander Köplinger
2016-10-10[bcl] Expose a few more APIs on mobile to match with netstandardAlexander Köplinger
2016-10-07Make blocking socket calls on Windows interruptibleNiklas Therning
2016-10-07[corlib] RemotingConfiguration now try to use the bundled machine.config first.Rodrigo Kumpera
2016-10-01Bump corlib version for efd53c8e2f1823568309a2920091b724be0feff8.Zoltan Varga
2016-09-24[SRE] Implement the ModuleBuilder:create_modified_icall () in managed code. U...Zoltan Varga
2016-09-24Bump corlib versionAlexander Köplinger
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-09-21[corlib] Simplify terminal evaluator nesting expressionMarek Safar
2016-09-20[corlib] GC from referencesourceMarek Safar
2016-09-16Merge pull request #3566 from ntherning/fix-time-zone-issues-on-windowsMarek Safar
2016-09-15[bcl] Fix few warningsMarek Safar
2016-09-15Fixes time zone issues when running on WindowsNiklas Therning
2016-09-14Replicate .NET's TimeZoneInfo.IsDaylightSavingTime() and GetUtcOffset()Niklas Therning
2016-09-09[threads] Add specific field to check size (#3542)Ludovic Henry
2016-09-08[threads] Factor common attach code in mono_thread_attach_internal (#3530)Ludovic Henry
2016-09-06[corlib] Ensure FileIOPermission ctor is not called on mobileAlexander Köplinger
2016-09-02Merge pull request #3452 from ntherning/fix-AppDomainSetupTest-on-windowsMarek Safar
2016-08-31Merge pull request #3395 from lambdageek/dev/handles-stringsAleksey Kliger (λgeek)
2016-08-31[corlib] Add Environment APIs that take EnvironmentVariableTarget on mobileAlexander Köplinger
2016-08-29[runtime] Use coop handles in some String-returning icallsAleksey Kliger