Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
c92f18ce86ecd8950e5faa2545fbcb24c5c9afb5
/
src
/
csharp
/
ext
d5b0455
Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x
by murgatroid99
· 7 years ago
06eb057
add grpc_slice_unref to fix leaks
by Jan Tattermusch
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
254ab4c
clang format code
by Jan Tattermusch
· 7 years ago
645ae74
overridable call_start_batch
by Jan Tattermusch
· 7 years ago
06a30ee
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
5b1c5f2
Extend clang-format to C#, Node, Ruby
by Craig Tiller
· 8 years ago
2c6f637
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
dd36b15
Call ref/unref, bugfixes
by Craig Tiller
· 8 years ago
615e468
C# changes
by Sree Kuchibhotla
· 8 years ago
b746294
adapt C# to new cq_create API
by Jan Tattermusch
· 8 years ago
c9b03fe
expose AuthContext in C#
by Jan Tattermusch
· 8 years ago
5f3a143
remove extra space in Csharp code
by Carl Mastrangelo
· 8 years ago
6032492
allow utf8 encoded status message
by Jan Tattermusch
· 8 years ago
afceb2e
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
448c1f0
Move parameters for all grpc_op types into their own sub-structs.
by Mark D. Roth
· 8 years ago
7c70b6c
Revert "Revert "Metadata handling rewrite""
by Craig Tiller
· 8 years ago
5e01e2a
Revert "Metadata handling rewrite"
by Craig Tiller
· 8 years ago
4038cbf
make grpc_csharp_ext compile
by Jan Tattermusch
· 8 years ago
b9a5e07
Continue updating C#
by Craig Tiller
· 8 years ago
1bcdf17
Continue updating C#
by Craig Tiller
· 8 years ago
43416da
wire passing of C# CallFlags to C core
by Jan Tattermusch
· 8 years ago
ae4ab4f
allow null metadata_array in plugin notify
by Jan Tattermusch
· 8 years ago
618e67d
s/GPR_SLICE/GRPC_SLICE/g
by Craig Tiller
· 8 years ago
b37d53e
Bulk update #includes
by Craig Tiller
· 8 years ago
d41a4a7
s/gpr_slice/grpc_slice, and move around tests, impls
by Craig Tiller
· 8 years ago
6e90171
introduce separate grpcsharp_request_call_context
by Jan Tattermusch
· 8 years ago
6765653
destroy byte buffer reader after use
by Alexander Polcyn
· 8 years ago
2222047
Add csharp check to return val of byte_buffer_reader_init
by Alexander Polcyn
· 8 years ago
0910e4c
pr comments
by David Garcia Quintas
· 8 years ago
6721d4f
Return success status of grpc_byte_buffer_reader
by David Garcia Quintas
· 8 years ago
0d896ef
fix reading of compressed byte_buffer in C#
by Jan Tattermusch
· 8 years ago
55c08f8
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
by David Garcia Quintas
· 8 years ago
4594bd9
Merge remote-tracking branch 'upstream/master' into base
by Yuchen Zeng
· 8 years ago
5ee8e77
add support for multiple cqs to GrpcThreadPool
by Jan Tattermusch
· 8 years ago
a301eaa
Allow servers to select compression level via initial MD.
by David Garcia Quintas
· 8 years ago
305ffd4
make SendStatusFromServer optionally send a message as well
by Jan Tattermusch
· 9 years ago
12dfdc3
Change win32 file suffix
by Yuchen Zeng
· 9 years ago
dba4c5f
Add various options to verify ssl/tls client cert including letting the
by Deepak Lukose
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
9533d04
Fix includes
by Craig Tiller
· 9 years ago
a447eb3
fix copyrights
by Jan Tattermusch
· 9 years ago
660c15b
add roots.pem as a resource
by Jan Tattermusch
· 9 years ago
7536af0
Eliminate gpr_ int types - and insist on C99 variants instead
by Craig Tiller
· 9 years ago
189fcf8
introduce auth interceptor context
by Jan Tattermusch
· 9 years ago
caf9935
Also adding a credentials type to the plugin API.
by Julien Boeuf
· 9 years ago
3c957e6
Fixing implementations.
by Julien Boeuf
· 9 years ago
08dea32
update C# to the new C core auth API
by Jan Tattermusch
· 9 years ago
706a010
stop gcc complaints about func ptr conversions
by Jan Tattermusch
· 9 years ago
74f39e1
Migrate C# to the new auth API
by Jan Tattermusch
· 9 years ago
5bd75d7
implement C# wrapping for plugin API
by Jan Tattermusch
· 9 years ago
f6a39e9
Type sign fix for C#
by David Garcia Quintas
· 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
4c25efa
support for reading response headers on client side
by Jan Tattermusch
· 9 years ago
4275899
Sprinkle reserved = NULL around
by Craig Tiller
· 9 years ago
720903a
Fixing merge failures.
by Nicolas "Pixel" Noble
· 9 years ago
b457cd8
Merge remote-tracking branch 'google/master' into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
b5ea2f8
Merge pull request #2873 from jtattermusch/expose_version_string
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
392fae2
context propagation API
by Jan Tattermusch
· 9 years ago
5321d49
fixed writeOptions and added test
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
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
18541a1
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
d27dfa7
enable forcing client auth
by Jan Tattermusch
· 9 years ago
9fb1d20
watch connectivity state API has changed in the meantime
by Jan Tattermusch
· 9 years ago
dead905
expose Channel.Target property
by Jan Tattermusch
· 9 years ago
d8bbdea
Added channel state API
by Jan Tattermusch
· 9 years ago
c5ae3eb
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
by Craig Tiller
· 9 years ago
e1b0e6e
s/inherit/propagate/g
by Craig Tiller
· 9 years ago
99e6164
Update wrappers, tests to new create_call()
by Craig Tiller
· 9 years ago
753b3cb
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
by Craig Tiller
· 9 years ago
4aee724
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
by Julien Boeuf
· 9 years ago
d9aed1d
Merge github.com:grpc/grpc into elliptic-orange-chamelion
by Craig Tiller
· 9 years ago
dfc42da
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
by Craig Tiller
· 9 years ago
a96ac05
make insecure channel and server explicit
by Jan Tattermusch
· 9 years ago
062c329
expose peer info in serverside call handlers
by Jan Tattermusch
· 9 years ago
7a3ac62
explicitly convert deadline for server handlers to realtime
by Jan Tattermusch
· 9 years ago
f6410f5
robust conversion from Timespec to DateTime and tests
by Jan Tattermusch
· 9 years ago
7cb0853
Merge github.com:grpc/grpc into elliptic-orange-chamelion
by Craig Tiller
· 9 years ago
b256faa
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
by Craig Tiller
· 9 years ago
5029b30
Adding option to force client auth on the server SSL creds.
by Julien Boeuf
· 9 years ago
7717202
fix crash caused by wrong size of MetadataEntryStruct
by Jan Tattermusch
· 9 years ago
4a4f149
Rename grpc_channel_create to grpc_insecure_channel_create
by Craig Tiller
· 9 years ago
a0bb065
allow sending trailers from server handler
by Jan Tattermusch
· 9 years ago
7f23a75
fix bug
by Jan Tattermusch
· 9 years ago
77415b6
some cleanup and better metadata support
by Jan Tattermusch
· 9 years ago
ec50f28
reading of metadata
by Jan Tattermusch
· 9 years ago
143e7bf
Introduce a clock type field onto gpr_timespec.
by Craig Tiller
· 9 years ago
f3756c1
Introduce multiple clocks to GPR
by Craig Tiller
· 9 years ago
48dd6bf
Merge github.com:grpc/grpc into you-complete-me
by Craig Tiller
· 9 years ago
d7e0bea
Added changes to python and csharp wrappers
by David Garcia Quintas
· 9 years ago
a3697b4
Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me
by Masood Malekghassemi
· 9 years ago
Next »