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 (Collapse)Author
2018-05-25Enable test fixed by https://github.com/mono/mono/pull/8719 (#63)Alexis Christoforides
2018-05-25Fix for GCC < 4.8 compilers (#62)Ludovic Henry
2018-05-25Merge branch 'master' into 2.1-mergeMarek Safar
2018-05-25Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-05-24Merge pull request #61 from mono/corefx-pal-randomAlexis Christoforides
Convert pal_random to C for integration with Mono
2018-05-24Add Mono-specific conditionals to HashCode.cs.Martin Baulig
2018-05-24Convert pal_random to C for integration with MonoAlexis Christoforides
2018-05-22More Mono tweaks for System.MemoryMarek Safar
2018-05-22Revert "Add 'using System.Text' for StringBuilderCache."Martin Baulig
This reverts commit ea8a19620a95fdcf6089f0e30759b042aef86076.
2018-05-21Use shared StringBuilderCache (#29657)Stephen Toub
2018-05-21Move StringBuilderCache to shared (dotnet/coreclr#17964)Stephen Toub
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
2018-05-21Add mcs-specific conditional.Martin Baulig
2018-05-14[System.Memory]: Disable System.Buffers.Text.Tests.TestData.DecimalTestData ↵Martin Baulig
on Mono. (#55) See https://github.com/mono/mono/issues/8710 for details.
2018-05-11Merge pull request #53 from baulig/martin-numbersMartin Baulig
Mono specific conditionals in preparation of getting `System.Buffers.Text`.
2018-05-11Merge pull request #52 from baulig/work-buffers-textMartin Baulig
Add 'using System.Diagnostics.Private' to some 'System.Buffers.Text' files.
2018-05-11Merge pull request #54 from baulig/work-httpclientMartin Baulig
Restore `HttpConnectionResponseContent` from `release/2.1`.
2018-05-11Add 'using System.Text' for StringBuilderCache.Martin Baulig
2018-05-11Restore HttpConnectionResponseContent from upstream/release/2.1 to make it ↵Martin Baulig
build.
2018-05-11Mono-specific conditionals for System.Memory/src/System/Number/Number.Martin Baulig
Change namespace of these internal classes from 'System' to 'System.Buffers.Text', so we're not conflicting with our 'System.Number' class from the referencesource.
2018-05-11Add 'using System.Diagnostics.Private' to 'ValueStringBuilder'.Martin Baulig
2018-05-11Remove MONO conditional.Martin Baulig
2018-05-11Add 'using System.Diagnostics.Private' to some System.Buffers.Text files.Martin Baulig
2018-05-11Change IsSynchronized and SyncRoot of CryptographicAttributeObjectCollection ↵Maxim Lipnin
class from explicitly implementing the interface to implicitly implementing the interface. (#29635) * Change IsSynchronized and SyncRoot of CryptographicAttributeObjectCollection class from explicitly implementing the interface to implicitly implementing the interface. * Remove redundant call of IsSyncronized because it's always going to return false. * Remove unnecessary change
2018-05-11Fix extra space in MSBuild variable that causes BuildingAnOfficialBuildLeg ↵Chris Rummel
to be set incorrectly. (#29640)
2018-05-10SslApplicationProtocol: don't use local functions to support older ↵Martin Baulig
compilers. (#29617)
2018-05-10Fix Number.ParseNumber to not assume '\0' at the end of the span (#29611)Anirudh Agnihotry
2018-05-10Revert "Explicitly throw NRE in unsafe StringBuilder.Append" (#51)Ludovic Henry
* Revert "Explicitly throw NRE in unsafe StringBuilder.Append (#48)" This reverts commit 18696397dad5926fe92cc44a4e7783cdc510818a.
2018-05-09Update CoreClr, CoreFx, CoreSetup to rtm-26508-04, rtm-26508-03, ↵dotnet-maestro-bot
rtm-26508-02, respectively (#29591)
2018-05-09Merge pull request #29603 from ianhays/21_fixsxmltestIan Hays
[2.1] Split some sxl tests to netcoreapp
2018-05-09[2.1] Split some sxl tests to netcoreappIan Hays
2018-05-09Merge pull request #29602 from ianhays/21_fixsxmltestIan Hays
[2.1] Fix failing test
2018-05-09[2.1] Fix failing testIan Hays
I was playing around with this test and the wrong value got checked in for netcore21. Fix it to match else
2018-05-09[corlib] hide more TypeForwarders from mono (#50)Egor Bogatov
* hide TypeForwarders from mono * undo Char.cs
2018-05-08Hide several TypeForwardedFrom from mono (#49)Egor Bogatov
2018-05-07Explicitly throw NRE in unsafe StringBuilder.Append (#48)Vlad Brezae
On the mono interpreter we can't use fault signals for exception throwing.
2018-05-07Merge in 'release/2.1' changesdotnet-bot
2018-05-07Update BuildTools, CoreClr, CoreFx, CoreSetup to rc1-02804-05, rtm-26505-03, ↵dotnet-maestro-bot
rtm-26505-03, rtm-26505-04, respectively (#29527)
2018-05-05Merge in 'release/2.1' changesdotnet-bot
2018-05-05Merge pull request #29522 from weshaggard/FixUpStablePackageTargetWes Haggard
Clear Configuration property when gathering stable versions
2018-05-05Merge in 'release/2.1' changesdotnet-bot
2018-05-04Merge pull request #29516 from bartonjs/Fix_SignedCms_RemoveCounterSignatureJeremy Barton
[release/2.1] Fix RemoveCounterSignature when multiple attributes are in one set.
2018-05-04Clear Configuration property when gathering stable versionsWes Haggard
When building using the traversal logic we end up setting Configuration as a global property in some cases and thus it gets propagated to other MSBuild calls. That alters the package id when trying to gather it for stable versioning. To avoid this we should clear out the Configuration property and let it be recomputed by the pkgproj's themselves instead of overriding.
2018-05-04Merge in 'release/2.1' changesdotnet-bot
2018-05-04Quotererefernceparameter2 (#29496)Huangli Wu
* Quote rereference argument in Microsoft.XmlSerializer.Generator.targets. * Add quote around %(_TargetSerializationAssembly.Identity). * Add quote in IntermediateOutputPath. Remove double quote in the outputdirectory if it ends with double quote because if pass in a path "obj\Debug\netcoreapp2.0\", the passed in directory will be obj\Debug\netcoreapp2.0\", which is invalid and not exist. * Throw exception for a non-existing directory theat does not end with quotes. * Modify code to avoid duplicate code. Add comments for the change. * fix typo.
2018-05-04Merge in 'release/2.1' changesdotnet-bot
2018-05-04Fix handling of Unix directories (#29502) (#29512)Dan Moseley
Some file systems return DT_UNKNOWN for directories. Additionally we need to handle if Stat fails and fall back to LStat. This showed up on RHEL 7.2 with xfs.
2018-05-04Fix RemoveCounterSignature when multiple attributes are in one set.Jeremy Barton
CMS attributes are represented in sets. Attributes can be written as set0 { identifier, values { value0 } } set1 { identifier, values { value1 } } or set0 { identifier, values { value0, value1 } } When the latter encoding was used for a counter signature then removing value0 would remove the whole set, and removing value1 would issue a CryptographicException. This change fixes the copy-without-one-item logic to step into the values set before doing index walking, instead of treating the values collection itself as the first item in the collection
2018-05-04Merge in 'release/2.1' changesdotnet-bot
2018-05-04Update CoreClr, CoreFx, CoreSetup to rtm-26504-02, rtm-26504-02, ↵dotnet-maestro-bot
rtm-26504-03, respectively (#29511)
2018-05-04Merge in 'release/2.1' changesdotnet-bot