aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
...
| | | | | * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵Gravatar Yash Tibrewal2017-11-28
| | | | | | | | | | | | | | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
| * | | | | ServerBuilder interface cleanupGravatar Craig Tiller2017-11-28
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nothing is added or removed in this PR. Instead, methods are re-ordered so that important methods are read first, and less important customization methods are seen later. The intent here is to simplify the "I just want to bring a server up" code path.
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-28
| |\ \ \ \ | |/ / / / |/| | | |
| | | | * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| | | | |
| | | | * Fix grpc_init by removing exec_ctx usage before initGravatar Yash Tibrewal2017-11-27
| | | | |
| | | | * GPR_TLS Macro fix, and windows resolve_address fixGravatar Yash Tibrewal2017-11-27
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into fix-objc-void-funcGravatar Muxi Yan2017-11-27
|\ \ \ \ \
| | | | | * tls macro changes and UV fixGravatar Yash Tibrewal2017-11-27
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-27
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | | * A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| | | | | |
| | | | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #13364 from ncteisen/surfacing-error-detailsGravatar Noah Eisen2017-11-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Add Error String to Recv Status API
| | | | * \ \ Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
| | | | |\ \ \
| | | | | | * \ Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-20
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #13173 from kwasimensah/patch-1Gravatar Nicolas Noble2017-11-20
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Add logic to work around buggy Android NDKs
| | | | * | | | Re 89 the public headersGravatar ncteisen2017-11-17
| | | | | | | |
| | | | * | | | Remove all extern CGravatar ncteisen2017-11-17
| | |_|/ / / / | |/| | | | |
| | | | | | * Merge masterGravatar Yash Tibrewal2017-11-16
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | Fix segfaultGravatar ncteisen2017-11-15
| | | | | | |
| | | * | | | Save C++ for follow up PRGravatar ncteisen2017-11-15
| | | | | | |
| | | * | | | Add commentGravatar ncteisen2017-11-15
| | | | | | |
| | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-11-15
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | surfacing-error-details
| | | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-15
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Avalanching operations on completion queue should be private, not APIGravatar Vijay Pai2017-11-14
| | | | | | |
| | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-11-13
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | surfacing-error-details
| | | * | | | Add error string to recv status APIGravatar ncteisen2017-11-13
| | | | | | |
| | * | | | | Merge pull request #2 from grpc/masterGravatar kwasimensah2017-11-13
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | Updating to current master
| | | | | | * Merge masterGravatar Yash Tibrewal2017-11-10
| | | | | | |\
| * | | | | | \ Merge pull request #13315 from yang-g/proto_utilsGravatar Yang Gao2017-11-10
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Only allocate what we need in the last slice for proto serialization
| * | | | | | | Default to 1 cq per sync serverGravatar Ken Payson2017-11-10
| | | | | | | |
| | | | | | | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | relax for inlined bytes to avoid allocationGravatar yang-g2017-11-09
| | | | | | | |
| | * | | | | | handle 0 byte size message...Gravatar yang-g2017-11-09
| | | | | | | |
| | * | | | | | Only allocate what we need in the last slice for proto serializationGravatar yang-g2017-11-09
| |/ / / / / /
| | | | | * / Add channel arg for server handshake timeout.Gravatar Mark D. Roth2017-11-09
| | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #13147 from yashykt/testc++izeGravatar Yash Tibrewal2017-11-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Convert test/core to C++
| * \ \ \ \ \ Merge pull request #12648 from kpayson64/attempt_2Gravatar kpayson642017-11-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add back mpscq request matcher implementation
| * \ \ \ \ \ \ Merge pull request #13199 from ncteisen/zero-copyGravatar Noah Eisen2017-11-07
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Refactor SerializationTraits
| | | * | | | | Add back mpscq request matcherGravatar Ken Payson2017-11-07
| | |/ / / / / | |/| | | | |
| | | * | | | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-11-06
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Add init/shutdown to codegen interfaceGravatar ncteisen2017-11-06
| | | | | | |
| | | * | | | Merge masterGravatar Yash Tibrewal2017-11-06
| | | |\ \ \ \
| * | | \ \ \ \ 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
| | * | | | | Use protected, remove uneeded member variableGravatar ncteisen2017-11-01
| | | | | | |
| | | | * | | Making clang format happyGravatar kwasimensah2017-11-01
| | | | | | |