projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2019-07-26
Zoey McCullough
Re-enable xunit warning 2002 dotnet/corefx#39696 (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Dan Moseley
Fix NRE when MatchEvaluator returns null (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Stephen Toub
Re-enable CA1200 (avoid cref tag prefixes) (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Stephen Toub
Re-enable CA1802 (use consts instead of readonly static...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Koundinya Veluri
Relax a mutex test condition (dotnet/corefx#39786)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Steve Harter
Reduce memory usage of tests and fix asserts for escape...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
William Godbe
Exclude System.Numerics.Tensors Symbol package from...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Geoff Kizer
Merge pull request dotnet/corefx#39745 from geoffkizer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Charles Stoner
Add [Obsolete] to vbNewLine (dotnet/corefx#39753)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Jeremy Barton
Change the default symmetric encryption algorithm for...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Eirik Tsarpalis
Merge pull request dotnet/corefx#39632 from eiriktsarpa...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Stephen Toub
Re-enable xUnit1025 (duplicate InlineData) (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Ahson Khan
Auto-generate the reference assemblies to normalize...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Viktor Hofer
Enable xunit2007 analyzer (dotnet/corefx#39740)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Stephen Toub
Re-enable xUnit2008 (Assert.True with regex) (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Stephen Toub
Re-enable xUnit1016 (public MemberDatas) (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Anirudh Agnihotry
Only removing logs which throw invalid parameters excep...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Anirudh Agnihotry
parameter name corrected (dotnet/corefx#39744)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
William Godbe
Mark System.Numerics.Tensors package as nonshipping...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Geoff Kizer
fix race between request failure and response body...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Re-emable CA1507 (use nameof) (dotnet/corefx#39731)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Viktor Hofer
Enable xunit2012 analyzer (dotnet/corefx#39730)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Add comment descriptions to remaining xunit analyzer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Re-enable CA1825 (zero-length array allocations) (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Re-enable CA2200 (rethrowing exceptions in catch blocks...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Viktor Hofer
Enable xunit2015 analyzer (dotnet/corefx#39714)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Geoff Kizer
Merge pull request dotnet/corefx#39638 from geoffkizer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Geoff Kizer
address review feedback and fix test issue
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Re-enable CA1401 (public P/Invoke methods) (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Re-enable CA2008 (tasks without a TaskScheduler) (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Re-enable CA1821 (remove empty finalizers) (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Ahson Khan
Update dummy fields within the ref by auto-generating...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Stephen Toub
Upgrade Roslyn analyzers (dotnet/corefx#39703)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Santiago Fernandez...
Update package testing to test for 5.0 and use the...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Stephen Toub
Re-enable xunit warning 2004 (dotnet/corefx#39698)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Geoff Kizer
fix race in request body completion
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Geoff Kizer
fix race with _requestBodyCancellationSource creation
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Geoff Kizer
rework SendHeadersAsync to address various issues
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Geoff Kizer
address review feedback
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Geoff Kizer
combine into single Cancel method on stream, and ensure...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Geoff Kizer
rework shutdown handling
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Stephen Toub
Re-enable xunit warning 2003 (dotnet/corefx#39696)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Eirik Tsarpalis
Merge pull request dotnet/corefx#39693 from eiriktsarpa...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Egor Bogatov
Make AsciiToLower ReadOnlySpan<byte> (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Eirik Tsarpalis
add license notice to new source files
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Stephen Toub
Disable SendAsync_SuppressedGlobalStaticPropagationNoLi...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Stephen Toub
Re-enable xunit warning 1006 (dotnet/corefx#39685)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Stephen Toub
Re-enable all DisableXUnitAnalyzer test projects (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Stephen Toub
Re-enable ~20 xunit analyzers (dotnet/corefx#39671)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
buyaa-n
Custom converter contravariant test coverage (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Stephen Toub
Update breaking changes doc with a few clarifications...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Stephen Toub
Add missing fields to BrotliEncoder/Decoder ref (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Stephen Toub
Remove unnecessary empty try { } blocks (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Eirik Tsarpalis
stress server cleanups
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Eirik Tsarpalis
fix build
commit
|
commitdiff
|
tree
|
snapshot
2019-07-21
Stephen Toub
Disable DefaultPageSettings_Null_ReturnsExpected test...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-21
Hugh Bellamy
Fix NullReferenceExceptions in IndentedTextWriter witho...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-21
Omair Majid
Fix up cgroup2fs in Interop.MountPoints.FormatInfo...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-21
Stephen Toub
Pass CancellationToken from Http2Connection.SendHeaders...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
Stephen Toub
Disable nullable warnings for netstandard and netfx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
Edison Henrique...
Port some methods of the VB Interaction module (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
Stephen Toub
Remove unnecessary use of volatile in PartitionerStatic...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Eirik Tsarpalis
regular comment
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Eirik Tsarpalis
address feedback
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Eirik Tsarpalis
HttpStress: Segregate Client & Server into separate...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Justin Kotalik
Don't dispose StreamPipeWriter CancellationToken until...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Stephen Toub
Re-enable unicode host name test (dotnet/corefx#39606)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Stephen Toub
Avoid "async void" tests (dotnet/corefx#39613)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Viktor Hofer
Add telemetry marker for tests (dotnet/corefx#39619)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Cheena Malhotra
Fix in System.Data.Common namespace, use correct WriteA...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Stephen Toub
Remove dead ifdef'd code from Microsoft.CSharp/VisualBa...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Stephen Toub
Move ConnectAsync_AddCustomHeaders_Success ClientWebSoc...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Stephen Toub
Fix ordering of visibility and abstract/virtual/overrid...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
dotnet-maestro...
[master] Update dependencies from dotnet/coreclr (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
buyaa-n
Code coverage for JsonWriterHelper JsonWriter (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Koundinya Veluri
Fold a bunch of CoreCLR's abandoned mutex tests into...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Santiago Fernandez...
Make all events nullable (dotnet/corefx#39578)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Stephen Toub
Change HttpStress app to highlight in red unchanged...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
David Cantu
Include file SafeHandleTest.cs into the project. (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Günther Foidl
Spanify Cryptography.Base64Transform
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Filip Navara
Move ASN.1 decoding/encoding out of PkcsPal
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Tom Deseyn
Socket: improve cross-platform behavior on Dispose...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
v-jizho2
Increase connect timeout for Functional Tests (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Stephen Toub
Enable HttpStress to target http.sys in addition to...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Ahson Khan
Add UnsafeRelaxedJsonEscaping static to JavascriptEncod...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
William Godbe
Update branding in master to 5.0 (dotnet/corefx#39503)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Geoff Kizer
Merge pull request dotnet/corefx#39343 from geoffkizer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Layomi Akinrinade
Clean up date helper (dotnet/corefx#39548)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Santiago Fernandez...
Fix Utf8JsonWriter xml docs (dotnet/corefx#39092)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Martin Björkström
Specify DateTimeKind.Utc in JSON tests to avoid Argumen...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Geoff Kizer
disable two slow tests that time out in CI
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Layomi Akinrinade
Fix datetime bug (dotnet/corefx#39541)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Ahson Khan
Do not over-escape writing Base64 strings within JSON...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Omair Majid
Add arm64 runtime ids for Fedora and RHEL 8
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
David Fowler
Change callbacks to virtual from being abstract (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Stephen Toub
Fix HttpStress GET Parameters operation to respect...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Jeremy Barton
Add negative tests for ValidateNumber
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Steve Harter
Add Encoder option to writer and serializer (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Stephen Toub
Remove a few unnecessary !s (dotnet/corefx#39531)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Eirik Tsarpalis
Merge pull request dotnet/corefx#39485 from eiriktsarpa...
commit
|
commitdiff
|
tree
|
snapshot
next