Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
d87e203622bb65c5d21e2e4fd6bc601f272f4a07
/
src
/
csharp
7d3d485
add roots.pem to Grpc C# nuget package
by Jan Tattermusch
· 9 years ago
68e63c7
Merge pull request #3137 from grpc/jtattermusch-patch-2
by Tim Emiola
· 9 years ago
487a72b
Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem.
by Jan Tattermusch
· 9 years ago
7279567
check for allowed characters in metadata key
by Jan Tattermusch
· 9 years ago
67c4587
error spec compliance and marshalling tests
by Jan Tattermusch
· 9 years ago
910ad08
Merge pull request #3106 from jtattermusch/culture_invariant
by Stanley Cheung
· 9 years ago
0a26821
replace all grpc-common occurances with examples
by Stanley Cheung
· 9 years ago
5414df3
make ToLower culture invariant
by Jan Tattermusch
· 9 years ago
0834833
Merge pull request #2947 from jboeuf/grpc_security_abi
by Craig Tiller
· 9 years ago
939ccbe
switch C# projects to Google.Protobuf 3.0.0-alpha4 package
by Jan Tattermusch
· 9 years ago
d68ef4f
upgrade third_party/protobufs to 3.0.0-beta-1
by Jan Tattermusch
· 9 years ago
0608a00
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
by Jan Tattermusch
· 9 years ago
c5b570f
Adding void* at then end of security related method in order to have a stable ABI.
by Julien Boeuf
· 9 years ago
12855fc
polishing public docs
by Jan Tattermusch
· 9 years ago
f637573
make unneeded API internal-only, update docs
by Jan Tattermusch
· 9 years ago
578c7c5
revert AssemblyInfo.cs
by Jan Tattermusch
· 9 years ago
dca145b
fix stylecop issues
by Jan Tattermusch
· 9 years ago
4c25efa
support for reading response headers on client side
by Jan Tattermusch
· 9 years ago
3af838a
simplify stream reads on client side
by Jan Tattermusch
· 9 years ago
fb34a99
reading of response headers for unary response calls
by Jan Tattermusch
· 9 years ago
ea02eb6
introduce INativeCall interface to simplify testing
by Jan Tattermusch
· 9 years ago
e4134dd
implement timeout_on_sleeping_server interop test
by Jan Tattermusch
· 9 years ago
2b35795
get rid of explicit GrpcEnvironment.Shutdown()
by Jan Tattermusch
· 9 years ago
249fc80
improving the tests
by Jan Tattermusch
· 9 years ago
f6edf87
metadata polishing
by Jan Tattermusch
· 9 years ago
39d97a7
Merge pull request #2964 from jtattermusch/refactor_auth_interceptors
by Michael Lumish
· 9 years ago
e396b8d
add method info to auth interceptor
by Jan Tattermusch
· 9 years ago
e717852
fix comment
by Jan Tattermusch
· 9 years ago
9e14414
refactor auth interceptors
by Jan Tattermusch
· 9 years ago
2250454
forgot to expose status and trailers for unary call
by Jan Tattermusch
· 9 years ago
4275899
Sprinkle reserved = NULL around
by Craig Tiller
· 9 years ago
c7cfe9d
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
by Jan Tattermusch
· 9 years ago
d8fc860
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
by Jan Tattermusch
· 9 years ago
46e85b0
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
by Jan Tattermusch
· 9 years ago
d53b389
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
58d6374
upgrade to latest protobufs
by Jan Tattermusch
· 9 years ago
d9745ca
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
70cb300
generate auth URI for JWT access token properly
by Jan Tattermusch
· 9 years ago
cf9a0ce
Merge pull request #2900 from jtattermusch/csharp_exceptions
by Jan Tattermusch
· 9 years ago
720903a
Fixing merge failures.
by Nicolas "Pixel" Noble
· 9 years ago
9b6248f
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
94829fb
remove OperationFailedException also from the project file
by Jan Tattermusch
· 9 years ago
0c140a8
migrate to usable auth library
by Jan Tattermusch
· 9 years ago
ebf4046
getting rid of unnecessary exception type
by Jan Tattermusch
· 9 years ago
b457cd8
Merge remote-tracking branch 'google/master' into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
1b926ee
add comments
by Jan Tattermusch
· 9 years ago
9698b5b
polishing CallOptions
by Jan Tattermusch
· 9 years ago
2527967
fix test
by Jan Tattermusch
· 9 years ago
66eb18d
fixing doc comments
by Jan Tattermusch
· 9 years ago
3e94197
get rid of unnecessary ExceptionHelper
by Jan Tattermusch
· 9 years ago
f22abfb
rename async extension methods for clarity
by Jan Tattermusch
· 9 years ago
39a9ec8
fix preconditions class
by Jan Tattermusch
· 9 years ago
488598a
Merge pull request #2867 from jtattermusch/csharp_sandcastle
by Tim Emiola
· 9 years ago
b5ea2f8
Merge pull request #2873 from jtattermusch/expose_version_string
by Jan Tattermusch
· 9 years ago
5bdcfc6
Merge pull request #2864 from jtattermusch/0.10-upport
by Nicolas Noble
· 9 years ago
1338798
fix method signature and add test
by Jan Tattermusch
· 9 years ago
03ad951
add const modifier
by Jan Tattermusch
· 9 years ago
c5a6aca
expose C core version string to C#
by Jan Tattermusch
· 9 years ago
4dd2509
added sandcastle project to generate docs
by Jan Tattermusch
· 9 years ago
dad1724
added tests
by Jan Tattermusch
· 9 years ago
392fae2
context propagation API
by Jan Tattermusch
· 9 years ago
012b2e9
update Grpc.Tools.nuspec
by Jan Tattermusch
· 9 years ago
a96167c
setup build packages to build preview version
by Jan Tattermusch
· 9 years ago
4ef39ce
switched to protobuf from 20150808
by Jan Tattermusch
· 9 years ago
38536a7
regenerate protos
by Jan Tattermusch
· 9 years ago
e6af5d1
add service descriptor property to generated code
by Jan Tattermusch
· 9 years ago
9ee27e1
service descriptor
by Jan Tattermusch
· 9 years ago
8644aea
migrated code to proto3
by Jan Tattermusch
· 9 years ago
475f75a
regenerate
by Jan Tattermusch
· 9 years ago
3030a92
upgrade generate script
by Jan Tattermusch
· 9 years ago
7db4613
progress
by Jan Tattermusch
· 9 years ago
2852631
upgraded NuGet package
by Jan Tattermusch
· 9 years ago
5c42d8d
regenerate protos
by Jan Tattermusch
· 9 years ago
85f24b5
update proto files
by Jan Tattermusch
· 9 years ago
2c4f4ec
update generate script
by Jan Tattermusch
· 9 years ago
410c473
make intializer for metadata even nicer
by Jan Tattermusch
· 9 years ago
5321d49
fixed writeOptions and added test
by Jan Tattermusch
· 9 years ago
c75c57c
added ResponseHeadersTest, fixed stylecop issues
by Jan Tattermusch
· 9 years ago
c8d7b84
polishing tests
by Jan Tattermusch
· 9 years ago
2615f39
fixing tests
by Jan Tattermusch
· 9 years ago
0abb847
big facelift of test code
by Jan Tattermusch
· 9 years ago
a4291e7
fixing tests
by Jan Tattermusch
· 9 years ago
5b0b392
introduced MockServiceHelper to ease testing
by Jan Tattermusch
· 9 years ago
8368b2e
implemented sending initial metadata
by Jan Tattermusch
· 9 years ago
bff90ac
added WriteOptions support and enabled NoCompress flag to be used for all writes
by Jan Tattermusch
· 9 years ago
9d72b14
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
8c59791
Working on C#.
by Nicolas "Pixel" Noble
· 9 years ago
e5b0459
Merge pull request #2750 from ctiller/propagate
by Yang Gao
· 9 years ago
3cd76d6
fix tests
by Jan Tattermusch
· 9 years ago
ffa17b1
regenerated code
by Jan Tattermusch
· 9 years ago
5c371f8
renamed CallContext to CallOptions
by Jan Tattermusch
· 9 years ago
e5e57ad
update generator
by Jan Tattermusch
· 9 years ago
5cb5ced
refactoring client side calls
by Jan Tattermusch
· 9 years ago
cc97fed
regenerated code
by Jan Tattermusch
· 9 years ago
a9ddd02
add servicename field to method
by Jan Tattermusch
· 9 years ago
542e21c
refactoring AsyncCall
by Jan Tattermusch
· 9 years ago
5e10f18
introduce CallContext
by Jan Tattermusch
· 9 years ago
c6f2d4f
Merge pull request #2797 from jtattermusch/polishing_api
by Jan Tattermusch
· 9 years ago
a600d58
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
183c9f7
Merge pull request #2767 from ctiller/no-poop-on-pizza
by Abhishek Kumar
· 9 years ago
Next »