aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* regenerated code and fixed inconsistenciesGravatar Jan Tattermusch2015-07-21
|
* codegen and API changesGravatar Jan Tattermusch2015-07-21
|
* modify client call interface to allow reading status and trailersGravatar Jan Tattermusch2015-07-21
|
* added some testsGravatar Jan Tattermusch2015-07-21
|
* propagate statuscode from server handlerGravatar Jan Tattermusch2015-07-20
|
* allow sending trailers from server handlerGravatar Jan Tattermusch2015-07-20
|
* populate server contextGravatar Jan Tattermusch2015-07-20
|
* refactor server call handlersGravatar Jan Tattermusch2015-07-20
|
* fix bugGravatar Jan Tattermusch2015-07-20
|
* some cleanup and better metadata supportGravatar Jan Tattermusch2015-07-20
|
* reading of metadataGravatar Jan Tattermusch2015-07-20
|
* fixed dependencies in C# projectGravatar 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
* \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| | * Reflect new gpr_timespec type in C#Gravatar Craig Tiller2015-07-17
| | |
| * | remove trailing whitespaceGravatar Jan Tattermusch2015-07-16
| | |
| * | add support for per-call metadataGravatar Jan Tattermusch2015-07-15
| | |
| * | adjust C# generator to match the new APIGravatar Jan Tattermusch2015-07-15
| | |
| * | renaming stub to client and refactoring metadata classGravatar Jan Tattermusch2015-07-15
| | |
| * | make build_packages.bat provide version of grpc.native.csharp_ext dependencyGravatar Jan Tattermusch2015-07-15
| | |
| * | introduce Version.cs as single source of truth of gRPC C# versionGravatar Jan Tattermusch2015-07-15
| | |
| * | pick up nuget package version from cmdline param and fix nuget buildGravatar Jan Tattermusch2015-07-15
| | |
| * | C# health checking supportGravatar Jan Tattermusch2015-07-15
| | |
| | * Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-15
| |/| |/|/
| * Merge pull request #2332 from jtattermusch/implicit_initialize_rebasedGravatar Michael Lumish2015-07-14
| |\ | | | | | | Get rid of explicit GrpcEnvironment.Initialize
* | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
| | * no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
| | |
| * | Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
| |\ \ | | |/ | |/| Introduce multiple clocks to GPR
* | | Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-waitGravatar Craig Tiller2015-07-10
|\ \ \ | |/ / |/| / | |/
* | bumped version of C#Gravatar Jan Tattermusch2015-07-09
| |
* | use System.Collections.Immutable instead of Microsoft.Bcl.ImmutableGravatar Jan Tattermusch2015-07-09
| |
| * Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|/
* undo hotfix from #1731Gravatar Jan Tattermusch2015-06-17
|
* Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\
| * temporary hotfix before #1577 is inGravatar Jan Tattermusch2015-06-17
| |
* | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\|
| * Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
| |\
| | * Added changes to python and csharp wrappersGravatar David Garcia Quintas2015-06-15
| | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
| |\|
| | * fix native callback signature to match with C#Gravatar Jan Tattermusch2015-06-11
| | |
* | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Jan Tattermusch2015-06-11
|\ \ \ | | |/ | |/| | | | we-dont-need-no-backup-fix-merge-master
* | | unknown method handler no longer needs to complete request streamGravatar Jan Tattermusch2015-06-11
| |/ |/|
* | stylecop fixesGravatar Jan Tattermusch2015-06-09
| |
* | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\ \
| | * allow specifying channel options when creating a serverGravatar Jan Tattermusch2015-06-09
| | |
| | * 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#
| * \ Merge pull request #1992 from jtattermusch/csharp_channelGravatar Tim Emiola2015-06-09
| |\ \ | | | | | | | | Add host and port overload for new channel