2773 Commits (09d7da2652e64c38267bde4ba9c52673e2b97f32)

Author SHA1 Message Date
yang-g 272eebbbcd Only allocate what we need in the last slice for proto serialization 7 years ago
Mark D. Roth fbc3f04eab Add channel arg for server handshake timeout. 7 years ago
Ken Payson e1533572d5 Add back mpscq request matcher 7 years ago
ncteisen f97d2f5b37 Add init/shutdown to codegen interface 7 years ago
Vijay Pai 35e14cfc6c Function shouldn't have semicolon afterward 7 years ago
Craig Tiller baa14a975e Update clang-format to 5.0 7 years ago
Yash Tibrewal 2f921a3f97 Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to 7 years ago
ncteisen 27a6713db3 Use protected, remove uneeded member variable 7 years ago
kwasimensah ac299723bd
Making clang format happy 7 years ago
kwasimensah 685b5d459f
Fixing port_platform 7 years ago
kwasimensah 1a671dea71
Simplify macro logic here 7 years ago
ncteisen 023726202a Refactor SerializationTraits 7 years ago
kwasimensah c58952649f
Got cpu_posix.cc to work without tls 7 years ago
Justin Burke c1d354d7f2 Support SSL server certificate reloading. 7 years ago
Vijay Pai 7a648854e9
Adopt the static factory pattern (#10) 7 years ago
kwasimensah 51c7bf8425
Update port_platform.h 7 years ago
Mark D. Roth 6e5ce7288d Assume that subchannels start in state IDLE. 7 years ago
kwasimensah 1194782c42
Add logic to work around buggy Android NDKs 7 years ago
Vijay Pai 06e174a088 Separate public and internal C++ interfaces 7 years ago
Yash Tibrewal 589e58316a Missing extern C in public API 7 years ago
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 7 years ago
Ken Payson 42bd87e376 Adds gRPC Experimental CQ DoThenAsyncNext lambda API 7 years ago
Vizerai bb7d088ed2 Cleaning up census code. 7 years ago
Muxi Yan 739ff08a7f Fix gRPC Core API void function definition 7 years ago
Yash Tibrewal 0ee7574732 Removing instances of exec_ctx being passed around in functions in 7 years ago
Craig Tiller 694580faee Better name 7 years ago
thinkerou d582cdf0ae fix typo 7 years ago
Ken Payson c5731324a4 Bug fixes for fork support 7 years ago
Vijay Pai 953afecaaf Add an explicit void 2nd parameter to invocation of SerializationTraits 7 years ago
Craig Tiller 1e8c2ab769 clang-format 7 years ago
Craig Tiller ad059f70f8 Fix threading 7 years ago
Frank Groeneveld fbf8128da8 Add OpenBSD support 7 years ago
Ken Payson 9714e0376a Add thread pool reset on fork with FORKING_SUPPORT_ENABLED 7 years ago
Alexander Polcyn 55b3617b5a update ruby extension to compression changes 7 years ago
Muxi Yan f7a97e19cf build_project 7 years ago
Muxi Yan e720a18430 Add ruby-specific compression name conversion API 7 years ago
Anna Sapek 1e91362498 Fix param annotation for AddListeningPort() 7 years ago
Muxi Yan cd9729780a Make platform-specific headers textual 7 years ago
Muxi Yan 405762733a Make platform-specific headers textual 7 years ago
Yash Tibrewal d6aca04947 Force define __STDC_FORMAT_MACROS for PRIdxx types 7 years ago
Yash Tibrewal 53a47f09e2 Changes for C to C++. Adding extern C to header files for compatibility. 7 years ago
Muxi Yan 89cf5a4093 Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems 7 years ago
Ken Payson 30f1d0fe79 Specify min windows version as Vista for Python 7 years ago
Mark D. Roth 61b26f97b0 Code review changes. 7 years ago
Juanli Shen fe40815682 Readd grpclb fallback 7 years ago
Muxi Yan 8fa4d15513 Fix C++ builds 7 years ago
Muxi Yan e6d888d0a0 Change C core surface API 7 years ago
Eric Dobson 60092b03d2 Fix docs on grpc_call_ref 7 years ago
Vijay Pai 2046d0b3c5 Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip 7 years ago
Vijay Pai a44cffa11f Base the new SerializationTraits API on implicit type conversion rather than SFINAE 7 years ago