platform/upstream/dotnet/runtime.git
2019-05-01 Levi BroderickAdd more UTF-16 validation tests (dotnet/corefx#37252)
2019-05-01 Tanner GoodingRemoving the System.Numerics.Vectors pkgproj (dotnet...
2019-05-01 Levi BroderickAdditional unit test cases for UTF-8 validation (dotnet...
2019-04-30 Steve MacLeanEnable test for dotnet/coreclrdotnet/corefx#24191 ...
2019-04-30 Ahson KhanAdd TokenStartIndex property to Utf8JsonReader and...
2019-04-30 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-04-30 Santiago Fernandez... Move to new BYOC pools (dotnet/corefx#37303)
2019-04-30 Matt GalbraithMerge pull request dotnet/corefx#37307 from dotnet...
2019-04-30 Matt GalbraithUpdate Docker image for Ubuntu 19.04
2019-04-30 Jeremy BartonFix bad usage of ArrayPool in TdsParserStateObject...
2019-04-30 Stephen ToubHarden several SocketsHttpHandler streams against unexp...
2019-04-30 Stephen ToubAdd a test for Stopwatch.Elapsed to ensure it's within...
2019-04-30 Steve MacLeanRemove dotnet/sdkdotnet/corefx#3185 (dotnet/corefx...
2019-04-30 Matt GalbraithMerge pull request dotnet/corefx#37287 from dotnet...
2019-04-30 Steve MacLeanALC SatelliteAssemblies tests (dotnet/corefx#37248)
2019-04-30 Matt GalbraithAdd Ubuntu 19.04 to official runs
2019-04-29 Stephen ToubDisable failing Process name test (dotnet/corefx#37283)
2019-04-29 Anirudh AgnihotryMaking BaseNumberConverter Internal (dotnet/corefx...
2019-04-29 Stephen ToubPlumb cancellation through SslStream.AuthenticateAsXxAs...
2019-04-29 Charles StonerPort Microsoft.VisualBasic.MyServices.FileSystemProxy...
2019-04-29 David ShulmanCleanup some WebSocket tests (dotnet/corefx#37271)
2019-04-29 Stephen ToubClean up HTTP/2 protocol exception handling (dotnet...
2019-04-29 Stephen ToubImprove a ClientWebSocket connection failure error...
2019-04-29 Tomas Weinfurtfix noencryption tests on platforms with tls1.3 (dotnet...
2019-04-29 Michal StrehovskýRemove `Partial` from `EnablePartialNgenOptimization...
2019-04-29 Ben AdamsDon't allocate two strings in Activity.GenerateRootId...
2019-04-28 David ShulmanAdd proxy environment variables support for Windows...
2019-04-27 Stephen ToubGive SocketsHttpHandler more descriptive error messages...
2019-04-27 Stephen ToubDisable sporadically failing HttpClientHandler test...
2019-04-27 Stephen ToubTweak a comment in HttpHandlerDefaults.cs
2019-04-27 Jeremy BartonEnsure that invalid AIA, CDP, and OCSP extensions don...
2019-04-27 Jeremy BartonAdd Ubuntu 19.04 RID (dotnet/corefx#37233)
2019-04-27 Tanner GoodingFixing the logic in SystemNative_GetTimestampResolution...
2019-04-26 Jose Perez... Adding System.Text.Json OOB package (dotnet/corefx...
2019-04-26 BrennanConroyDon't copy state unnecessarily (dotnet/corefx#37206)
2019-04-26 madmirImprove Utf8JsonWriter code coverage (dotnet/corefx...
2019-04-26 Jim DemisFixes relative path at configSource on linux (dotnet...
2019-04-26 Charles StonerPort Microsoft.VisualBasic.FileSystem (dotnet/corefx...
2019-04-26 Steve MacLeanReenable tests (dotnet/corefx#37081)
2019-04-26 Steve HarterAdd serializer support for IDictionary non-primitive...
2019-04-26 Tomas Weinfurtdeal with empty response headers for HTTP2 (dotnet...
2019-04-26 Tomas Weinfurtupdate GatewayAddresses() to return IPv6 address on...
2019-04-26 Tomas Weinfurtdeal with dualmode sockets (dotnet/corefx#37194)
2019-04-26 Layomi AkinrinadeFix DateTime(Offset) formatting bugs in Utf8JsonWriter...
2019-04-26 David ShulmanAllow uppercase HTTP_PROXY and NO_PROXY variables ...
2019-04-26 Eric StJohnAdd System.Resources.Extensions (dotnet/corefx#36906)
2019-04-25 Eric StJohnPick up last build runtime.native.System.IO.Ports durin...
2019-04-25 Anirudh Agnihotryimproving error message for non-windows platform (dotne...
2019-04-25 David ShulmanFix SocketsHttpHandler system proxy usage logic (dotnet...
2019-04-25 Afsaneh RafighiMerge pull request dotnet/corefx#36678 from Wraith2...
2019-04-25 Jim DemisFixes compression method override of zero-length files...
2019-04-25 Tom DeseynLinux: determine ProcessName using /proc cmdline to...
2019-04-25 Viktor HoferEnable CoreLib coverage (dotnet/corefx#37172)
2019-04-25 Eric StJohnUse Coreclr transport packages (dotnet/corefx#37163)
2019-04-25 Devendar Reddy... Embedded resources may not have extension in the name...
2019-04-25 Jan KotasUnify WIN32_FIND_DATA (dotnet/corefx#37158)
2019-04-24 Steve HarterFix JSON deserializer property name escaping and addres...
2019-04-24 Zachary DanzFix link to Preview SDKs (dotnet/corefx#37150)
2019-04-24 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-04-24 Jan KotasFix CPINFOEXW definition (dotnet/corefx#37131)
2019-04-24 StefanAdd missing 'if' in summary comment (dotnet/corefx...
2019-04-24 Tomas Weinfurtfix ReadAtLeastAsync (dotnet/corefx#37130)
2019-04-24 Karel ZikmundUpdate System.IO* areas ownership
2019-04-24 Viktor HoferFix test asset publishing when retrying (dotnet/corefx...
2019-04-24 Charles StonerPort remaining members of Microsoft.VisualBasic.Strings...
2019-04-23 Ludovic HenryMake GC.GetGCMemoryInfo public (dotnet/corefx#37092)
2019-04-23 JimFixes an issue with some characters not recognized...
2019-04-23 Carlos Sanchez... Directory.Move behaves differently on Unix vs. Windows...
2019-04-23 Tanner GoodingRegenerating reference sources in order to reorder...
2019-04-23 Jose Perez... Adding a few serialization attributes back to the refer...
2019-04-23 William GodbeMerge pull request dotnet/corefx#37059 from dotnet...
2019-04-23 Wraith2special case bytes in udt parameter write
2019-04-23 wtgodbeUpdate APICompat baseline
2019-04-23 Tomas Weinfurtmake invalidUri more invalid (dotnet/corefx#37109)
2019-04-23 Stephen ToubRevert "Squash fix for process name. (dotnet/corefx...
2019-04-23 David FowlerFix flaky test (dotnet/corefx#37106)
2019-04-22 Kevin JonesSupport RSAES-OAEP encryption with EnvelopedCms
2019-04-22 Anirudh AgnihotryAdded code for removing oleHeader (dotnet/corefx#36891)
2019-04-22 Afsaneh RafighiMerge pull request dotnet/corefx#37027 from Wraith2...
2019-04-22 Tomas Weinfurtwrite Host header first if we need to add it (dotnet...
2019-04-22 Charles StonerInitial port of Microsoft.VisualBasic.Devices and Micro...
2019-04-22 Stephen ToubFix conditional fact in ArrayBufferWriter tests (dotnet...
2019-04-22 Steve MacLeanRevise and fix CreateInstanceAssemblyResolve (dotnet...
2019-04-21 Steve MacLeanAdd ContextualReflection tests (dotnet/corefx#37052)
2019-04-21 Steve HarterAdd Dictionary support to JsonSerializer (dotnet/corefx...
2019-04-21 Steve MacLeanFix DefaultLoadContextTest (dotnet/corefx#37071)
2019-04-20 Stephen ToubAdd EnumeratorCancellationAttribute (dotnet/corefx...
2019-04-20 Peter StevensonSquash fix for process name. (dotnet/corefx#36913)
2019-04-20 Tomas Weinfurtskip GetAsync_IPv6LinkLocalAddressUri_Success if addres...
2019-04-20 Charles StonerPort Microsoft.VisualBasic.Conversion class (dotnet...
2019-04-20 Ahson KhanAddress and fix ArrayBufferWriter and Utf8JsonWriter...
2019-04-19 Stephan TolksdorfFix doc comment for Utf8JsonReader.ValueSequence (dotne...
2019-04-19 Wraith2remove commented code and address feedback
2019-04-19 Zachary DanzUpdate windows instructions to encourage VS 2019 previe...
2019-04-19 Charles StonerMore porting of vbruntime (dotnet/corefx#37010)
2019-04-19 Ian GriffithsSupport XmlKnownDtds in XmlPreloadedResolver (dotnet...
2019-04-19 Tanner GoodingRenaming the Sse2.StoreLow(ulong/long*, ...) methods...
2019-04-19 Tarek Mahmoud... Fix IDN Tests to support Unicode 11 (dotnet/corefx...
2019-04-19 dotnet-maestro... [master] Update dependencies from dotnet/coreclr (dotne...
2019-04-19 Wraith2add concurrent load tests
next