330 Commits (56a3af5927d9abd828a6310a3a23831fef29d088)

Author SHA1 Message Date
Vijay Pai fe72304e54 Switch registered calls to a map and check the map before inserting 5 years ago
Moiz Haidry 4c5ee108da Addressed Yang's comments, I have removed usage of const throughout for consistency 5 years ago
Moiz Haidry 67565b767d CallCredentials debug string API 5 years ago
Vijay Pai 24483d2afd Address reviewer comments 5 years ago
Vijay Pai 9be35f74c0 Make CancelDelayedRpc test not use sleeps for client-server sync 5 years ago
Prashant Jaikumar 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS 5 years ago
Vijay Pai be6979202b Revamp server-side C++ callback API, message allocator, and mocking 5 years ago
Esun Kim e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 5 years ago
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 5 years ago
Vijay Pai 176dfc2289 Remove unused parameter warning (15 of 20) 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
Yash Tibrewal a4cf948b2f Experimental method to get a debugging only view into credentials 5 years ago
Yash Tibrewal aa84ceb38e Add another test for when the credentials were previously set 5 years ago
Yash Tibrewal 361a902262 Reviewer comments 5 years ago
Yash Tibrewal 97f1f57dab Allow call credentials to be set even after the call is created but before initial metadata is sent 5 years ago
Prashant Jaikumar 9f02fc7f91 Enable end2end C++ tests on iOS. 5 years ago
yang-g 91eb1141a9 Ask server to skip cancel check 6 years ago
yang-g 9d3288e408 Fix test bugs 6 years ago
yang-g 47dbf1dd26 Second approach 6 years ago
yang-g 384f15ab6e Delay calling plugin_creds callback 6 years ago
Esun Kim 90fbdc92f5 Roll-forward "Config migration" 6 years ago
Vijay Pai 41191323ec Make sure event_engine is alive before checking for MAYBE_SKIP_TEST 6 years ago
Alexander Polcyn 236ae12bb1 Revert "Config migration" 6 years ago
Esun Kim 87905ae5ea Config migration 6 years ago
Esun Kim 1518ecbd76 Added new configuration system to core/grp. 6 years ago
Karthik Ravi Shankar 60bdeef9f4 Move Channel also to impl for now 6 years ago
Karthik Ravi Shankar 603d014f0e Changes to fold credentials into grpc_impl from grpc 6 years ago
Karthik Ravi Shankar 858b5cca20 Fix clang_format_code.sh issues and move the internal calls to new name 6 years ago
Nicolas "Pixel" Noble b9a279c030 Resolving ambiguous call to CreateCustomChannel. 6 years ago
Vijay Pai 41c6cba9f5 Make sure that OnCancel happens after OnStarted 6 years ago
Vijay Pai 7b3a120295 Address reviewer comments 6 years ago
Vijay Pai 0cb0cdb7e3 Address reviewer comments on test 6 years ago
Vijay Pai 04a6b8467c Support callback on cancellation of server-side unary RPCs 6 years ago
Karthik Ravi Shankar 0692dcc16a Fix tests namespaces 6 years ago
Karthik Ravi Shankar 5906b86119 Fix tests to use grpc namespace 6 years ago
Karthik Ravi Shankar d8d8bec7c8 Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota 6 years ago
Karthik Ravi Shankar 82c6e012d8
Revert "Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"" 6 years ago
Karthik Ravi Shankar b3889585a1
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota" 6 years ago
Karthik Ravi Shankar f7dd48b2b6 Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota 6 years ago
Vijay Pai a47c979ba0 Enable TCP callback tests if the event engine allows 6 years ago
ncteisen 3fe3be39fe Add empty binary metadata test 6 years ago
Vijay Pai 2a0c0d7ad6 Streaming API for callback servers 6 years ago
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 6 years ago
Vijay Pai a192fc6880 Fix clang-tidy issues 6 years ago
Yash Tibrewal b732e9c403 Make client interceptors see notification even if Cancel was done before the RPC was issued. Also add tests 6 years ago
Yash Tibrewal e2361a4751 Add server interceptors in end2end_test 6 years ago
Yash Tibrewal d21a175b28 Revert "Add dummy interceptors to end2end_test and async_end2end_test" 6 years ago
Yash Tibrewal d075719477 Add dummy interceptors to end2end_test and async_end2end_test 6 years ago
ncteisen 16f53ff583 Surface user agent by default 6 years ago
ncteisen c9e300d5b0 Add channel arg control for user agent 6 years ago