platform/upstream/dotnet/runtime.git
2018-07-23 Michal StrehovskýUpdate RD.XML for TypeConverterAttribute (dotnet/corefx...
2018-07-23 Rajiv SharmaInitial Test Case creation for System.Xml (dotnet/coref...
2018-07-23 Hugh BellamyAdd/cleanup Free/PtrTo tests (dotnet/corefx#31151)
2018-07-23 Hugh BellamyAdd delegate Marshal tests (dotnet/corefx#31166)
2018-07-22 Adam GauthierAdd note for "access is denied" errors to windows build...
2018-07-22 Adam GauthierUse nameof in ArgumentNullExceptions that throw the...
2018-07-22 Tomas WeinfurtAdjust DataOffset so SocketAddress.ToString() works...
2018-07-21 Tomas Weinfurtimprove port parsing to be more resilient against trail...
2018-07-21 David ShulmanFix revoked certificate tests to use more stable extern...
2018-07-20 Caesar ChenAdd more logging for authentication failure (dotnet...
2018-07-20 Jeremy KuhneImprove perfromance for loading from Stream on Windows...
2018-07-20 Jeremy BartonAllow SignedCms to verify documents whose signer didn...
2018-07-20 Caesar ChenAdd more logging for certificate exchange/validation...
2018-07-20 Hugh BellamyCleanup and add More Marshal.Read/Write tests (dotnet...
2018-07-20 Hugh BellamyCleanup and add more Marshal.Copy tests (dotnet/corefx...
2018-07-20 Omair MajidUpdate runtime IDs for new RHEL/OL/Fedora releases
2018-07-20 dotnet-maestro-botUpdate CoreClr to preview1-26720-05 (dotnet/corefx...
2018-07-20 Paulo JanottiAdd cross-platform section to experiment w/ Coverlet
2018-07-20 Stephen ToubRemove method moved to shared
2018-07-20 Jan KotasAvoid complex inefficient marshaling in System.Diagnost...
2018-07-20 dotnet-maestro-botUpdate CoreFx, ProjectNTfs, ProjectNTfsTestILC to previ...
2018-07-20 Stephen ToubMerge pull request dotnet/corefx#31188 from dotnet...
2018-07-20 Stephen ToubFix netfx test failure
2018-07-20 Aaron R RobinsonDisable tests that rely on GetComObjectData() and SetCo...
2018-07-20 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, ProjectN...
2018-07-20 Max KerrEnsure Windows specific DNS resolution errors throw...
2018-07-19 Jan KotasMark Decimal as readonly (dotnet/corefx#31198)
2018-07-19 Santiago Fernandez... Disable System.Drawing.Tests.Graphics_DrawLinetests...
2018-07-19 Paulo JanottiAdd coverlet runtime deps to testhost shared runtime...
2018-07-19 Eric ErhardtUpdate Common.Tests.sln file for new SDK project change...
2018-07-19 Anirudh AgnihotryPorting X509Certificate2UI to .Net Core (dotnet/corefx...
2018-07-19 Atsushi KanamoriAdd back TypeBuilder.DefinePInvokeMethod (dotnet/corefx...
2018-07-19 Hugh BellamyCleanup and add more Marshal.StringTo tests (dotnet...
2018-07-19 Dan SeefeldtDefault generatedefaultsource to true (dotnet/corefx...
2018-07-19 Santiago Fernandez... Port System.Drawing.Design members needed by winforms...
2018-07-19 Paulo JanottiAdd coverlet.msbuild package for experiments (dotnet...
2018-07-19 Stephen ToubAdd even more integer parsing tests (dotnet/corefx...
2018-07-19 Marco RossignoliUpdate .NET SDK link (dotnet/corefx#30703)
2018-07-19 Dan FriedmanAdd command line install (dotnet/corefx#29154)
2018-07-19 Wes HaggardFilter binplacepackage depproj's to only direct referen...
2018-07-19 Stephen ToubMerge pull request dotnet/corefx#31175 from dotnet...
2018-07-19 Tomas Weinfurtsupport for correct Tools on Linux/ARM (dotnet/corefx...
2018-07-19 Stephen ToubRevert ProjectNtfs update
2018-07-19 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, ProjectNTfs to previ...
2018-07-18 Stephen ToubAdd more TimeSpan formatting tests (dotnet/corefx#31157)
2018-07-18 Maxim LipninPkcs9SigningTime: normalize exception on time < 1601
2018-07-18 Hugh BellamyAdd more Type tests (dotnet/corefx#31013)
2018-07-18 Wes HaggardMerge pull request dotnet/corefx#31137 from weshaggard...
2018-07-18 Egor BogatovGet rid of DoubleHelper in Number.FormatAndParse.cs...
2018-07-18 Michal StrehovskýFix RD.XML for System.Private.Xml (dotnet/corefx#31125)
2018-07-18 Geoff KizerMerge pull request dotnet/corefx#30740 from geoffkizer...
2018-07-18 Aaron RobinsonMitigate exception ambiguity in Marshal test (dotnet...
2018-07-18 Filip NavaraSystem.IO.Pipes: Add additional Create overloads for...
2018-07-18 Jeremy KuhneAdd information about collecting memory usage (dotnet...
2018-07-17 Wes HaggardFix Sync targets to not actually cause a build to occur...
2018-07-17 Wes HaggardEnsure we generate version prop before sync parallel...
2018-07-17 Viktor HoferUpdate System.Memory as inbox & expose LastIndexOf...
2018-07-17 Stephen ToubAdd Unsafe.Unbox (dotnet/corefx#31133)
2018-07-17 Geoff Kizeraddress review feedback
2018-07-17 Geoff Kizerrename ArrayBuffer stuff
2018-07-17 Geoff Kizerimprove RST_STREAM handling
2018-07-17 Geoff Kizerrework request header framing and several other fixes
2018-07-17 Geoff Kizerdon't include for UWP
2018-07-17 Geoff Kizeradd connection shutdown handling
2018-07-17 Geoff Kizermore review feedback
2018-07-17 Geoff Kizerimplement client-initiated connection shutdown
2018-07-17 Geoff Kizermore review feedback
2018-07-17 Geoff Kizeraddress review feedback for HPACK implementation
2018-07-17 Geoff Kizeraddress review feedback
2018-07-17 Geoff Kizerclean up Http2ReadStream stuff
2018-07-17 Geoff Kizerrework EmptyReadStream to not be HttpConnection-specific
2018-07-17 Geoff Kizeradd BaseAsyncStream and refactor stream classes to...
2018-07-17 Geoff Kizerinitial cut at HTTP2 support for SocketsHttpHandler
2018-07-17 Geoff Kizeradd HttpConnectionBase and refactor some connection...
2018-07-17 Stephen ToubAdd some hex parsing perf tests (dotnet/corefx#31115)
2018-07-17 Stephen ToubRemove char[] allocation from GetDrives (dotnet/corefx...
2018-07-17 Dan MoseleyPort some missing methods from the Strings class (dotne...
2018-07-17 Stephen ToubTemporarily comment out dictionary remove modification...
2018-07-17 Aaron RobinsonDisable GetNativeVariantForObject() API tests when...
2018-07-17 David ShulmanFix HttpWebRequest when using system proxy settings...
2018-07-16 Matt MitchellFix line endings (CRLF->LF) (dotnet/corefx#31108)
2018-07-16 Jiayi YuFix race conditions in DatataContractSerialization...
2018-07-16 Keerat SinghMerge pull request dotnet/corefx#30917 from keeratsingh...
2018-07-16 Afsaneh RafighiMerge pull request dotnet/corefx#31063 from AfsanehR...
2018-07-14 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup to preview1-26714...
2018-07-14 Filip NavaraHandle empty and disposed certificates in X509Store...
2018-07-14 dotnet-maestro-botUpdate BuildTools, CoreClr, ProjectNTfs, ProjectNTfsTes...
2018-07-14 Jeremy BartonProvide a low-level API for reading and writing PKCSdot...
2018-07-14 Stephen ToubFix TransformManyBlock's EnsureOrdered=false to not...
2018-07-14 Dan MoseleyUpdate issue-guide.md
2018-07-13 Stephen ToubFactor out large generic additions in System.Linq for...
2018-07-13 Brian RobbinsRe-enable Test_BadEventSource_MismatchedIds_WithEtwList...
2018-07-13 Afsaneh Rafighiadding more #if netcoreapp where needed
2018-07-13 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup to previe...
2018-07-13 Paulo JanottiGlobalization coverage: use proper runtimeconfig.json...
2018-07-13 Steve PfisterAdded a preprocessor check for CODEDOM. This will...
2018-07-13 Hugh BellamyAdd Marshal tests and cleanup existing tests a little...
2018-07-13 Stephen ToubAdd more Int32/Int64 parsing tests (dotnet/corefx#31045)
2018-07-13 Filip NavaraEnable compilation with -Wincompatible-pointer-types...
2018-07-13 Keerat SinghAdded Utf8SupportTest.
next