386 Commits (493d996e977dab60edfe980ed7f33927023ca544)

Author SHA1 Message Date
Joshua Haberman cf857cb063 Removed custom int64 typedef in favor of int64_t. 5 years ago
Arjun Roy db861a2546 Coalesced arena allocs in callback unary C++ code. 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
Karthik Ravi Shankar db7365753e Fix the compile error due to ByteBuffer in method_handler_impl.h 5 years ago
Karthik Ravi Shankar 29bb3ef973 Remove redundant MethodHandler friend declarations 5 years ago
Karthik Ravi Shankar 28b0671235 Make MethodHandler and related interfaces generic 5 years ago
yang-g fd106bf1ac Add accessor declaration for ClientContext 5 years ago
Soheil Hassas Yeganeh eadd5ea110 Directly use the ZeroCopyInputStream for grpc::GenericDeserialize. 5 years ago
Yash Tibrewal 01ec829945 Mark private methods of DelegatingChannel final (other than WaitForStateChangeImpl and NotifyOnStateChangeImpl) 5 years ago
Christian Maurer 46dddacdf3 remove all unused-parameter warnings 5 years ago
Arjun Roy b47d22f7f2 Mark assert failure path as unlikely in codegen. 5 years ago
Przemysław Sobala 9e65a88762 Fixed "implicitly-declared operator=" error from gcc 9 5 years ago
Moiz Haidry d8c0182360 Expose some of the internal codegen interfaces 5 years ago
Moiz Haidry bf994e48d9 Move grpc async, callback and sync implementation to grpc_impl namespace 5 years ago
Moiz Haidry 1c354e7c1f Move grpc async, callback and sync implementation to grpc_impl namespace 5 years ago
Karthik Ravi Shankar 8b91dc5fd2 Move more of usage to grpc_impl 6 years ago
Moiz Haidry fbd5957ee8 Sanity and build fixes 6 years ago
Moiz Haidry 3ce20819cf Modify codegen to use grpc_impl namespace and other cleanups 6 years ago
yang-g 7b0ee41fd5 Resolve comment 6 years ago
yang-g 7db36fe0a0 Add comments and rename internal methods 6 years ago
Soheil Hassas Yeganeh 85f08100d4 Avoid using seq_cst atomic operations in grpcpp when unnecessary. 6 years ago
yang-g b216c34314 Mark some methods virtual 6 years ago
yang-g a0f5cb4528 Fix assignment operator 6 years ago
Yash Tibrewal 90f1c32b85 Sanity checks and return value 6 years ago
Yash Tibrewal 94e7edad99 Add Delegating Channel 6 years ago
Karthik Ravi Shankar 52291e5832 Fix PropogationOptions 6 years ago
Karthik Ravi Shankar 7e18e6cf3f Fix clang errors. 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
Yash Tibrewal f671b3d136 Add hijacking interception hook points as valid for the GetRecv* functions 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
Karthik Ravi Shankar 088319bc40 IWYU in core_codegen_interface 6 years ago
Juanli Shen 0cafd4110a Fix typo 6 years ago
kwasimensah cd0e02ae1c
Fixing formatting 6 years ago
kwasimensah 3ec0967c1e
Fix typo for using MessageLite 6 years ago
kwasimensah 51a2280029
Add MessageLite overloads to proto serialization 6 years ago
kwasimensah 12ffbb8a83
Add MessageLite type to grpc's config 6 years ago
yang-g 6215ccb587 resolve comments 6 years ago
Karthik Ravi Shankar 03b079499c Move CompletionQueue and Channel 6 years ago
Karthik Ravi Shankar 40210d3b8a Move Channel to grpc_impl 6 years ago
yang-g 7c5bfbbb32 Resolve comments 6 years ago
yang-g 51210ba922 Update the message allocator API 6 years ago
Karthik Ravi Shankar 3996599392 Fix clang script errors 6 years ago
Karthik Ravi Shankar 772a74aced Revert changes to Channel 6 years ago
Karthik Ravi Shankar 6be0b06c69
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl" 6 years ago
yang-g 898fc0da1e More fixes 6 years ago
yang-g ac3a91edf8 Support accepting external connections. 6 years ago
Karthik Ravi Shankar 5f6a57a4d0 Formatting issues 6 years ago
Hope Casey-Allen 3433749d1b Add clarification to callback API documentation 6 years ago