aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge pull request #13199 from ncteisen/zero-copyGravatar Noah Eisen2017-11-07
| |\ | | | | | | Refactor SerializationTraits
| | * Add init/shutdown to codegen interfaceGravatar ncteisen2017-11-06
| | |
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| | * Refactor SerializationTraitsGravatar ncteisen2017-10-31
| |/
| * Update with internal C++ interfacesGravatar Yuchen Zeng2017-10-30
| |
| * Remove c++ channel connectivity watcherGravatar Yuchen Zeng2017-10-30
| |
| * 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
| * Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
| |
| * Catch out of order error codeGravatar yang-g2017-10-25
| |
| * Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| | | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
| * Update create_channel.ccGravatar Vijay Pai2017-10-17
| |
| * Fix initialization bug in channel creationGravatar Krasimir Georgiev2017-10-17
|/
* Workaround bug for a momentGravatar Craig Tiller2017-10-13
|
* Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|
* Fix ClangTidyGravatar ncteisen2017-09-29
|
* 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
* | Add CompositeCallCredentialsGravatar yang-g2017-09-28
| |
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-28
| |\ | |/ |/|
| * Code review changes.Gravatar Mark D. Roth2017-09-28
| |
* | Readd grpclb fallbackGravatar Juanli Shen2017-09-27
| |
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| |\ | |/ |/|
* | 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""
* | Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |
* | Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
| |
* | Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | | | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
* | Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
| |
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-08
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-07
|\ \
| * \ Merge pull request #12369 from markdroth/call_combinerGravatar Mark D. Roth2017-09-07
| |\ \ | | | | | | | | Second attempt at call combiner PR
| * \ \ Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
| |\ \ \ | | | | | | | | | | Reconnect channels automatically in C++ clients
| | | | * clang-formatGravatar Mark D. Roth2017-09-06
| | | | |
* | | | | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-06
|\| | | |
| * | | | Merge pull request #12341 from yang-g/externGravatar Yang Gao2017-09-05
| |\ \ \ \ | | | | | | | | | | | | Log offending ops and error code before crashing the server
| | * | | | Make grpc_call_log_batch take const char*Gravatar yang-g2017-09-05
| | | | | |
| | | * | | Address review commentsGravatar Yuchen Zeng2017-09-05
| | | | | |
| | | * | | Fix timer shutdown processGravatar Yuchen Zeng2017-09-01
| | | | | |
| | | | | * Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
| | |_|_|/ | |/| | |
| | | | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | |_|/ | |/| | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
* / | | Expose stats into qps_driverGravatar Craig Tiller2017-08-31
|/ / /
* | | Merge pull request #12306 from kpayson64/ref_counting_slicesGravatar kpayson642017-08-31
|\ \ \ | | | | | | | | Give ownership of byte buffers to write ops
* \ \ \ Merge pull request #12331 from markdroth/c++_filter_api_fixGravatar Mark D. Roth2017-08-31
|\ \ \ \ | | | | | | | | | | Add recv_message() method to TransportStreamOpBatch class.
| | | * | Log offending ops and error code before crashing the serverGravatar yang-g2017-08-30
| |_|/ / |/| | |
| | * | Clang_formatGravatar Ken Payson2017-08-30
| | | |
| * | | Add recv_message() method to TransportStreamOpBatch class.Gravatar Mark D. Roth2017-08-30
| | | |
* | | | Add missing extern CGravatar yang-g2017-08-29
|/ / /
* | | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| | |