Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
99eb9f94bf49cdb322b0de9f4bb16d5af15b08fd
/
src
/
csharp
0de5407
Merge pull request #1221 from jtattermusch/math_server
by Tim Emiola
· 10 years ago
8c5d68b
add calltype decl where missing
by Jan Tattermusch
· 10 years ago
e8fef43
csharp version 0.1 -> 0.2
by Jan Tattermusch
· 10 years ago
4c64d46
Added example math server
by Jan Tattermusch
· 10 years ago
8c61db9
cleanup of C# API examples
by Jan Tattermusch
· 10 years ago
cfd6073
Various Windows fixes.
by Nicolas Noble
· 10 years ago
c0b3721
added support for metadata
by Jan Tattermusch
· 10 years ago
286975f
Started using immutable collections and other code cleanup
by Jan Tattermusch
· 10 years ago
3de9f49
Setting up stylecop to ignore generated files and fixing style
by Jan Tattermusch
· 10 years ago
075dde4
code style fixes based on StyleCop warnings
by Jan Tattermusch
· 10 years ago
053d894
added stylecop settings file
by Jan Tattermusch
· 10 years ago
b0829eb
C# server side TLS support
by Jan Tattermusch
· 10 years ago
13cd125
Used StyleCop to get rid of tabs in the source code
by Jan Tattermusch
· 10 years ago
49fd7fe
removed some compiler warnings
by Jan Tattermusch
· 10 years ago
a29d0f3
Split async call into server and client classes sharing the same base.
by Jan Tattermusch
· 10 years ago
f7e32a6
C# interop client support for external CA file
by Jan Tattermusch
· 10 years ago
93adddc
Merge pull request #929 from jtattermusch/csharp_tls
by Tim Emiola
· 10 years ago
1970a5b
added C# to run_tests.py
by Jan Tattermusch
· 10 years ago
1532923
client side support for TLS
by Jan Tattermusch
· 10 years ago
1ab2e89
Merge pull request #910 from mbrukman/readme-no-exec
by Nicolas Noble
· 10 years ago
5b53e35
Remove HTTP mappings from status.h
by Eric Anderson
· 10 years ago
5cdf37e
Removed execute permissions from README files.
by Misha Brukman
· 10 years ago
bd3df5f
fix conditional inclusion of grpc_csharp_ext.dll
by Jan Tattermusch
· 10 years ago
69dc65a
Merge pull request #862 from jtattermusch/interop_server
by Tim Emiola
· 10 years ago
867e6b6
Update README.md
by Jan Tattermusch
· 10 years ago
503bbac
added C# interop server
by Jan Tattermusch
· 10 years ago
4788e78
fixed server streaming
by Jan Tattermusch
· 10 years ago
0e1f527
fix to make empty_stream pass against C++ server
by Jan Tattermusch
· 10 years ago
2083138
Added interop server, interop unit tests and fixes to pingpong
by Jan Tattermusch
· 10 years ago
44553b5
clang-format
by Jan Tattermusch
· 10 years ago
b17b00b
Fix to make the conditional include under Windows
by Jan Tattermusch
· 10 years ago
5ffb4c3
Include grpc_csharp_ext.dll only under Windows
by Jan Tattermusch
· 10 years ago
abf2202
grpc_csharp_ext.dll added to the project to force automatic copying to the output dir
by Jan Tattermusch
· 10 years ago
5339814
Added ability for c# to redirect C core logs to arbitrary sink
by Jan Tattermusch
· 10 years ago
5b14166
Added some measurement numbers to comments.
by Jan Tattermusch
· 10 years ago
a0fcfcc
Fixed formatting
by Jan Tattermusch
· 10 years ago
4d70326
Fix exception unwrapping for unary call
by Jan Tattermusch
· 10 years ago
50faa8f
Added support for true synchronous unary call and added some performance tests.
by Jan Tattermusch
· 10 years ago
4e40db0
added NuGet package specifications
by Jan Tattermusch
· 10 years ago
b2d4b83
Added EXPERIMENTAL-ONLY disclaimer file
by Jan Tattermusch
· 10 years ago
0182981
update README file
by Jan Tattermusch
· 10 years ago
92aa11d
renamed MathClient -> Grpc.Examples.MathClient
by Jan Tattermusch
· 10 years ago
babfd91
Rename Grpc.Api to Grpc.Examples
by Jan Tattermusch
· 10 years ago
d3a7927
moved proto files to Grpc.IntegrationTesting
by Jan Tattermusch
· 10 years ago
03e9da7
moved interop testing specific files to Grpc.IntegrationTesting
by Jan Tattermusch
· 10 years ago
8b86b15
renaming of VS projects and other minor structural fixes
by Jan Tattermusch
· 10 years ago
b84abbd
set assembly versions to 0.1 to have lower version than languages in alpha
by Jan Tattermusch
· 10 years ago
04e3a6e
Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2
by Mugur Marculescu
· 10 years ago
1b360d3
Update README.md
by Jayant Kolhe
· 10 years ago
caf7b78
nit in README
by Jan Tattermusch
· 10 years ago
df89cf8
Updated Copyright information and assembly versions for C#
by Jan Tattermusch
· 10 years ago
3086862
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
by Jan Tattermusch
· 10 years ago
2f2afd2
fixed string.h include
by Jan Tattermusch
· 10 years ago
bb0c65b
updated C# readme
by Jan Tattermusch
· 10 years ago
ec77624
fix typo: shutdown should be used in teardown.
by Jan Tattermusch
· 10 years ago
8d2e572
got rid of server_add_secure_http2_port
by Jan Tattermusch
· 10 years ago
8d7ce43
formatting
by Jan Tattermusch
· 10 years ago
37afb9a
fixing unknown method call handler on server
by Jan Tattermusch
· 10 years ago
fa21673
clang-format
by Jan Tattermusch
· 10 years ago
607307d
Cleanup of AsyncCall.cs
by Jan Tattermusch
· 10 years ago
a96afb0
renaming file name to match class name
by Jan Tattermusch
· 10 years ago
3f8962c
removal of unused methods in extension library
by Jan Tattermusch
· 10 years ago
337a2dd
migration to new C API
by Jan Tattermusch
· 10 years ago
ce5021b
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
190d360
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
347b83c
Merge github.com:grpc/grpc into copyright
by Craig Tiller
· 10 years ago
f222a4a
Add C# checks
by Craig Tiller
· 10 years ago
ad1fd3a
Add proto copyrights
by Craig Tiller
· 10 years ago
1d1f952
The Python interoperability testing server.
by Nathaniel Manista
· 10 years ago
d853baa
Merge pull request #516 from jtattermusch/csharp_shutdown
by Tim Emiola
· 10 years ago
07002d7
changed 2014 -> 2015
by Jan Tattermusch
· 10 years ago
af77b3d
changed 2014 -> 2015
by Jan Tattermusch
· 10 years ago
a7fff86
added license headers to all grpc C# files
by Jan Tattermusch
· 10 years ago
23821ce
Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once.
by Jan Tattermusch
· 10 years ago
07fadea
Got rid of the PortPicker utility
by Jan Tattermusch
· 10 years ago
a9edeef
clang-format of grpc_csharp_ext.c
by Jan Tattermusch
· 10 years ago
61f93b2
Fixed Timespec to work on Windows, fixes in ServerSafeHandle
by Jan Tattermusch
· 10 years ago
c9562b6
fixes in extension library
by Jan Tattermusch
· 10 years ago
86a249f
little refactoring for Timespec
by Jan Tattermusch
· 10 years ago
e1e1187
bind Pinvoke c# call to the new wrappers
by Jan Tattermusch
· 10 years ago
35e4280
added wrappers for all grpc and gpr functions used by grpc C#
by Jan Tattermusch
· 10 years ago
20b738d
reference windows-style library names in DllImport, mono still finds the right library
by Jan Tattermusch
· 10 years ago
630f1b8
Update completion type enum to reflect changes in grpc.h
by Jan Tattermusch
· 10 years ago
f0ea718
update readme file
by Jan Tattermusch
· 10 years ago
860f6d0
started using nuget packages for dependencies
by Jan Tattermusch
· 10 years ago
392d1e0
addressed review comments
by Jan Tattermusch
· 10 years ago
6b7523d
updated readme
by Jan Tattermusch
· 10 years ago
d233d3a
added some more interop tests
by Jan Tattermusch
· 10 years ago
56b805f
added support for streaming calls to TestService stubs
by Jan Tattermusch
· 10 years ago
eb3e76e
scaffolding for interop_client and little bit of project renaming
by Jan Tattermusch
· 10 years ago
a4b63bf
Added simplified TestService for interop testing
by Jan Tattermusch
· 10 years ago
15111f5
Polishing C# math service implementation and added an in-process mathclient mathserver test
by Jan Tattermusch
· 10 years ago
3d6fa14
Merge pull request #411 from jtattermusch/csharp_server
by Michael Lumish
· 10 years ago
caa3614
removed outdated comment
by Jan Tattermusch
· 10 years ago
a3b659c
added comment
by Jan Tattermusch
· 10 years ago
aeec9a9
Added usage info to csharp/README.md
by Jan Tattermusch
· 10 years ago
8ce5e8b
Improved the server implementation to be able to register call handlers, also some refactoring
by Jan Tattermusch
· 10 years ago
a7608b0
Prototype of gRPC C# library (Core and API examples)
by Jan Tattermusch
· 10 years ago
ea6f6d9
updated readme
by Jan Tattermusch
· 10 years ago
94c3653
added grpc extension library for C#
by Jan Tattermusch
· 10 years ago