Julien Boeuf
54a902ed17
Successfully compile C++ libary (not tests yet).
10 years ago
murgatroid99
6fe015e492
Add some tests to increase coverage, fix some failures
10 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)
10 years ago
Stanley Cheung
f438ee17b0
fixed comment
10 years ago
Craig Tiller
b8e82670ce
Fix race conditions
10 years ago
Julien Boeuf
26bf71ce37
Fixing mem leak and compilation error in tsan.
10 years ago
Julien Boeuf
4e02e84062
Got the core test passing.
10 years ago
Julien Boeuf
441176d161
Got core to compile (without the tests)
10 years ago
Craig Tiller
8344daa1df
Make getting metadata user data a lock free operation
10 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.
10 years ago
Craig Tiller
8e30e25b14
Fix asan compile error
10 years ago
Stanley Cheung
b0cd08acab
php: validate and normalize metadata keys
10 years ago
Craig Tiller
0ba432d445
Move profiling system to gpr
10 years ago
David Garcia Quintas
5994bd167a
Avoid lock/unlock for common client channel pick.
10 years ago
Craig Tiller
cb7bf8a057
Set current worker for longer
...
==> Less self kicking
==> Double performance for sync_unary_ping_pong_test on my machine
10 years ago
Craig Tiller
44011e8ab3
More markup
10 years ago
Craig Tiller
ce1f19e531
More markup
10 years ago
Julien Boeuf
01ac4f0e46
Removing warnings when using boringssl.
...
boringssl and openssl do not have the same method signatures (integer
types differ).
10 years ago
Craig Tiller
3ff2754738
Enable cache for encodings accepted by peer
10 years ago
Julien Boeuf
acd835f99e
First pass at the headers.
10 years ago
Craig Tiller
1f41b6b5ed
Simplify adding annotations, annotate more things
10 years ago
murgatroid99
5dbbd9178d
Revert "Added interval_us delay in Node interop server"
...
This reverts commit 83815eab40
.
10 years ago
murgatroid99
be13d81824
Fixed some issues with the tests
10 years ago
murgatroid99
eb185de4cb
Fixed some issues with the Node tests
10 years ago
Stanley Cheung
66ec9bb0ef
php: call writesDone in interop test
10 years ago
Stanley Cheung
e5ba29f337
php: implement empty_stream interop test
10 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.
10 years ago
Craig Tiller
8910ac6a36
more markers
10 years ago
yang-g
90540b4338
add another return in case the macro is not defined and the compiler complains about no return statement
10 years ago
Craig Tiller
f73b0066ac
Remove unnecessary include
10 years ago
David Garcia Quintas
0c331880d0
Hid test-only functions from surface/call.h
10 years ago
Craig Tiller
86253ca1da
Latency traces
10 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.
10 years ago
Stanley Cheung
6d3f9ac527
php: update package.xml to prepare for 0.6.1 release
10 years ago
Stanley Cheung
601f03c308
removed a few more linuxbrew references
10 years ago
Jan Tattermusch
a6e68f163c
rename grpc.native.csharp_ext nuget to grpc.native.csharp
10 years ago
Stanley Cheung
687bef6cb0
remove a few more linuxbrew references
10 years ago
murgatroid99
b8ceb7c550
Added remaining implementable node interop tests, except compression
10 years ago
murgatroid99
30df27aee1
Made Node interop client use all specified command line flags
10 years ago
Stanley Cheung
ea1372ce7c
php: update package.xml to prepare for 0.6.1 release
10 years ago
Jan Tattermusch
d73ca4817a
fix compilation with VS2010
10 years ago
murgatroid99
83815eab40
Added interval_us delay in Node interop server
10 years ago
Nate Kibler
3ee1da84d3
Fixed a typo in the README
10 years ago
Tim Emiola
bfe8a9febc
Fixes the broken ruby interop tests
10 years ago
Jan Tattermusch
cf72a3adfe
use JWT credentials for per_rpc_creds
10 years ago
Jan Tattermusch
9d8a65218f
prevent ArgumentNullException in credentials plugin
10 years ago
Jan Tattermusch
64d7c2461a
make C# auth interop tests up to spec
10 years ago
Craig Tiller
1c4319a3eb
Fixup mac build
10 years ago
Craig Tiller
504ed5997a
Get basic profiler working again
10 years ago
David Garcia Quintas
7fd0fd5023
C++ Alarm implementation (with tests).
10 years ago