9609 Commits (c007642f109a2f50b8ed3e4626880539ba55aca5)

Author SHA1 Message Date
Yunjia Wang 6fc7d2b18f fix undefined reference to operator delete for MPMCQueue interface class 6 years ago
Yash Tibrewal 9f10ab5377 Add gtest dependency to the test instead of library 6 years ago
Yash Tibrewal e60c43ff3e Add out of bounds frame tests 6 years ago
Yunjia Wang a633ad3814 add mpmcqueue implementation ad test 6 years ago
Yash Tibrewal 56a0153f16 Heap allocate the stream object for other benchmark cases too 6 years ago
Vijay Pai f05c475f01 Fix Python3 incompatibility 6 years ago
Yash Tibrewal cceca10a8a Fix data race, heap use-after-free issue in bm_chttp2_transport 6 years ago
Muxi Yan f5551f1138
Revert " Added some Objective C tests and minor bug fixes." 6 years ago
Mark D. Roth 7767fbe683 Hide ConnectedSubchannel from LB policy API. 6 years ago
Yash Tibrewal ea427791d3 Reviewer comments 6 years ago
Soheil Hassas Yeganeh 5d65a9fa7b Address comments from Vijay. 6 years ago
Soheil Hassas Yeganeh 0d6cffd6c4 Introduce grpc_slice_from_moved_string. 6 years ago
Juanli Shen 5bd4c0c7d0 Add operator== for ServerAddress and InlinedVector 6 years ago
Prashant Jaikumar 2b6e7c4423 Added some Objective C tests and minor bug fixes. 6 years ago
Mark D. Roth f9fcdc015d Convert ChannelzRegistry to use Map<> instead of InlinedVector<>. 6 years ago
Mark D. Roth cfb31818ef Remove channelz from LB policy API. 6 years ago
Yash Tibrewal 597a67a2b5 Covert to GTEST 6 years ago
Yash Tibrewal 7994ea53fc Add detailed unknown frame type tests 6 years ago
Karthik Ravi Shankar 522ddfe273 Move ClientContext to grpc_impl 6 years ago
Moiz Haidry 226e63dd0c Move server context implementation to grpc_impl namespace and typedef the ref to it 6 years ago
Mark D. Roth 76508bd450 Change ChannelzRegistry::Get() to return a RefCountedPtr<>. 6 years ago
yuangongji e8bece9c71 some typo errors too. 6 years ago
Prashant Jaikumar 58771fa12a Fix cfstream_test flake 6 years ago
Moiz Haidry b0ef377ebd Fixed erase() method by changing RemoveRecursive() to return a new iterator to the successor in addition to the new root. Both are returned as a single pair 6 years ago
yang-g 91eb1141a9 Ask server to skip cancel check 6 years ago
yang-g 6ced31ee89 resolve review comments 6 years ago
yang-g c156653997 Add listner fd as part of the external connection parameters 6 years ago
Esun Kim 434b3b62e5 Applied the best practice using global configuration 6 years ago
Yihua Zhang a887f35a9b add a new struct - grpc_ssl_verify_peer_options and an API - grpc_ssl_credentials_create_ex. 6 years ago
Yash Tibrewal cf05591971 Add comment about LoggingInterceptor 6 years ago
Karthik Ravi Shankar 196b0aa3a3
Revert "Revert "Start supporting a callback-based RPC under lock"" 6 years ago
Mark D. Roth 28ccd61cf5 Use SubchannelInterface to hide implementation from LB policy API. 6 years ago
Karthik Ravi Shankar b790c24e5c
Revert "Start supporting a callback-based RPC under lock" 6 years ago
yang-g 9d3288e408 Fix test bugs 6 years ago
yang-g 47dbf1dd26 Second approach 6 years ago
Wayne Zhang bd2756e482 Fix format 6 years ago
Mark D. Roth 31ec9a74ae More LB policy API improvements. 6 years ago
Yash Tibrewal 66c7560fc4 Fix server interceptors end2end test 6 years ago
weiyongji bd0d6fc7b6 cancel the modification in mpscq_test.cc 6 years ago
weiyongji a2f7ce699b call destroy function in test_serial() 6 years ago
Yash Tibrewal 6a2da31a36 Remove unused variable 6 years ago
Yash Tibrewal c58b4a3964 Clang format 6 years ago
Yash Tibrewal 67bdbbdf6f Fix a bug where POST_RECV_MESSAGE is not being triggered 6 years ago
Prashant Jaikumar b1147052d3 cfstream_test: print HTTP2 stream id of completed RPCs 6 years ago
yang-g 384f15ab6e Delay calling plugin_creds callback 6 years ago
Yash Tibrewal 886dc10daa Move validate_service_config to a new file 6 years ago
Karthik Ravi Shankar b18faa6c95 Fix tsan error 6 years ago
Karthik Ravi Shankar d2c8eb94c9 Fix microbenchmark failures 6 years ago
Prashant Jaikumar 1ac1ab7396 Flaky network test enhancements and cleanups 6 years ago
Wayne Zhang edc506849f Expose interop test for others 6 years ago