Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #13364 from ncteisen/surfacing-error-details | Noah Eisen | 2017-11-21 |
|\ | | | | | Add Error String to Recv Status API | ||
* \ | Merge pull request #13173 from kwasimensah/patch-1 | Nicolas Noble | 2017-11-20 |
|\ \ | | | | | | | Add logic to work around buggy Android NDKs | ||
| | * | Fix segfault | ncteisen | 2017-11-15 |
| | | | |||
| | * | Save C++ for follow up PR | ncteisen | 2017-11-15 |
| | | | |||
| | * | Add comment | ncteisen | 2017-11-15 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-11-15 |
| | |\ | |_|/ |/| | | | | | surfacing-error-details | ||
* | | | Avalanching operations on completion queue should be private, not API | Vijay Pai | 2017-11-14 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-11-13 |
| | |\ | |_|/ |/| | | | | | surfacing-error-details | ||
| | * | Add error string to recv status API | ncteisen | 2017-11-13 |
| | | | |||
| * | | Merge pull request #2 from grpc/master | kwasimensah | 2017-11-13 |
| |\ \ | |/ / |/| | | Updating to current master | ||
* | | | Merge pull request #13315 from yang-g/proto_utils | Yang Gao | 2017-11-10 |
|\ \ \ | | | | | | | | | Only allocate what we need in the last slice for proto serialization | ||
* | | | | Default to 1 cq per sync server | Ken Payson | 2017-11-10 |
| | | | | |||
| * | | | relax for inlined bytes to avoid allocation | yang-g | 2017-11-09 |
| | | | | |||
| * | | | handle 0 byte size message... | yang-g | 2017-11-09 |
| | | | | |||
| * | | | Only allocate what we need in the last slice for proto serialization | yang-g | 2017-11-09 |
|/ / / | |||
* | | | Merge pull request #13147 from yashykt/testc++ize | Yash Tibrewal | 2017-11-07 |
|\ \ \ | | | | | | | | | Convert test/core to C++ | ||
* \ \ \ | Merge pull request #12648 from kpayson64/attempt_2 | kpayson64 | 2017-11-07 |
|\ \ \ \ | | | | | | | | | | | Add back mpscq request matcher implementation | ||
* \ \ \ \ | Merge pull request #13199 from ncteisen/zero-copy | Noah Eisen | 2017-11-07 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Refactor SerializationTraits | ||
| | * | | | Add back mpscq request matcher | Ken Payson | 2017-11-07 |
| |/ / / |/| | | | |||
| | * | | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-11-06 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | Add init/shutdown to codegen interface | ncteisen | 2017-11-06 |
| | | | | |||
| | * | | Merge master | Yash Tibrewal | 2017-11-06 |
| | |\ \ | |||
* | | \ \ | Merge pull request #13271 from vjpai/semi | Vijay Pai | 2017-11-06 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Function shouldn't have semicolon afterward | ||
| * | | | | Function shouldn't have semicolon afterward | Vijay Pai | 2017-11-06 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into 50 | Craig Tiller | 2017-11-03 |
|\| | | | | |||
* | | | | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | | | |||
| * | | | | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵ | Yash Tibrewal | 2017-11-02 |
|/ / / / | | | | | | | | | | | | | addresses of public api functions to check if they can be linked to | ||
| * | | | Use protected, remove uneeded member variable | ncteisen | 2017-11-01 |
| | | | | |||
| | | * | Making clang format happy | kwasimensah | 2017-11-01 |
| | | | | |||
| | | * | Fixing port_platform | kwasimensah | 2017-11-01 |
| | | | | | | | | | | | | Copy over Absl macro to deal with C++/C differences. | ||
| | | * | Simplify macro logic here | kwasimensah | 2017-11-01 |
| | | | | |||
| * | | | Refactor SerializationTraits | ncteisen | 2017-10-31 |
|/ / / | |||
| * | | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-10-31 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #13106 from Vizerai/census_update | Jim King | 2017-10-31 |
|\ \ \ | | | | | | | | | Cleaning up census code. | ||
| | * \ | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-10-30 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #12878 from markdroth/pick_first_subchannel_list | Mark D. Roth | 2017-10-30 |
|\ \ \ \ | | | | | | | | | | | Refactor subchannel_list code out of RR and use it in PF. | ||
| | | | * | Got cpu_posix.cc to work without tls | kwasimensah | 2017-10-30 |
| | | | | | |||
* | | | | | Merge pull request #13107 from vjpai/reinternalize | Vijay Pai | 2017-10-27 |
|\ \ \ \ \ | | | | | | | | | | | | | Separate public and internal C++ interfaces - Revival of #11572 | ||
* | | | | | | Support SSL server certificate reloading. | Justin Burke | 2017-10-27 |
| | | | | | | |||
| * | | | | | Adopt the static factory pattern (#10) | Vijay Pai | 2017-10-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch sync streams from "struct internal" to static factory in namespace internal * Reduce diff size * fix friends * Use static factory pattern for async unary calls * Use static factories for async streams * clang-format | ||
| | | | | * | Update port_platform.h | kwasimensah | 2017-10-27 |
| | | | | | | |||
| | * | | | | Assume that subchannels start in state IDLE. | Mark D. Roth | 2017-10-27 |
| |/ / / / |/| | | | | |||
| | | | * | Add logic to work around buggy Android NDKs | kwasimensah | 2017-10-27 |
| |_|_|/ |/| | | | | | | | | | | | | | | | Old version of the Android NDK have linker issues with thread local support https://github.com/android-ndk/ndk/issues/8 and isn't actually fixed until r12b https://developer.android.com/ndk/downloads/revision_history.html. ABSL's config.h is being updated to catch this case and having gRPC rely on that will make sure it also gets the fix (rather than repeating a somewhat lengthy macro). Since gRPC already has a dependency on ABSL, I figured this wouldn't be an issue. | ||
| * | | | Separate public and internal C++ interfaces | Vijay Pai | 2017-10-26 |
|/ / / | |||
| * | | Merge branch 'master' into census_update | Jim King | 2017-10-26 |
| |\ \ | |/ / |/| | | |||
| | * | Missing extern C in public API | Yash Tibrewal | 2017-10-25 |
| | | | |||
| | * | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-10-25 |
| | |\ | |_|/ |/| | | |||
| | * | rename all test core files to cc and a lot of C++ style conversions | Yash Tibrewal | 2017-10-25 |
| | | | |||
* | | | Merge pull request #13084 from kpayson64/cq_lambda | kpayson64 | 2017-10-25 |
|\ \ \ | |_|/ |/| | | CompletionQueue DoThenAsyncNext | ||
| * | | Adds gRPC Experimental CQ DoThenAsyncNext lambda API | Ken Payson | 2017-10-25 |
| | | |