aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* 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
| | |
| * | Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
| | |
| | * Add ChannelConnectivityWatcher::Ref()/Unref()Gravatar Yuchen Zeng2017-08-25
| | |
* | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
|/ /
| * Sanity fixesGravatar Yuchen Zeng2017-08-24
| |
| * Privatize ChannelConnectivityWatcher membersGravatar Yuchen Zeng2017-08-24
| |
| * Remove non-POD global variablesGravatar Yuchen Zeng2017-08-24
| |
| * Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHERGravatar Yuchen Zeng2017-08-24
| |
| * Check env variableGravatar Yuchen Zeng2017-08-24
| |
| * Share one monitoring thread between channelsGravatar Yuchen Zeng2017-08-24
| |
| * Check connectivity intermittentlyGravatar Yuchen Zeng2017-08-23
| |
| * Remove atm in ChannelConnectivityWatcherGravatar Yuchen Zeng2017-08-23
| |
| * Avoid using timersGravatar Yuchen Zeng2017-08-22
| |
| * Prevent watching unsuppoted channelsGravatar Yuchen Zeng2017-08-22
| |
| * Address review commentsGravatar Yuchen Zeng2017-08-22
| |