index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
csharp
/
Grpc.Examples
Commit message (
Expand
)
Author
Age
*
implemented cancellation support for MathService.Fib
Jan Tattermusch
2015-07-23
*
added deadline to generated stubs
Jan Tattermusch
2015-07-23
*
rename Result to ResponseAsync
Jan Tattermusch
2015-07-21
*
regenerated code and fixed inconsistencies
Jan Tattermusch
2015-07-21
*
add support for per-call metadata
Jan Tattermusch
2015-07-15
*
adjust C# generator to match the new API
Jan Tattermusch
2015-07-15
*
renaming stub to client and refactoring metadata class
Jan Tattermusch
2015-07-15
*
introduce Version.cs as single source of truth of gRPC C# version
Jan Tattermusch
2015-07-15
*
bumped version of C#
Jan Tattermusch
2015-07-09
*
changed tests and examples to use "using" for IDisposable calls
Jan Tattermusch
2015-05-20
*
remove unused example
Jan Tattermusch
2015-05-20
*
make naming of async write methods clearer (by adding Async suffix)
Jan Tattermusch
2015-05-20
*
Merge pull request #1646 from jtattermusch/csharp_api_fixes
Tim Emiola
2015-05-20
|
\
|
*
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Jan Tattermusch
2015-05-20
*
|
regenerate service stubs
Jan Tattermusch
2015-05-20
|
/
*
bump version of gRPC C# assemblies
Jan Tattermusch
2015-05-14
*
Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup
Jan Tattermusch
2015-05-08
|
\
*
|
get rid of dependencies on some unneeded nuget packages
Jan Tattermusch
2015-05-07
|
*
add newline to the end of generated files
Jan Tattermusch
2015-05-07
|
*
Replace handwritten math stub by the generated one
Jan Tattermusch
2015-05-07
|
*
added csharp generator plugin
Jan Tattermusch
2015-05-07
|
/
*
added concept of ServerCallContext, that is passed to all server-side handlers
Jan Tattermusch
2015-05-07
*
A new version C# API based on async/await
Jan Tattermusch
2015-05-04
*
csharp version 0.1 -> 0.2
Jan Tattermusch
2015-04-07
*
cleanup of C# API examples
Jan Tattermusch
2015-04-02
*
added support for metadata
Jan Tattermusch
2015-03-16
*
Setting up stylecop to ignore generated files and fixing style
Jan Tattermusch
2015-03-12
*
code style fixes based on StyleCop warnings
Jan Tattermusch
2015-03-11
*
Used StyleCop to get rid of tabs in the source code
Jan Tattermusch
2015-03-06
*
Added interop server, interop unit tests and fixes to pingpong
Jan Tattermusch
2015-02-25
*
Rename Grpc.Api to Grpc.Examples
Jan Tattermusch
2015-02-20