Alistair Veitch
dcfb3fe482
add CPU tests
10 years ago
Sree Kuchibhotla
fbc376f935
Interop stress tests
10 years ago
vjpai
0cc1341199
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
10 years ago
Sree Kuchibhotla
728a6104d5
Interop stress tests
10 years ago
David Garcia Quintas
b65e4213a3
fixed faulty merge
10 years ago
Craig Tiller
0ba432d445
Move profiling system to gpr
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
David Garcia Quintas
4bc3463108
Introducing grpc_executor, for all your threading needs
10 years ago
David Garcia Quintas
7b1bd2c271
μChannels implementation.
10 years ago
Craig Tiller
2468ff56a4
Restore build sanity
10 years ago
Craig Tiller
4de3e4f41e
Restore sanity
10 years ago
David Garcia Quintas
f747bbc043
s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm
10 years ago
Masood Malekghassemi
9229810752
Update build files
10 years ago
Masood Malekghassemi
fe1093c3a8
Update build tools
10 years ago
Craig Tiller
2bc37297c8
Enable backtraces on C tests
10 years ago
Craig Tiller
7bedba8c45
Disable zookeeper test for now
10 years ago
Nicolas "Pixel" Noble
6dad9b0821
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
10 years ago
Nicolas "Pixel" Noble
42b4c28d20
Fixing usage of the BUILDDIR variable.
...
Now both using absolute and relative directory for that variable should work.
BUILDDIR=/tmp/build-grpc make
BUILDDIR=../build-grpc make
10 years ago
Craig Tiller
8af4c33718
Final patches for rename
10 years ago
Craig Tiller
298751c119
Split closures from iomgr.h
10 years ago
Craig Tiller
ba496454b2
Fixes
10 years ago
Craig Tiller
b9d3596cb1
Enable -Wshadow
10 years ago
Craig Tiller
d136a5c44c
grpc++.h was not installed
10 years ago
Craig Tiller
6a6b36c503
Enable -Wconversion
10 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
10 years ago
Craig Tiller
841c880c2b
Core compiles with -Wsign-conversion
10 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
10 years ago
Craig Tiller
73b6606629
Workqueue: interface, test, and posix implementation
10 years ago
David Garcia Quintas
4fb049b647
Added round robin LB policy.
10 years ago
David Garcia Quintas
5c4543d9f5
Introduced a registry for LB policies.
10 years ago
Nicolas "Pixel" Noble
0d728c1e9e
Bumping revision to 0.11 for beta.
10 years ago
Craig Tiller
02a7bedaa3
Generated changes
10 years ago
David Garcia Quintas
14111e9da1
Added grpc++.h with mainpage docs.
...
Minor fixes to previously existing docs.
10 years ago
Julien Boeuf
0d47192afa
Fixing headers and paths after merge with upstream.
10 years ago
yang-g
12577a7f7f
Fix build
10 years ago
Alistair Veitch
9a09982e2d
view and aggregation API
10 years ago
Craig Tiller
ae69ad1bcf
Add a portable test of endpoint pairs
10 years ago
Craig Tiller
2ded19b84f
Update projects
10 years ago
Rakesh Iyer
4abe76eff5
Repro case for flow control bug.
...
This is a repro case for a bug where if the client is sending
full throttle and the receiver is not able to keep up, the
client reaches a case where it doesn't make forward progress
anymore.
Signed-off-by: Craig Tiller <craig.tiller@gmail.com>
10 years ago
yang-g
d090fe1379
auth context api change for string_ref
10 years ago
yang-g
e21908fcee
impl
10 years ago
Craig Tiller
d01b6f49a2
Its not enough to just serialize the clean step...
10 years ago
Craig Tiller
df77673c6c
Dont try to parallelize OpenSSL build
10 years ago
Julien Boeuf
8fd915ab8d
Adding grpc::string_ref class.
...
- Strict subset of
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html
- Useful to avoid unnecessary string copies.
10 years ago
Craig Tiller
16f6dac8e8
Make googletest a submodule
10 years ago
Craig Tiller
333ced0b8a
Remove accidental dependency on zookeeper in shutdown_test
10 years ago
Vijay Pai
e8a7e30a75
Eliminate public thread-pool interface
10 years ago
Craig Tiller
11a28c7f1a
Update projects
10 years ago
yang-g
9fb35a5332
split stream.h into sync_stream.h and async_stream.h
10 years ago