Esun Kim
							
						 | 
						
							
							
								be761cd430
							
							Fixed sign-compare warnings
						 | 
						4 years ago | 
					
				
					
						
							
								   Esun Kim
							
						 | 
						
							
							
								53ab235fb8
							
							Fix google-explicit-constructor
						 | 
						4 years ago | 
					
				
					
						
							
								   Esun Kim
							
						 | 
						
							
							
								6ae8463500
							
							Fix by modernize-make-unique
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								37a09aaae3
							
							Remove unused experimental stub format
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								6040d621bd
							
							Fix destruction order bug in nested lock test
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								9c5a39c6db
							
							Revert "Merge pull request #23361 from vjpai/em_agnostic_core_callback_cq"
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								bcb6530717
							
							Revert "Merge pull request #23430 from vjpai/remove_do_not_test"
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								e1a45fb237
							
							Remove references to skipping callback API tests
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								7ee2bc6db5
							
							EM-agnostic callback completion queue
						 | 
						5 years ago | 
					
				
					
						
							
								   Esun Kim
							
						 | 
						
							
							
								165ee5007a
							
							Replaced grpc::string with std::string
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								7eebba3781
							
							Fixes needed to make roll-forward of StartCall and corking work
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								278671072f
							
							Revert "Revert "Fix StartCall: make corking work and allow concurrent Start*""
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								b269fdbf8b
							
							Don't mark server RPC canceled if finished with non-OK status
						 | 
						5 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								11c54ada0d
							
							Revert "Fix StartCall: make corking work and allow concurrent Start*"
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								899cbcab96
							
							Fix StartCall: make corking work and allow concurrent Start*
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								611dccb492
							
							Add a test without WritesDone and reorder destruction
						 | 
						5 years ago | 
					
				
					
						
							
								   yang-g
							
						 | 
						
							
							
								5bc57b64fe
							
							InitGoogleTest before grpc_init
						 | 
						5 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								88874094be
							
							Actually implement the generic reactor-based unary call.
						 | 
						6 years ago | 
					
				
					
						
							
								   Jan Tattermusch
							
						 | 
						
							
							
								78888d7861
							
							avoid thread local unitialized problem under GRPC_PTHREAD_TLS
						 | 
						6 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								73de768139
							
							Test server destruction without explicit Shutdown
						 | 
						6 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								176dfc2289
							
							Remove unused parameter warning (15 of 20)
						 | 
						6 years ago | 
					
				
					
						
							
								   Vijay Pai
							
						 | 
						
							
							
								5d7e4bb301
							
							Stop using deprecated gtest macros
						 | 
						6 years ago | 
					
				
					
						
							
								   Prashant Jaikumar
							
						 | 
						
							
							
								9f02fc7f91
							
							Enable end2end C++ tests on iOS.
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								553eff9cb0
							
							Fix a test failure due to unused variable and formatting
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								2602bdd3e4
							
							Address review comments
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								514413de70
							
							Clang formatting errors
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								c041acb7a7
							
							Fix the unit tests to exercise nesting correctly.
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								44160d2b65
							
							Add unit test to check the re-entrancy of callbacks
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								196b0aa3a3
							
							Revert "Revert "Start supporting a callback-based RPC under lock""
						 | 
						6 years ago | 
					
				
					
						
							
								   Karthik Ravi Shankar
							
						 | 
						
							
							
								b790c24e5c
							
							Revert "Start supporting a callback-based RPC under lock"
						 | 
						6 years ago |