platform/upstream/dotnet/runtime.git
2019-03-06 Tomas Weinfurtignore verification failures on 10.14 (dotnet/corefx...
2019-03-06 Stephen ToubClean up lots of string.Format / SR.Format usage (dotne...
2019-03-06 Stephen ToubReduce overhead of ReadOnlySequence<T>.CopyTo (dotnet...
2019-03-06 Tomas Weinfurtre-enable MulticastInterface test on RH6, disable on...
2019-03-06 Honza RamešFix ValueStringBuilder.EnsureCapacity to call Grow...
2019-03-06 Marco RossignoliUpdate benchmarking.md doc (dotnet/corefx#35786)
2019-03-06 Jeremy BartonImprove X509Chain handling of NotSignatureValid on...
2019-03-06 Hugh BellamyRemove dead code from GuidConverter and add tests ...
2019-03-06 Tomas Weinfurtreplace WaitForPipeDrain with Flush in Kill_EntireProce...
2019-03-06 Santiago Fernandez... Fix publish.proj when pushing corefx-test-assets.xml...
2019-03-05 Hugh BellamyCleanup some Syndication code (dotnet/corefx#35175)
2019-03-05 Dan MoseleyFix ArgIterator condition (dotnet/corefx#35741)
2019-03-05 Santiago Fernandez... Add Alpine arm64 official build (dotnet/corefx#35778)
2019-03-05 Stephen ToubTweak ImmutableDictionary.TryGetValue to improve throug...
2019-03-05 Hugh BellamyAdd more Syndication tests (dotnet/corefx#35107)
2019-03-05 Ahson KhanReduce inner and outer loop test time for S.T.Json...
2019-03-05 dotnet-maestro... [master] Update dependencies from dotnet/core-setup...
2019-03-05 David FowlerFix issue with BufferSegment reuse (dotnet/corefx#35779)
2019-03-05 Jeremy BartonFix Linux chain.ChainStatus when multiple layers have...
2019-03-05 Eric StJohnAllow CreateRelationship to work with FileAccess.Write...
2019-03-05 Tomas Weinfurtdisable AllHelperPortsAreInGetPortNames on ARM Windows...
2019-03-05 Aaron RobinsonUpdate API for new RCW license impl in coreclr (dotnet...
2019-03-04 Adeel MujahidAdhere to desktop implementation of [Can]ConvertFrom...
2019-03-04 Tomas WeinfurtDisable alpine39 (dotnet/corefx#35770)
2019-03-04 Viktor HoferUpdate adding-api-guidelines.md
2019-03-04 Clinton IngramUpdate brotli to v1.0.7 (dotnet/corefx#35172)
2019-03-04 Daniel Turanremoved test from full .net framework
2019-03-04 Daniel TuranIgnored tests for custom ValidationResults on .NET...
2019-03-04 Daniel TuranRemoved extra leading space
2019-03-04 Daniel TuranAdding support for custom ValidationResult (derived...
2019-03-04 Stephen ToubUse C# async iterator to implement ChannelReader.ReadAl...
2019-03-04 slozierSBCSCodePageEncoding: Don't call DecoderFallback.Create...
2019-03-04 Viktor HoferRemove SharedFrameworkValidation (dotnet/corefx#35747)
2019-03-04 hamish-roseAdd tests for dotnet/coreclrdotnet/corefx#20815 - new...
2019-03-04 Stephen ToubAvoid NullReferenceException in BinaryObjectInfo (dotne...
2019-03-03 Viktor HoferProject msbuild syntax cleanup (dotnet/corefx#35686)
2019-03-03 Viktor HoferOSX to macOS rename in dev guide
2019-03-03 Viktor HoferUpdate developer-guide to address workflow changes
2019-03-03 David FowlerRevisit back pressure implementation (dotnet/corefx...
2019-03-03 Dan MoseleyAdd Windows ARM64 to official builds (dotnet/corefx...
2019-03-03 Stephen ToubImprove assert error message in Process tests (dotnet...
2019-03-03 danmosemsftGet RH6 outerloop clean
2019-03-02 Hugh BellamyPR feedback
2019-03-02 Hugh BellamyFix null reference exceptions in TypeConverter
2019-03-02 Hugh BellamyAdd support for param name for netcore-only exception
2019-03-02 Steve HarterInitial Json serialization functionality (dotnet/corefx...
2019-03-02 Ahson KhanMove MaxDepth setting to JsonReaderOptions from the...
2019-03-02 GrantMake BitOperations public (CoreFX) (dotnet/corefx#35606)
2019-03-02 Jeremy KuhneFix ImplicitMachineConfigHost parameter checking (dotne...
2019-03-02 John SalemMake Stacktrace Symbols Cache Aware of Unloadability...
2019-03-01 Geoff KizerMerge pull request dotnet/corefx#35623 from MarcoRossig...
2019-03-01 Jan KotasFix netfx build break
2019-03-01 Jan KotasCleanup System.Runtime and System.Runtime.Extensions...
2019-03-01 Marco Rossignolicontinue parsing after nested call
2019-03-01 Tanner GoodingAdding parsing tests to validate we consider enough...
2019-03-01 Santiago Fernandez... Add Pull Request Builds documentation (dotnet/corefx...
2019-03-01 Eric StJohnRemove InitTools and ToolsDir (dotnet/corefx#35677)
2019-03-01 Viktor HoferMove dir.traversal.targets to eng (dotnet/corefx#35684)
2019-03-01 Jan KotasAdd test to verify that DangerousRelease preserves...
2019-03-01 Eric StJohnConsume optimization data from bar & cleanup standard...
2019-03-01 Stephen ToubRe-enable BeginSendFile tests (dotnet/corefx#35696)
2019-03-01 Liudmila MolkovaFix minor Activity W3C format issues (dotnet/corefx...
2019-03-01 Stephen ToubFix XmlWriterTraceListenerTests handling of DateTime...
2019-03-01 Stephen ToubMerge pull request dotnet/corefx#35655 from dotnet...
2019-03-01 Stephen ToubMerge branch 'master' into darc-master-7c963d5e-3797...
2019-03-01 Viktor HoferMove codeanalysisruleset to src (dotnet/corefx#35687)
2019-03-01 Stephen ToubAdapt corefx to recent coreclr changes
2019-03-01 Tom DeseynTestCheckChildProcessUserAndGroupIdsElevated: handle...
2019-03-01 Viktor HoferDelete old vssettings in favor of editorconfig (dotnet...
2019-03-01 Levi BroderickAdd ref asm + tests for creating Rune instances from...
2019-03-01 Stephen ToubAdd missing license headers
2019-03-01 Eric StJohnEnsure ZipPackage can handle file lengths over int...
2019-03-01 Tanner GoodingRemoving the ExtractVector128 and InsertVector128 APIs...
2019-03-01 Tomas Weinfurtpull in yet another updated Alpine image (dotnet/corefx...
2019-02-28 Viktor HoferAllow single hyphen arguments in bash build (dotnet...
2019-02-28 Tomas Weinfurtpull in Alpine image with LANG fix (dotnet/corefx#35657)
2019-02-28 Marco Rossignoliadd some tests
2019-02-28 Jeremy BartonFix the SslStream order of intermediate certificates...
2019-02-28 Aaron RobinsonUpdate LicenseInterop API (dotnet/corefx#35577)
2019-02-28 Ahson KhanAvoid re-scanning the whole input ROSequence when getti...
2019-02-28 Ahson KhanAuto-generate the reference assemblies and separate...
2019-02-28 Tom DeseynProcess: Unix: use groups of ProcessStartInfo.UserName...
2019-02-28 Tomas Weinfurtpull updated Alpine3.9 image one more time (dotnet...
2019-02-28 Jeremy KuhneFix advance for single length delimiter (dotnet/corefx...
2019-02-27 Afsaneh Rafighiupdate SqlClient Area Owners (dotnet/corefx#35634)
2019-02-27 Tomas Weinfurtupdate container name (dotnet/corefx#35631)
2019-02-27 Tomas Weinfurtpul in updated Alpine39 image (dotnet/corefx#35627)
2019-02-27 Stephen ToubRevert "Revert "Add another Zip IEnumerable<T> extensio...
2019-02-27 Jan KotasDisable BitOps tests
2019-02-27 Marco Rossignolifix UserAgent parsing
2019-02-27 Tomas Weinfurtenable GetAsync_AllowedSSLVersion_Succeeds for SocketHt...
2019-02-27 Ahson KhanUpdate the IBufferWriter contract definition documentat...
2019-02-27 Tanner GoodingAdding some formatter tests validating the updated...
2019-02-27 Viktor HoferDarc update from build '20190226.3' (dotnet/corefx...
2019-02-26 Eric St. JohnAllow tests to sign with a different StrongNameKeyId
2019-02-26 Eric St. JohnUse ILAsm/ILDasm that are restored as part of external
2019-02-26 Tomas Weinfurtcollect system info if IPv6 loopback fails to resolve...
2019-02-26 Tomas Weinfurtimprove detection for ReadOnly_FileSystemHelper (dotnet...
2019-02-26 Krzysztof WicherRemove System.IO.Ports.Native from the framework (dotne...
2019-02-26 William GodbeMerge pull request dotnet/corefx#35572 from wtgodbe...
next