Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge e759d2a^ | Muxi Yan | 2017-12-06 |
|\ | |||
| * | 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 | ||
| * | Merge pull request #13106 from Vizerai/census_update | Jim King | 2017-10-31 |
| |\ | | | | | | | Cleaning up census code. | ||
| * \ | 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. | ||
| * \ \ | 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 | ||
| | | * | | Assume that subchannels start in state IDLE. | Mark D. Roth | 2017-10-27 |
| | |/ / | |/| | | |||
| | * | | Separate public and internal C++ interfaces | Vijay Pai | 2017-10-26 |
| |/ / | |||
| | * | Merge branch 'master' into census_update | Jim King | 2017-10-26 |
| | |\ | | |/ | |/| | |||
| * | | 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 |
| | | | | |||
| | | * | Cleaning up census code. | Vizerai | 2017-10-23 |
| | |/ | |/| | |||
| * | | Merge github.com:grpc/grpc into epexinf | Craig Tiller | 2017-10-17 |
| |\| | |||
| | * | fix typo | thinkerou | 2017-10-17 |
| | | | |||
| * | | Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf | Craig Tiller | 2017-10-15 |
| |\ \ | |||
| * \ \ | Merge branch 'bs2' into epexinf | Craig Tiller | 2017-10-15 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Add an explicit void 2nd parameter to invocation of SerializationTraits | Vijay Pai | 2017-10-13 |
| | | | | |||
| | | * | clang-format | Craig Tiller | 2017-10-12 |
| | |/ | |/| | |||
| * | | Fix threading | Craig Tiller | 2017-10-12 |
| | | | |||
| | * | Add OpenBSD support | Frank Groeneveld | 2017-10-12 |
| |/ | |||
* | | update ruby extension to compression changes | Alexander Polcyn | 2017-10-11 |
| | | |||
* | | build_project | Muxi Yan | 2017-10-11 |
| | | |||
* | | Add ruby-specific compression name conversion API | Muxi Yan | 2017-10-11 |
| | | |||
| * | Fix param annotation for AddListeningPort() | Anna Sapek | 2017-10-10 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-10-06 |
|\ \ | | | | | | | | | | fix-stream-compression-config-interface | ||
| | * | Make platform-specific headers textual | Muxi Yan | 2017-10-06 |
| |/ | |||
| * | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-05 |
| |\ | |||
| * \ | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-05 |
| |\ \ | |||
| | | * | Merge branch 'master' into externC | Yash Tibrewal | 2017-10-03 |
| | | |\ | | | |/ | | |/| | |||
| | | * | Force define __STDC_FORMAT_MACROS for PRIdxx types | Yash Tibrewal | 2017-10-02 |
| | | | | |||
| | | * | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | | | | |||
| | * | | Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and ↵ | Muxi Yan | 2017-10-02 |
| | |/ | | | | | | | | | | excluding some files for other build systems | ||
| * | | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-09-29 |
| |\| | |||
| | * | Merge pull request #12702 from endobson/call-ref | Mehrdad Afshari | 2017-09-29 |
| | |\ | | | | | | | | | Fix docs on grpc_call_ref | ||
| | * \ | Merge pull request #12374 from markdroth/plugin_credentials_api_fix | Mark D. Roth | 2017-09-29 |
| | |\ \ | | | | | | | | | | | Change plugin credentials API to support both sync and async modes | ||
| | * \ \ | Merge pull request #12759 from kpayson64/no_more_xp | kpayson64 | 2017-09-28 |
| | |\ \ \ | | | | | | | | | | | | | Specify min windows version as Vista for Python | ||
| | | | * \ | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-28 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | | * | | | Specify min windows version as Vista for Python | Ken Payson | 2017-09-28 |
| | | | | | | |||
| | | | * | | Code review changes. | Mark D. Roth | 2017-09-28 |
| | | | | | | |||
| | * | | | | Readd grpclb fallback | Juanli Shen | 2017-09-27 |
| | |/ / / | |||
| | * | | | Merge pull request #12340 from muxi/fix-objc-unreachable-code | Muxi Yan | 2017-09-26 |
| | |\ \ \ | | | | | | | | | | | | | Allow unreachable code on iPhone | ||
* | | | | | | Fix C++ builds | Muxi Yan | 2017-09-26 |
| | | | | | | |||
* | | | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-09-25 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | fix-stream-compression-config-interface | ||
| | | | * | | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-25 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
* | | | | | | Change C core surface API | Muxi Yan | 2017-09-25 |
| | | | | | | |||
| | | | | * | Fix docs on grpc_call_ref | Eric Dobson | 2017-09-24 |
| | |_|_|/ | |/| | | | |||
| | * | | | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-09-22 |
| | |\ \ \ | |||
| * | | | | | Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip | Vijay Pai | 2017-09-21 |
| | |/ / / | |/| | | | |||
| * | | | | Base the new SerializationTraits API on implicit type conversion rather than ↵ | Vijay Pai | 2017-09-21 |
| | | | | | | | | | | | | | | | | | | | | SFINAE |