2236 Commits (05012c288f8acdfe646b0b199f97a957151a7b57)

Author SHA1 Message Date
Adele Zhou 8f7bdecf7c Set default size large for fuzzer tests, and enormous for api_fuzzer 7 years ago
Mark D. Roth e63e06d8d7 Fall calls with wait_for_ready=false on transient resolver failure. 7 years ago
David Garcia Quintas 4b31e36a19 Fixed tests call host 7 years ago
Yash Tibrewal e7ef1e5968 Combine cq draining and server destroy for h2_ssl_cert_test 7 years ago
yang-g 69e153209f Properly reset pings_before_data_required 7 years ago
Muxi Yan 236bec5257 Improve keepalive_timeout test to capture the bug 7 years ago
Yash Tibrewal 7ed7beef68 Remove unnecessary comment 7 years ago
Yash Tibrewal 717fff3faf Use same queue for batch ops and for shutdown in h2_ssl_cert_test 7 years ago
Ruslan Nigmatullin 7ae3733cab [grpc] Add SSL session client cache support 7 years ago
Yash Tibrewal c0cd82faed Remove unnecessary includes of exec_ctx.h 7 years ago
David Garcia Quintas f73e76d596 Fix check in channel.cc and tweak direct channel tests 7 years ago
kpayson64 539f5068bd Abstract libuv implementation 7 years ago
Yash Tibrewal 337373b91f More explicit static casts for size_t to socklen_t 7 years ago
Muxi Yan 4b37fb0e4c Stop including inttypes.h in gRPC core public header in Apple platforms 7 years ago
David Garcia Quintas c7c0d69d8b Secure channels: use the right authority 7 years ago
yang-g 4a15f4016e Fix test 7 years ago
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 7 years ago
Vijay Pai 7944865d43 Need to shrink stack frame size; add a todo 7 years ago
Vijay Pai 2fe87b0905 Move assignment for Thread, make destructor optional, loop cv waits 7 years ago
Jan Tattermusch b39c8d77a2 workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake 7 years ago
Mark D. Roth 718c8341ca Retry support. 7 years ago
Jan Tattermusch 9429f7dfc9 increase deadline in dualstack_socket_test 7 years ago
Vijay Pai 87e2e6a58a clang-fmt 7 years ago
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
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
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Yash Tibrewal ec717fa226 Fix heap use-after-free bug in chttp2 reported by fuzzer 7 years ago
Mehrdad Afshari 4c130bf369 Fix end2end_test.sh to pass shellcheck 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
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 7 years ago
Yash Tibrewal dbc521442e Fix end2end test flake #13477 7 years ago
Vijay Pai ae376bf9d9 Privatize host_port.h; was not used in any wrapped language implementation 7 years ago
Alexander Polcyn 190a8dbc6c Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 7 years ago
Mark D. Roth 97d3d08915 Use wait_for_ready in goaway_server_test. 7 years ago
Mark D. Roth dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 7 years ago
Jan Tattermusch 0f5f46109b use grpc_timeout_milliseconds_to_deadline directly 7 years ago