Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
7 years ago |
Adele Zhou
|
2d0718a7da
|
Add bazel target for more tests.
|
7 years ago |
Adele Zhou
|
9f810b59f2
|
Run end2end tests with different pollers with Bazel.
|
7 years ago |
Adele Zhou
|
a2013f86a0
|
Fix the fuzzer corpus path.
|
7 years ago |
Vijay Pai
|
58a62755fc
|
Remove support for detached threads. All threads must be joined.
|
7 years ago |
ncteisen
|
24f388bf95
|
Fix compile
|
7 years ago |
ncteisen
|
bf323a985f
|
Use grpc_channel_arg_get_string when appropriate
|
7 years ago |
Noah Eisen
|
9f3f4837af
|
Add repro
|
7 years ago |
Noah Eisen
|
e547b217d3
|
Fix fuzz bug
|
7 years ago |
Noah Eisen
|
b5aec72e7d
|
Add fuzz repro
|
7 years ago |
Noah Eisen
|
2ee8cb998b
|
Add fuzz repro
|
7 years ago |
Noah Eisen
|
eec31840ab
|
Fix fuzz test
|
7 years ago |
Noah Eisen
|
c7f026142d
|
Add repro
|
7 years ago |
Adele Zhou
|
0ad0e5d684
|
Fix fuzzer tests for Bazel
|
7 years ago |
Vijay Pai
|
c745690caf
|
Internalize gpr_thd except for id and currentid
|
7 years ago |
Noah Eisen
|
e1bec40dfb
|
Manually fix build issue
|
7 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
cddf6f838a
|
Add some manual const casts to fix build
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Vijay Pai
|
5122487fad
|
fix a conflict
|
7 years ago |
Yash Tibrewal
|
ec717fa226
|
Fix heap use-after-free bug in chttp2 reported by fuzzer
|
7 years ago |
Adele Zhou
|
61da03c83d
|
Add two files as data deps.
|
7 years ago |
Vijay Pai
|
7ec6b0ac1a
|
fix dependence
|
7 years ago |
Mark D. Roth
|
209f644f04
|
Convert resolver API to C++.
|
7 years ago |
Vijay Pai
|
8f4fbb1c55
|
Move avl to its own directory and rename it to grpc_avl
|
7 years ago |
Mehrdad Afshari
|
ecdd9147cf
|
Fix run_with_poller.sh to pass shellcheck
|
7 years ago |
Mehrdad Afshari
|
a6ac5b3ddc
|
Fix fuzzer_one_entry_runner.sh to pass shellcheck
|
7 years ago |
Mehrdad Afshari
|
4c130bf369
|
Fix end2end_test.sh to pass shellcheck
|
7 years ago |
adelez
|
39307d23c3
|
Revert "Revert "Define the tests as grpc_cc_test to automatically test against all po…""
|
7 years ago |
Muxi Yan
|
2711e386ec
|
Update prefix length in algorithm_test
|
7 years ago |
Muxi Yan
|
cda058de8e
|
build projects
|
7 years ago |
Muxi Yan
|
931f68ec56
|
regenerate metadata
|
7 years ago |
Muxi Yan
|
3db2caaf2e
|
Replace message/deflate,gzip with deflate,gzip
|
7 years ago |
Muxi Yan
|
6f0b195d20
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
|
7 years ago |
adelez
|
18a356c9fa
|
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
|
7 years ago |
Mark D. Roth
|
08d9f3df30
|
Change Ref() methods to return a RefCountedPtr<>.
|
7 years ago |
Yash Tibrewal
|
a3b99294a0
|
Get bazel tests for bad_ssl working
|
7 years ago |
Adele Zhou
|
5b30e46854
|
Define the tests as grpc_cc_test to automatically test against all polling strategies
|
7 years ago |
Adele Zhou
|
461d59cf08
|
Add BUILD file
|
7 years ago |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
7 years ago |
Juanli Shen
|
d82e137c7b
|
Add a results_upon_error setter to fake resolver
|
7 years ago |
Vijay Pai
|
0dbb00eef0
|
Remove extern "C"
|
7 years ago |
David Garcia Quintas
|
8d8214afe5
|
Removed obsolete lb_policies_test
|
7 years ago |
yang-g
|
ce1cfea12d
|
Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
|
7 years ago |
David Garcia Quintas
|
f25126cffb
|
PR comments
|
7 years ago |
Jan Tattermusch
|
382374eb6f
|
add comment
|
7 years ago |
David Garcia Quintas
|
956fe5e089
|
Added tests, supporting c-ares as well as std resolver.
|
7 years ago |
David Garcia Quintas
|
b86cdde209
|
Undo changes to dns_resolver_test.cc
|
7 years ago |
Yash Tibrewal
|
83ad85e2fa
|
Remove unnecessary check and few more comments
|
7 years ago |
Yash Tibrewal
|
54f6092eff
|
Force the client to shutdown so that the server write can complete
|
7 years ago |