Craig Tiller
baa14a975e
Update clang-format to 5.0
8 years ago
Mark D. Roth
1ff6ee12cc
clang-format
8 years ago
Mark D. Roth
2caf021772
Change plugin credentials API to support both sync and async modes.
8 years ago
Jan Tattermusch
06eb057eb7
add grpc_slice_unref to fix leaks
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
254ab4c085
clang format code
8 years ago
Jan Tattermusch
645ae74e88
overridable call_start_batch
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
5b1c5f22f4
Extend clang-format to C#, Node, Ruby
8 years ago
Craig Tiller
dd36b15315
Call ref/unref, bugfixes
8 years ago
Sree Kuchibhotla
615e468b08
C# changes
8 years ago
Jan Tattermusch
b7462944ba
adapt C# to new cq_create API
8 years ago
Jan Tattermusch
c9b03fe987
expose AuthContext in C#
8 years ago
Carl Mastrangelo
5f3a143068
remove extra space in Csharp code
8 years ago
Jan Tattermusch
603249229a
allow utf8 encoded status message
8 years ago
Mark D. Roth
e6dd773dff
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
Mark D. Roth
448c1f002c
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Jan Tattermusch
4038cbff1a
make grpc_csharp_ext compile
9 years ago
Craig Tiller
b9a5e07373
Continue updating C#
9 years ago
Craig Tiller
1bcdf17c11
Continue updating C#
9 years ago
Jan Tattermusch
43416dac68
wire passing of C# CallFlags to C core
9 years ago
Jan Tattermusch
ae4ab4fb0c
allow null metadata_array in plugin notify
9 years ago
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
9 years ago
Craig Tiller
b37d53ebc0
Bulk update #includes
9 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
9 years ago
Jan Tattermusch
6e90171f37
introduce separate grpcsharp_request_call_context
9 years ago
Alexander Polcyn
676565326c
destroy byte buffer reader after use
9 years ago
Alexander Polcyn
2222047f45
Add csharp check to return val of byte_buffer_reader_init
9 years ago
Alexander Polcyn
78aa4580fd
Add csharp check to return val of byte_buffer_reader_init
9 years ago
David Garcia Quintas
0910e4c0f6
pr comments
9 years ago
David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
9 years ago
Jan Tattermusch
0d896ef906
fix reading of compressed byte_buffer in C#
9 years ago
Jan Tattermusch
5ee8e77522
add support for multiple cqs to GrpcThreadPool
9 years ago
David Garcia Quintas
a301eaade8
Allow servers to select compression level via initial MD.
...
Setting the newly added compression_level field of
grpc_op::send_initial_metadata by a server now has the effect of
applying that compression level for the subsequent call messages leaving
the server. The ultimate meaning of the level depends on the client's
supported compression algorithms.
9 years ago
Jan Tattermusch
305ffd4847
make SendStatusFromServer optionally send a message as well
9 years ago
Yuchen Zeng
12dfdc3c27
Change win32 file suffix
9 years ago
Deepak Lukose
dba4c5fd01
Add various options to verify ssl/tls client cert including letting the
...
application handle the authentication.
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Jan Tattermusch
a447eb3a1e
fix copyrights
9 years ago
Jan Tattermusch
660c15b844
add roots.pem as a resource
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
10 years ago
Jan Tattermusch
189fcf8686
introduce auth interceptor context
10 years ago
Julien Boeuf
caf9935e45
Also adding a credentials type to the plugin API.
...
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.
If this functionality is wanted it will be done in an additive function in
the API like :
void grpc_call_credentials_set_composite_policy(
grpc_call_credentials_composite_policy policy);
10 years ago
Julien Boeuf
3c957e60a3
Fixing implementations.
10 years ago
Jan Tattermusch
08dea32d24
update C# to the new C core auth API
10 years ago
Jan Tattermusch
706a010e34
stop gcc complaints about func ptr conversions
10 years ago
Jan Tattermusch
74f39e185e
Migrate C# to the new auth API
10 years ago