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-03
Youssef1313
Fix argument name & use nameof instead of magic string...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Stephen Toub
Ensure HttpClient.Get*Async helpers wrap IOExceptions...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Hugh Bellamy
Move CultureInfoConverter to the new test base and...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Hugh Bellamy
Add MemberDescriptor tests and fix bugs (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Stephen Toub
Disable two Task GC tests for UWP (dotnet/corefx#39157)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Vladimir Sadov
Enabling GetGCMemoryInfo test (dotnet/corefx#39131)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Santiago Fernandez...
Fix conflict resolution for design time build (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Andrei K
Fix comments and ellipsis in code examples (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Stephen Toub
Fix DateTimeOffsetConverterTests test (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Geoff Kizer
Merge pull request dotnet/corefx#39107 from geoffkizer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Stephen Toub
Avoid extra allocation and interface calls in Append...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Stephen Toub
Stop using EDI.Throw for shared exception objects in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Geoff Kizer
address feedback
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Stephen Toub
Update HttpStress app to accomodate recent changes...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Tomas Weinfurt
correct sending RST when request body fails (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Cory Nelson
Fix Ping.Send() to return correct PingReply status...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Alexander Köplinger
System.Numerics.Vectors: Remove reflection in GenericVe...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Tarek Mahmoud...
Update issue-guide.md
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Shay Rojansky
Remove cancellation token from new System.Data CloseAsy...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Layomi Akinrinade
Honor dictionary key policy when serializing (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Charles Stoner
Compile InvocationExpression target if necessary (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Bradley Grainger
Increase System.Data.Common test coverage (dotnet/coref...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Geoff Kizer
clean up HTTP2 protocol exception handling
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Tomas Weinfurt
improve Http2_PendingSend_SendsReset test. (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Charles Stoner
Use same Encoding for Asc() and Chr() (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
Tanner Gooding
Add a number of new RealFormatter tests (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Krzysztof Wicher
Do not directly abort connection on GOAWAY (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Tanner Gooding
Fixing up the System.Text.Json to handle floats/doubles...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Levi Broderick
Add unit tests for EncoderNLS / DecoderNLS fallbacks...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Jeremy Barton
Standardize error for RSACng.ImportParameters (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Stephen Toub
Fix MaxResponseHeadersLength assert for value string...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Carlos Sanchez...
Update ownership for System.IO.Packaging (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Steve Harter
JsonElement null support and serialize ext data without...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Viktor Hofer
Generate framework manifest file (dotnet/corefx#38792)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Tom Deseyn
WaitIdAnyExitedNoHangNoWait: handle waitid returning...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Konstantin...
Fix arm32-ci-script.sh (dotnet/corefx#38398)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Kotsenas
Remove dead code in System.Private.* namespaces (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Stephen Toub
Disable Http2_PendingSend_SendsReset test sporadically...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Stephen Toub
Disable VeryLargePart Packaging test (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Tomas Weinfurt
move tests with SlowTestStream to outerloop (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Viktor Hofer
Make CoreFx.Private.TestUtilites RID-agnostic (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Stephen Toub
Fix exception messages for max response headers length...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Jose Perez...
Fixing small issue with reference assemblies not settin...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Geoff Kizer
Merge pull request dotnet/corefx#39047 from geoffkizer...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Kevin Jones
Lookup OID if only friendly name is specified for ECCurve
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Geoff Kizer
review feedback
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Stephen Toub
Ignore NullableContextAttributes in System.ComponentMod...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Stephen Toub
Workaround potential compiler nullability bug
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Jan Kotas
Fix StackTrace test for pretty-printing updates
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Geoff Kizer
enable request retry when receiving REFUSED_STREAM...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Krzysztof Wicher
Harden System.Net.Http.Functional.Tests.HttpClientHandl...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Stephen Toub
Added a few more options to the HttpStress test (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Eric Erhardt
Clean up unnecessary ObjectModel suppressions from...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Steve Harter
Add depth check for bad converters (dotnet/corefx#38956)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Hugh Bellamy
Fix System.ComponentModel.Primitives NREs (dotnet/coref...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Prashanth Govindarajan
Improve default handling in ReadOnlySequence.Slice...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Hugh Bellamy
Fix typos in test names (dotnet/corefx#39025)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Stephen Toub
Add standalone HTTP stress test (dotnet/corefx#39021)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Carlos Sanchez...
Re-add removed Packaging.props lines related to Intelli...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Stephen Toub
Add more HTTP2 tracing (dotnet/corefx#39011)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Stephen Toub
Fix HTTP2 duplex communication with Expect: 100-continu...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Stephen Toub
Stop disposing of the proxy in HttpConnectionPoolManage...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Stephen Toub
Change CreateProcessLong test helper to use 5m rather...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Andy Gocke
Ignore NullableContextAttribute in API Compat and fix...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Hugh Bellamy
Add back support for InstanceDescriptor in DateTimeOffs...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Krzysztof Wicher
Fix BytesConsumed when skipping single line comments...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Santiago Fernandez...
Tweak custom nullable attributes based on API Review...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
Jan Kotas
Update SDK to 3.0.100-preview7 (dotnet/corefx#38964)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
David Cantu
Fixed address and port formatting for TCs to use portNu...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Jeremy Kuhne
Fix array size used by LookupOverflow json test (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Frederik Carlier
System.Drawing: Consolidate BitmapData class (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Jeremy Barton
Prevent OpenSSL unload at process exit (dotnet/corefx...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Hugh Bellamy
Remove dead remoting IUnimplemented code from TypeDescr...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Geoff Kizer
improve write buffer management and fix buffer size...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Tomáš Matoušek
Remove incorrect statement from Portable PDB spec ...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Krzysztof Wicher
Utf8JsonReader: Do not allow non-standard line endings...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Geoff Kizer
Merge pull request dotnet/corefx#38918 from geoffkizer...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Move Comment token type within the TokenType enum....
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Jose Perez...
Making Exceptions serializable (dotnet/corefx#38893)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Do not pass ReadOnlySequence by "in" to the Utf8JsonRea...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Rename JsonValueType to JsonValueKind and JsonElement...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Anirudh Agnihotry
Tests for nullable reference types in Span apis (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Steve Harter
Allow Ignore and JsonName attributes to use same proper...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Steve Harter
Remove converter Write() that takes property name ...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Santiago Fernandez...
Fix nullable annotations for EventRegistrationTokenTabl...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Add simpler Utf8JsonReader ctors that dont require...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
buyaa-n
Check uncompressed size before decompressing a zip...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Geoff Kizer
fix connection level window accounting
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Cory Nelson
Add HPACK integer validation to prevent wrapping and...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Geoff Kizer
ignore frame processing callbacks on aborted streams
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Krzysztof Wicher
Clear plaintext when AesCcm authentication fails (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Rename JsonSerializer.Parse/ToString to Deserialize...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Fix typo while merging conflicting PRs (s_readerOptions...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
dotnet-maestro...
[master] Update dependencies from dotnet/coreclr (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Remove BytesConsumed and Position from JsonReaderState...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Add JsonElement.WriteProperty that takes JsonEncodedTex...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Add JsonDocumentOptions and use that instead of JsonRea...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Stephen Toub
Add test for sync completion behavior with multiple...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Kevin Jones
Validate RSA parameters when importing to OpenSSL
commit
|
commitdiff
|
tree
|
snapshot
2019-06-26
Ahson Khan
Add more Utf8JsonWriter.WritePropertyName test cases...
commit
|
commitdiff
|
tree
|
snapshot
next