Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Grpc
AgeCommit message (Expand)Author
2022-06-28Apply remaining gRPC API changes (#42422)James Newton-King
2022-06-23Add support for multi-segment parameters to gRPC JSON transcoding (#42315)James Newton-King
2022-06-11Unquarantine GetWithRouteParameter_WriteMultiple_CancellationBefore_CallCance...Sébastien Ros
2022-05-22Improve gRPC JSON transcoding request binding and support HttpBody (#41523)James Newton-King
2022-05-18Update SDK (#41697)William Godbe
2022-05-12Fix GetWithRouteParameter_WriteMultiple_CancellationBefore_CallCanceled (#41648)James Newton-King
2022-05-12Quarantine GetWithRouteParameter_WriteMultiple_CancellationBefore_CallCancele...Brennan
2022-05-08Update Grpc.Core.Api to 2.45.0 and support write cancellation (#41525)James Newton-King
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-04-19Fixed the window update hangs (#41256)David Fowler
2022-04-19Use handler directly in gRPC interop tests (#41251)James Newton-King
2022-04-19Quarantine ClientCompressedUnary #41248 (#41249)Chris Ross
2022-04-15Add SocketsHttpHandler logging to gRPC interop tests (#41199)James Newton-King
2022-03-27Add gRPC JSON transcoding (#40242)James Newton-King
2022-02-15Do less copying / zipping for Helix (#40134)Doug Bunting
2022-01-31Remove Interop build step (#39553)Doug Bunting
2022-01-29Use non-generic TaskCompletionSource (#39835)Martin Costello
2021-12-23Fixup whitespace issues from top-level statement change (#39161)Pranav K
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-10-22Clean up remaining `net461` references (#37731)Doug Bunting
2021-07-23Find and Replace Apache License -> MITKevin Pilch
2021-07-23Update license from Apache -> MITKevin Pilch
2021-05-10Execute interop and template tests on latest Fx (#32510)Doug Bunting
2021-04-19Use new helix sdk/runtime functionality (#31448)Hao Kung
2021-02-16Favor project-specific build scripts over top-level script (#29918)Safia Abdalla
2021-01-24Changed default server for samples from IIS Express to Kestrel (#29517)Shreyas Jejurkar
2020-11-26Remove unnecessary calls to GetTypeInfo (#27974)Eric Erhardt
2020-11-10Add README.md for gRPC project area (#27636)James Newton-King
2020-11-03Re-enable gRPC interop tests for macOS and LinuxJohn Luo
2020-10-15Enables code analysis rules about culture sensitive string operations (#26656)Pranav K
2020-09-26Un-quaratine fixed tests (#26335)Brennan
2020-09-12Update gRPC version in template to 2.32.0-pre1 (#25587)James Newton-King
2020-09-12Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790)Doug Bunting
2020-08-18Fix HTTP/2 tests that use HttpClient and H2C (#24981)James Newton-King
2020-08-16[master] Update dependencies from dotnet/efcore dotnet/runtime (#24876)dotnet-maestro[bot]
2020-08-13Fix gRPC interop tests (#24824)James Newton-King
2020-08-10[master] Update dependencies from dotnet/runtime dotnet/efcore (#24717)dotnet-maestro[bot]
2020-07-22[master] Update dependencies from dotnet/efcore dotnet/arcade dotnet/runtime ...dotnet-maestro[bot]
2020-07-09Migrate to single sln file + slnf files (#23581)Kevin Pilch
2020-06-17Turn off gRPC interop test console color logging (#22923)James Newton-King
2020-06-13Improve gRPC interop test failure logging (#22856)James Newton-King
2020-05-23Capture gRPC interop test client output (#22163)James Newton-King
2020-05-22Quarantine tests based on recent failuresDoug Bunting
2020-05-22Support quarantine on individual gRPC interop tests (#22124)James Newton-King
2020-05-22Quarantine InteropTest (#22102)Pranav K
2020-05-08FixupsPranav K
2020-04-23Fix race in gRPC interop test logging (#21080)John Luo
2020-04-01Add .vsconfig files in root and beside slnsKevin Pilch
2020-03-28Prevent background process from crashing test when writing to… (#20254)John Luo
2020-03-25nit: Mark shell scripts as executableDoug Bunting