aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Merge pull request #13271 from vjpai/semiGravatar Vijay Pai2017-11-06
|\ | | | | Function shouldn't have semicolon afterward
| * Function shouldn't have semicolon afterwardGravatar Vijay Pai2017-11-06
| |
* | Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
|\|
* | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
| * Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵Gravatar Yash Tibrewal2017-11-02
|/ | | | addresses of public api functions to check if they can be linked to
* Merge pull request #13106 from Vizerai/census_updateGravatar Jim King2017-10-31
|\ | | | | Cleaning up census code.
* \ Merge pull request #12878 from markdroth/pick_first_subchannel_listGravatar Mark D. Roth2017-10-30
|\ \ | | | | | | Refactor subchannel_list code out of RR and use it in PF.
* \ \ Merge pull request #13107 from vjpai/reinternalizeGravatar Vijay Pai2017-10-27
|\ \ \ | | | | | | | | Separate public and internal C++ interfaces - Revival of #11572
* | | | Support SSL server certificate reloading.Gravatar Justin Burke2017-10-27
| | | |
| * | | Adopt the static factory pattern (#10)Gravatar Vijay Pai2017-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.Gravatar Mark D. Roth2017-10-27
| |/ / |/| |
| * | Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|/ /
| * Merge branch 'master' into census_updateGravatar Jim King2017-10-26
| |\ | |/ |/|
* | Merge pull request #13084 from kpayson64/cq_lambdaGravatar kpayson642017-10-25
|\ \ | | | | | | CompletionQueue DoThenAsyncNext
| * | Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
| | |
| | * Cleaning up census code.Gravatar Vizerai2017-10-23
| |/ |/|
* | Merge github.com:grpc/grpc into epexinfGravatar Craig Tiller2017-10-17
|\|
| * fix typoGravatar thinkerou2017-10-17
| |
* | Merge branch 'epexinf' of github.com:ctiller/grpc into epexinfGravatar Craig Tiller2017-10-15
|\ \
* \ \ Merge branch 'bs2' into epexinfGravatar Craig Tiller2017-10-15
|\ \ \ | | |/ | |/|
| * | Add an explicit void 2nd parameter to invocation of SerializationTraitsGravatar Vijay Pai2017-10-13
| | |
| | * clang-formatGravatar Craig Tiller2017-10-12
| |/ |/|
* | Fix threadingGravatar Craig Tiller2017-10-12
| |
| * Add OpenBSD supportGravatar Frank Groeneveld2017-10-12
|/
* Fix param annotation for AddListeningPort()Gravatar Anna Sapek2017-10-10
|
* Make platform-specific headers textualGravatar Muxi Yan2017-10-06
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
* \ Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\ \
| | * Merge branch 'master' into externCGravatar Yash Tibrewal2017-10-03
| | |\ | | |/ | |/|
| | * Force define __STDC_FORMAT_MACROS for PRIdxx typesGravatar Yash Tibrewal2017-10-02
| | |
| | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | |
| * | Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and ↵Gravatar Muxi Yan2017-10-02
| |/ | | | | | | excluding some files for other build systems
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\|
| * Merge pull request #12702 from endobson/call-refGravatar Mehrdad Afshari2017-09-29
| |\ | | | | | | Fix docs on grpc_call_ref
| * \ Merge pull request #12374 from markdroth/plugin_credentials_api_fixGravatar Mark D. Roth2017-09-29
| |\ \ | | | | | | | | Change plugin credentials API to support both sync and async modes
| * \ \ Merge pull request #12759 from kpayson64/no_more_xpGravatar kpayson642017-09-28
| |\ \ \ | | | | | | | | | | Specify min windows version as Vista for Python
| | | * \ Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-28
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Specify min windows version as Vista for PythonGravatar Ken Payson2017-09-28
| | | | |
| | | * | Code review changes.Gravatar Mark D. Roth2017-09-28
| | | | |
| * | | | Readd grpclb fallbackGravatar Juanli Shen2017-09-27
| |/ / /
| * | | Merge pull request #12340 from muxi/fix-objc-unreachable-codeGravatar Muxi Yan2017-09-26
| |\ \ \ | | | | | | | | | | Allow unreachable code on iPhone
| | | * \ Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Fix docs on grpc_call_refGravatar Eric Dobson2017-09-24
| | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-22
|\ \ \ \
| | * | | Add unary call mode to GenericStub to allow generic RPC with 1 CQ tripGravatar Vijay Pai2017-09-21
| |/ / /
| * | | Base the new SerializationTraits API on implicit type conversion rather than ↵Gravatar Vijay Pai2017-09-21
| | | | | | | | | | | | | | | | SFINAE
| * | | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | | | | | | | | | | | | | | | than only grpc_byte_buffer""
| | * | Remove the entire lineGravatar Muxi Yan2017-09-20
| | | |
* | | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-20
|\| | |
* | | | Fix pingsGravatar Craig Tiller2017-09-19
| | | |