Vijay Pai
90102c2bfc
Eliminate unnecessary uses of new[]/delete[] that can be replaced
...
with vector
Also start eliminating uses of plain-old delete that are not helpful
8 years ago
Vijay Pai
a189b7b9f1
Make new file compliant with new standards
8 years ago
Vijay Pai
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
9 years ago
Vijay Pai
e140d5c60d
Regenerate all projects
9 years ago
Vijay Pai
713c7b87e1
clang-format
9 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
9 years ago
Craig Tiller
ff8e43aa6c
Fix memory corruption
9 years ago
Craig Tiller
b4d883bfc2
Make ASAN pass
9 years ago
Craig Tiller
63ec293d73
Integrate resource quotas
9 years ago
David Garcia Quintas
7ec291330c
PR comments
9 years ago
Mark D. Roth
3f265857f4
Fix memory leak.
9 years ago
Mark D. Roth
6df607591c
Fix portability problems.
9 years ago
Mark D. Roth
fd635add1c
clang-format
9 years ago
Noah Eisen
45ebd355cd
Fix clang format
9 years ago
Yuxuan Li
c9ca0a9e70
clang-format for recently changed files. merged upstream master
9 years ago
Noah Eisen
e7223afdd5
Use default Empty ctor instead of Empty::default_instance
9 years ago
David Garcia Quintas
0baf1dc569
Made LB token dynamic size <= 50 bytes
9 years ago
Noah Eisen
ca5cdf454c
Add unimplemented_service test case for cpp interop client
9 years ago
Craig Tiller
86cb138ee9
Handle failed calls in sync client
9 years ago
Mark D. Roth
e127a39f45
Change tests to use channel args instead of fake_resolver query args.
9 years ago
Craig Tiller
28b72428a8
clang-format
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
Mark D. Roth
452287607f
Add test for setting LB policy via C++ API.
9 years ago
Yuxuan Li
1a9a0d8da8
fix logging problem
9 years ago
Craig Tiller
1d0fce9d60
Add some endpoint pair tests
9 years ago
Craig Tiller
93d802b986
Add full stack microbenchmark
9 years ago
Craig Tiller
d3cd017f5d
Initial google_benchmark integration: source changes
9 years ago
Sree Kuchibhotla
14b701c114
Use nullptr instead of NULL. Move test to grpc namespace so that when using gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h
9 years ago
Yuxuan Li
aa7411da04
minor fix for usage_timer.cc
9 years ago
Sree Kuchibhotla
cb4cd3dc5d
make gcc4.4 happy
9 years ago
Sree Kuchibhotla
3fc578345d
Change std::atomic_int to gpr_atm since gcc4.4 is complaining
9 years ago
Mark D. Roth
e3a21005bf
Fix propagation of channel args for insecure channels.
9 years ago
Sree Kuchibhotla
069c12de23
Fix thread_manager_test
9 years ago
Sree Kuchibhotla
85399f0824
clang formatting fixes
9 years ago
Yuxuan Li
60d55f80c4
Change flag precision to flag stride, better description.
...
Add flag error_tolerence to define the search stopping criteria.
Move the equal condition in the binary search to smaller than condition.
Wrap get_cpu_usage(), so on non-linux platform, the compiler won't
complain and will get cpu usage to be 0.
9 years ago
Makarand Dharmapurikar
f01f7b6d6c
clang-format fixes
9 years ago
Sree Kuchibhotla
6135535ca7
Minor changes and called generate_projects.sh again
9 years ago
Makarand Dharmapurikar
e3dd1d7d11
modify stress_test command line options
...
Modify command line options to be consistent with interop_client.
9 years ago
Sree Kuchibhotla
920ed0c418
Modify Thread manager test
9 years ago
Noah Eisen
32eee7739b
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
9 years ago
Sree Kuchibhotla
385c9b2f05
Address code review comments
9 years ago
Craig Tiller
afcc8752f3
clang-format
9 years ago
Mark D. Roth
24301717d4
Allow specifying extra flags for C++ interop server.
9 years ago
Vijay Pai
d923583768
Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class
9 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
9 years ago
Craig Tiller
14c836fcd1
Delambdaify
9 years ago
Craig Tiller
b019d61f9a
Fix benchmark shutdown
9 years ago
Yuchen Zeng
169c985f67
Remove generated pb files
9 years ago