platform/upstream/dotnet/runtime.git
2018-08-31 Jeremy BartonErase temporary copies of plaintext during de/padding...
2018-08-30 Dan MoseleyMerge pull request dotnet/corefx#32001 from iSazonov...
2018-08-30 Hugh BellamyEnhance existing Marshal tests (dotnet/corefx#31196)
2018-08-30 Santiago Fernandez... Update compat pack dependency on System.IO.Pipes.Access...
2018-08-30 Jose Perez... Adding netstandard configuration for System.Runtime...
2018-08-30 Jose Perez... Adding the ability to build a NETStandard test suite...
2018-08-30 Viktor HoferRename xunit config for System.Globalization.Calendars...
2018-08-30 Santiago Fernandez... Update compat pack validation to reference asp 3.0...
2018-08-30 Jeremy BartonEnsure that TrySetECDHNamedCurve is always called,...
2018-08-30 iSazonovAddress feedback 1
2018-08-30 Egor BogatovRemove [Flags] from RegistryKeyPermissionCheck (dotnet...
2018-08-30 Wes HaggardMerge pull request dotnet/corefx#32014 from weshaggard...
2018-08-29 Wes HaggardUpdate System.Io.Pipes.AccessControl.Tests to only...
2018-08-29 Wes HaggardFix merge conflict with missing define for netcoreapp2.1
2018-08-29 Jan VorlicekAdd unloadable AssemblyLoadContext API and tests (dotne...
2018-08-29 Wes HaggardUpdate the configurations properties in projects
2018-08-29 Wes HaggardAdd netcoreapp2.1 placeholder configuration to System...
2018-08-29 Wes HaggardAdd netcoreapp2.1 build for System.Threading.Channels
2018-08-29 Wes HaggardAdd netcoreapp2.1 build for System.Net.WebSockets.WebSo...
2018-08-29 Wes HaggardRemove package for System.IO.Pipes.AccessControl
2018-08-29 Wes HaggardAdd netcoreapp2.1 build for System.IO.Pipelines
2018-08-29 Wes HaggardAdd netcoreapp2.1 build for System.Data.SqlClient
2018-08-29 Wes HaggardAdd netcoreapp2.1 build for System.ServiceModel.Syndication
2018-08-29 Wes HaggardAdd netcoreapp2.1 targeting support
2018-08-29 Wes HaggardHarvest 2.1 assets for Crypto libraries
2018-08-29 Wes HaggardSet NETCoreAppMaximumVersion to 3.0 so we can build...
2018-08-29 Wes HaggardMove new packages to 3.0 as supported versions
2018-08-29 Wes HaggardRemap netcoreapp to netcoreapp3.0
2018-08-29 Wes HaggardMerge pull request dotnet/corefx#31993 from weshaggard...
2018-08-29 Filip NavaraMove uap, uapaot, netfx, netcoreapp and netcoreapp20...
2018-08-29 Mike McLaughlinMerge pull request dotnet/corefx#31991 from mikem8361...
2018-08-29 iSazonovReplace properties with methods EnsureObjectsTable...
2018-08-29 Wes HaggardUpdate package baselines to latest 2.1 versions
2018-08-29 Wes HaggardBump version of Microsoft.XmlSerializer.Generator
2018-08-29 Wes HaggardRemove workaound for System.Reflection.TypeExtensions...
2018-08-29 Wes HaggardRemove System.ValueTuple package
2018-08-29 Wes HaggardExclude unknown version from harvested supported frameworks
2018-08-29 Wes HaggardUpdate harvested package versions
2018-08-29 Wes HaggardUpdate list of stable packages in index and harvest...
2018-08-28 Jiayi YuSupport deserializing empty TimeSpan (dotnet/corefx...
2018-08-28 iSazonovAdd null check in Indexer[object]
2018-08-28 iSazonovAdd null check in Indexer
2018-08-28 iSazonovAdd null check in IndexOfKey() method
2018-08-28 iSazonovAdd null check in Contains() method
2018-08-28 iSazonovAdd null check in Count property
2018-08-28 Mike McLaughlinFix race in the StackTraceSymbols.CoreCLR.cs metadata...
2018-08-27 Filip NavaraChange X509Certificates to use ASN type generation...
2018-08-27 Viktor HoferUpdate and reference xunit from stable feed (dotnet...
2018-08-27 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, ProjectN...
2018-08-27 Viktor HoferRemove unused configurations and merge files (dotnet...
2018-08-27 Jeremy BartonAdd a bytes to struct overload to AsnXml Decode
2018-08-27 Michal StrehovskýEnable ref return invoke tests on UAPAOT (dotnet/corefx...
2018-08-27 Dan MoseleyRename Canonicalization.Tests.csproj to match assembly...
2018-08-27 Viktor HoferPromote tests to netstandard (dotnet/corefx#31966)
2018-08-27 Martin BauligUse CryptoConfig.MapNameToOid instead of OID.FromFriend...
2018-08-27 Anirudh AgnihotryUsing shared copy of registryvalueKind (dotnet/corefx...
2018-08-27 Viktor HoferReenable uap tests that timed out (dotnet/corefx#31961)
2018-08-26 Marco RossignoliImprove BDN benchmarking guide (dotnet/corefx#31963)
2018-08-26 Viktor HoferRemove old PerformanceTests (dotnet/corefx#31958)
2018-08-26 Tim Lovell... Cleanup netfx-specific code from projects that no longe...
2018-08-26 Anirudh Agnihotryif defs removed and code moved to platformdetection...
2018-08-25 Tanner GoodingUpdate tools/Configurations.props to also include netfx
2018-08-25 Jeremy BartonUse code generation instead of a reflection-based seria...
2018-08-25 Aaron RobinsonTests not supported on UAP. (dotnet/corefx#31948)
2018-08-24 Santiago Fernandez... Remove ActiveIssue from serialization test (dotnet...
2018-08-24 Marco RossignoliAdd TypeConverter fallback to DefaultValueAttribute...
2018-08-24 Tanner GoodingUpdating S.R.CS.Unsafe to be built using the ilproj...
2018-08-24 Clinton IngramRemove redundant code (dotnet/corefx#31923)
2018-08-24 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, ProjectN...
2018-08-24 Adam SitnikBenchmarkDotNet can benchmark local CoreFX builds using...
2018-08-24 Andrew AuMerge pull request dotnet/corefx#31919 from cshung...
2018-08-23 Viktor HoferAdd back removed install requirement in docs
2018-08-23 Viktor HoferUpdate required software and developer workflow (dotnet...
2018-08-23 Andrew AuAvoid [DllImport("libc")] for the Windows scenario
2018-08-23 Viktor HoferMerge pull request dotnet/corefx#31260 from ViktorHofer...
2018-08-23 William GodbeUse longer timeout for first attempt at sending CPR...
2018-08-23 Viktor HoferAdd uap test leg to CI
2018-08-23 Karel ZikmundUpdate transactions owners
2018-08-23 Karel ZikmundUpdate Interop owners
2018-08-23 Viktor HoferXunit 2.4 test changes
2018-08-23 Karel ZikmundUpdate Linq area ownership
2018-08-23 Viktor HoferEnable netfx perf runs and promote to netstandard
2018-08-23 Viktor HoferRemove uap specific RemoteExecutor code
2018-08-23 Viktor HoferUpdate xunit to official 2.4.0 runner
2018-08-23 Petr OnderkaList formatting in Breaking Change Rules (dotnet/corefx...
2018-08-23 Iain NicolImplement VBMath module (dotnet/corefx#31897)
2018-08-23 Dan MoseleyRemove while enumerating dictionary (dotnet/corefx...
2018-08-23 Ben AdamsReference Assemblies for readonly structs (dotnet/coref...
2018-08-22 Andrew AuAllow RtlGetVersion to be called in uapaot scenario
2018-08-22 Andrew AuAllow RtlGetVersion to be called in uapaot scenario
2018-08-22 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, ProjectN...
2018-08-22 Marco RossignoliRemove old Interop.Kernel32.GetVolumeInformation overlo...
2018-08-22 Viktor HoferMake BaseIntermediateOutputPath project specific
2018-08-22 Clinton IngramSpeed up System.Drawing.Color factory and HSB/HSL metho...
2018-08-22 Morgan BrownAdd netcoreappaot target group (dotnet/corefx#30980)
2018-08-21 Krzysztof WicherAesGcm, AesCcm (dotnet/corefx#31389)
2018-08-21 Maryam AriyanUpdate DatabaseSetupInstructions.md
2018-08-21 Jeremy KuhneInclude changes that crossed two checkins. (dotnet...
2018-08-21 Santiago Fernandez... Fix Icon creation on Unix when an icon has a PNG image...
2018-08-21 Marco RossignoliAdd Win32 File.Encrypt/Decrypt() implementation (dotnet...
next