index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
csharp
Commit message (
Expand
)
Author
Age
*
Various Windows fixes.
Nicolas Noble
2015-03-19
*
added support for metadata
Jan Tattermusch
2015-03-16
*
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12
*
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
*
added stylecop settings file
Jan Tattermusch
2015-03-11
*
C# server side TLS support
Jan Tattermusch
2015-03-09
*
Used StyleCop to get rid of tabs in the source code
Jan Tattermusch
2015-03-06
*
removed some compiler warnings
Jan Tattermusch
2015-03-06
*
Split async call into server and client classes sharing the same base.
Jan Tattermusch
2015-03-06
*
C# interop client support for external CA file
Jan Tattermusch
2015-03-04
*
Merge pull request #929 from jtattermusch/csharp_tls
Tim Emiola
2015-03-03
|
\
*
|
added C# to run_tests.py
Jan Tattermusch
2015-03-03
|
*
client side support for TLS
Jan Tattermusch
2015-03-03
|
/
*
Merge pull request #910 from mbrukman/readme-no-exec
Nicolas Noble
2015-03-02
|
\
*
|
Remove HTTP mappings from status.h
Eric Anderson
2015-03-02
|
*
Removed execute permissions from README files.
Misha Brukman
2015-03-02
|
/
*
fix conditional inclusion of grpc_csharp_ext.dll
Jan Tattermusch
2015-02-27
*
Merge pull request #862 from jtattermusch/interop_server
Tim Emiola
2015-02-27
|
\
*
|
Update README.md
Jan Tattermusch
2015-02-27
|
*
added C# interop server
Jan Tattermusch
2015-02-26
|
/
*
fixed server streaming
Jan Tattermusch
2015-02-25
*
fix to make empty_stream pass against C++ server
Jan Tattermusch
2015-02-25
*
Added interop server, interop unit tests and fixes to pingpong
Jan Tattermusch
2015-02-25
*
clang-format
Jan Tattermusch
2015-02-25
*
Fix to make the conditional include under Windows
Jan Tattermusch
2015-02-25
*
Include grpc_csharp_ext.dll only under Windows
Jan Tattermusch
2015-02-25
*
grpc_csharp_ext.dll added to the project to force automatic copying to the ou...
Jan Tattermusch
2015-02-25
*
Added ability for c# to redirect C core logs to arbitrary sink
Jan Tattermusch
2015-02-25
*
Added some measurement numbers to comments.
Jan Tattermusch
2015-02-23
*
Fixed formatting
Jan Tattermusch
2015-02-23
*
Fix exception unwrapping for unary call
Jan Tattermusch
2015-02-23
*
Added support for true synchronous unary call and added some performance tests.
Jan Tattermusch
2015-02-23
*
added NuGet package specifications
Jan Tattermusch
2015-02-20
*
Added EXPERIMENTAL-ONLY disclaimer file
Jan Tattermusch
2015-02-20
*
update README file
Jan Tattermusch
2015-02-20
*
renamed MathClient -> Grpc.Examples.MathClient
Jan Tattermusch
2015-02-20
*
Rename Grpc.Api to Grpc.Examples
Jan Tattermusch
2015-02-20
*
moved proto files to Grpc.IntegrationTesting
Jan Tattermusch
2015-02-20
*
moved interop testing specific files to Grpc.IntegrationTesting
Jan Tattermusch
2015-02-20
*
renaming of VS projects and other minor structural fixes
Jan Tattermusch
2015-02-20
*
set assembly versions to 0.1 to have lower version than languages in alpha
Jan Tattermusch
2015-02-20
*
Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2
Mugur Marculescu
2015-02-19
|
\
|
*
Update README.md
Jayant Kolhe
2015-02-19
*
|
nit in README
Jan Tattermusch
2015-02-19
*
|
Updated Copyright information and assembly versions for C#
Jan Tattermusch
2015-02-19
*
|
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor re...
Jan Tattermusch
2015-02-19
*
|
fixed string.h include
Jan Tattermusch
2015-02-18
*
|
updated C# readme
Jan Tattermusch
2015-02-18
*
|
fix typo: shutdown should be used in teardown.
Jan Tattermusch
2015-02-18
[next]