Anthony Yeh
04e1eb8423
PHP: Fix property reference in BaseStub::close()
9 years ago
murgatroid99
6d6009fec5
Distribute roots.pem with the Node package
9 years ago
Stanley Cheung
e5f41cb5da
php: fix empty_stream interop test;
9 years ago
murgatroid99
c52dfac999
Fixed error in Node credentials test
9 years ago
Hongyu Chen
738e91e8d1
Fix call data init in census grpc filter.
9 years ago
murgatroid99
7cfee089dd
Added more tests, removed some unused code, fixed a bug
9 years ago
Jan Tattermusch
18729a05e5
Polishing of C# auth API
9 years ago
murgatroid99
71f50361bf
Added some more tests to increase coverage
9 years ago
murgatroid99
75a2bbaab2
Refactored some C++ code to improve code reuse
9 years ago
Vijay Pai
7f715707aa
Some changes required to make C++ code generator plugin work fine for
...
external code compiled under gcc-4.4 : eliminate use of nullptr, primarily.
9 years ago
murgatroid99
6fe015e492
Add some tests to increase coverage, fix some failures
9 years ago
Vijay Pai
b1004103a8
Stop using atm operations on fd->shutdown since that is already used
...
within fd->mu anyway (and is not the right size for atm in some cases)
9 years ago
Stanley Cheung
f438ee17b0
fixed comment
9 years ago
Craig Tiller
b8e82670ce
Fix race conditions
9 years ago
Craig Tiller
8344daa1df
Make getting metadata user data a lock free operation
9 years ago
Craig Tiller
63bda56884
Make metadata unref atomic
...
We used to need to lock the metadata context to unref an mdelem. This
change makes it possible to lock only when the mdelem refcount would
reach zero.
9 years ago
Craig Tiller
8e30e25b14
Fix asan compile error
9 years ago
Stanley Cheung
b0cd08acab
php: validate and normalize metadata keys
9 years ago
Craig Tiller
0ba432d445
Move profiling system to gpr
9 years ago
David Garcia Quintas
5994bd167a
Avoid lock/unlock for common client channel pick.
9 years ago
Craig Tiller
cb7bf8a057
Set current worker for longer
...
==> Less self kicking
==> Double performance for sync_unary_ping_pong_test on my machine
9 years ago
Craig Tiller
44011e8ab3
More markup
9 years ago
Craig Tiller
ce1f19e531
More markup
9 years ago
Julien Boeuf
01ac4f0e46
Removing warnings when using boringssl.
...
boringssl and openssl do not have the same method signatures (integer
types differ).
9 years ago
Craig Tiller
3ff2754738
Enable cache for encodings accepted by peer
9 years ago
Craig Tiller
1f41b6b5ed
Simplify adding annotations, annotate more things
9 years ago
murgatroid99
5dbbd9178d
Revert "Added interval_us delay in Node interop server"
...
This reverts commit 83815eab40
.
9 years ago
murgatroid99
be13d81824
Fixed some issues with the tests
9 years ago
murgatroid99
eb185de4cb
Fixed some issues with the Node tests
9 years ago
Stanley Cheung
66ec9bb0ef
php: call writesDone in interop test
9 years ago
Stanley Cheung
e5ba29f337
php: implement empty_stream interop test
9 years ago
murgatroid99
6374f9dc83
Fix a couple of issues with the node interop client
...
This fixes how the node interop client handles authentication failure
and how it checks the service account email responses.
9 years ago
Craig Tiller
8910ac6a36
more markers
9 years ago
yang-g
90540b4338
add another return in case the macro is not defined and the compiler complains about no return statement
9 years ago
Craig Tiller
f73b0066ac
Remove unnecessary include
9 years ago
David Garcia Quintas
0c331880d0
Hid test-only functions from surface/call.h
9 years ago
Craig Tiller
86253ca1da
Latency traces
9 years ago
Julien Boeuf
9a52908f21
Fixing #3680
...
The server auth filter needs a reference on the server credentials so
that the processor that belongs to the creds is not destroyed when the
server auth filter is still using it.
The server auth filter also does not need the security connector but
just the auth context.
9 years ago
Stanley Cheung
6d3f9ac527
php: update package.xml to prepare for 0.6.1 release
9 years ago
Stanley Cheung
601f03c308
removed a few more linuxbrew references
9 years ago
Jan Tattermusch
a6e68f163c
rename grpc.native.csharp_ext nuget to grpc.native.csharp
9 years ago
murgatroid99
b8ceb7c550
Added remaining implementable node interop tests, except compression
9 years ago
murgatroid99
30df27aee1
Made Node interop client use all specified command line flags
9 years ago
Jan Tattermusch
d73ca4817a
fix compilation with VS2010
9 years ago
murgatroid99
83815eab40
Added interval_us delay in Node interop server
9 years ago
Nate Kibler
3ee1da84d3
Fixed a typo in the README
9 years ago
Tim Emiola
bfe8a9febc
Fixes the broken ruby interop tests
9 years ago
Jan Tattermusch
cf72a3adfe
use JWT credentials for per_rpc_creds
9 years ago
Jan Tattermusch
9d8a65218f
prevent ArgumentNullException in credentials plugin
9 years ago
Jan Tattermusch
64d7c2461a
make C# auth interop tests up to spec
9 years ago