Craig Tiller
d56dae0767
Merge
8 years ago
Mark D. Roth
859cce41dc
clang-format
8 years ago
Mark D. Roth
3d88341c54
Populate latency field in final_info.
8 years ago
Yuxuan Li
12df928362
fixing override
8 years ago
yang-g
b24fb69366
clang-format
8 years ago
Craig Tiller
206efc7866
Benchmarks for unary metadata
8 years ago
Mark D. Roth
0e44a258cb
Fix C++ filter API and add test for it.
8 years ago
David Klempner
c4151554d6
Fix error checking in low_level_ping_pong_benchmark
...
low_level_ping_pong_benchmark got missed in the great error plumbing
changes, and so always fails because it always thinks socket
configuration functions are returning errors. Bring it back up to date.
8 years ago
yang-g
aad8f7bb34
Add corpus, the seed examples seem to be merged out
8 years ago
Craig Tiller
314f43991c
Increase test timeouts
...
These tests are failing when run as a batch, but passing when run in
isolation.
Suspect something more is up, but this will at least make our builds
much greener until we figure that out.
8 years ago
yang-g
31e2128571
Add a fuzzer for ssl server side
8 years ago
Craig Tiller
a947f1c32e
Make resource_quota a real object
8 years ago
Mark D. Roth
04c5b52668
Fix channel_stack_test.
8 years ago
Vijay Pai
56540ba9f9
clang-format
8 years ago
Vijay Pai
1b87ddee0a
One more NULL->nullptr
8 years ago
Mark D. Roth
f79ce7d201
Code review changes.
8 years ago
Vijay Pai
b0a6be2b8f
Remove some unnecessary new/delete patterns
8 years ago
Vijay Pai
f4671bfaef
Remove a namespace and start using a lambda for a small function
8 years ago
Vijay Pai
c01958bf55
Cleanup unneeded namespace
8 years ago
Vijay Pai
d75e7fec01
Fix a comment
8 years ago
Vijay Pai
f2764e76f9
clang-format
8 years ago
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
David Garcia Quintas
4f9b764956
Fixed use of unalloc'd memory
8 years ago
Craig Tiller
b121fc7c3f
Support percent-encoding status messages
8 years ago
Mark D. Roth
2b8de5cecf
Don't run cancel_after_accept test for fd and socketpair fixtures.
8 years ago
Mark D. Roth
9ec28af03a
Change value of channel arg to string form, and reparse in each place we use it.
8 years ago
Mark D. Roth
ea846a0800
Rename method_config.[ch] to service_config.[ch].
8 years ago
Mark D. Roth
47f1084ce8
clang-format
8 years ago
Mark D. Roth
896d92568b
Add grpc_json_tree to handle refcounting for channel arg.
8 years ago
Vijay Pai
a189b7b9f1
Make new file compliant with new standards
8 years ago
Yuchen Zeng
68413c221e
Remove GRPC_SOCKET
8 years ago
Vijay Pai
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
8 years ago
Vijay Pai
e140d5c60d
Regenerate all projects
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
Craig Tiller
ff8e43aa6c
Fix memory corruption
8 years ago
Craig Tiller
b4d883bfc2
Make ASAN pass
8 years ago
Craig Tiller
63ec293d73
Integrate resource quotas
8 years ago
Craig Tiller
2afba3a72f
Ensure something executes the new rst_stream code
8 years ago
Mark D. Roth
fe858517e9
Fix build problem from merge.
8 years ago
David Garcia Quintas
7ec291330c
PR comments
8 years ago
Masood Malekghassemi
5a4005772d
Don't use the stack so much
...
Because internally we like to keep our thread stacks tiny.
8 years ago
Mark D. Roth
c20a52f7f5
Fix build problem.
8 years ago
Mark D. Roth
d811b307f7
clang-format
8 years ago
Mark D. Roth
3f265857f4
Fix memory leak.
8 years ago
Mark D. Roth
6df607591c
Fix portability problems.
8 years ago
Mark D. Roth
fd635add1c
clang-format
8 years ago
Craig Tiller
3a41bbbe9b
Expand corpus
8 years ago
Craig Tiller
d6e10baf60
Expand corpus, fix crash
8 years ago
Craig Tiller
50633cc20e
Expand corpus, fix crash
8 years ago