aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Tests
Commit message (Collapse)AuthorAge
* implemented FromDateTimeGravatar Jan Tattermusch2015-07-23
|
* robust conversion from Timespec to DateTime and testsGravatar Jan Tattermusch2015-07-23
|
* fix stylecop warningsGravatar Jan Tattermusch2015-07-22
|
* set primary user agent by C# channelGravatar Jan Tattermusch2015-07-22
|
* improving test readabilityGravatar Jan Tattermusch2015-07-21
|
* rename Result to ResponseAsyncGravatar Jan Tattermusch2015-07-21
|
* fix echo metadata testGravatar Jan Tattermusch2015-07-21
|
* regenerated code and fixed inconsistenciesGravatar Jan Tattermusch2015-07-21
|
* added some testsGravatar Jan Tattermusch2015-07-21
|
* populate server contextGravatar Jan Tattermusch2015-07-20
|
* fix bugGravatar Jan Tattermusch2015-07-20
|
* implement per_rpc_creds and oauth2_auth_token interop testsGravatar Jan Tattermusch2015-07-20
|
* Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-07-17
|\ | | | | | | no-worries-i-can-wait
| * Reflect new gpr_timespec type in C#Gravatar Craig Tiller2015-07-17
| |
* | adjust C# generator to match the new APIGravatar Jan Tattermusch2015-07-15
| |
* | introduce Version.cs as single source of truth of gRPC C# versionGravatar Jan Tattermusch2015-07-15
|/
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* bumped version of C#Gravatar Jan Tattermusch2015-07-09
|
* undo hotfix from #1731Gravatar Jan Tattermusch2015-06-17
|
* temporary hotfix before #1577 is inGravatar Jan Tattermusch2015-06-17
|
* fix stylecop issuesGravatar Jan Tattermusch2015-06-09
|
* revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
|
* Merge pull request #1966 from jtattermusch/csharp_revampGravatar Michael Lumish2015-06-09
|\ | | | | Stop using native callbacks for C#
* | add host and port overload for new channelGravatar Jan Tattermusch2015-06-08
| |
| * Stop using native callbacks for C#Gravatar Jan Tattermusch2015-06-05
|/
* Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
|
* bump version of gRPC C# assembliesGravatar Jan Tattermusch2015-05-14
|
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\
| * Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
| |
| * added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
| |
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-06
|\|
* | C# fixes for #1472 core API cleanupGravatar Jan Tattermusch2015-05-04
| |
| * remove duplicate initializeGravatar Jan Tattermusch2015-05-04
| |
| * Fixes for C# cancellation supportGravatar Jan Tattermusch2015-05-04
| |
| * fixed some stylecop warningsGravatar Jan Tattermusch2015-05-04
| |
| * Added basic support for cancellationGravatar Jan Tattermusch2015-05-04
| |
| * A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
|/
* csharp version 0.1 -> 0.2Gravatar Jan Tattermusch2015-04-07
|
* Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* added support for metadataGravatar Jan Tattermusch2015-03-16
|
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* removed some compiler warningsGravatar Jan Tattermusch2015-03-06
|
* Added some measurement numbers to comments.Gravatar Jan Tattermusch2015-02-23
|
* Fixed formattingGravatar Jan Tattermusch2015-02-23
|
* Added support for true synchronous unary call and added some performance tests.Gravatar Jan Tattermusch2015-02-23
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20