aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client
Commit message (Collapse)AuthorAge
...
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* 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
|
* Update create_channel.ccGravatar Vijay Pai2017-10-17
|
* Fix initialization bug in channel creationGravatar Krasimir Georgiev2017-10-17
|
* 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
| |
| * Code review changes.Gravatar Mark D. Roth2017-09-28
| |
| * 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
| |
* | Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |
* | Construction of streams shouldn't require triggering async opsGravatar Vijay Pai2017-09-14
| |
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-08
| |\ | |/ |/|
| * clang-formatGravatar Mark D. Roth2017-09-06
| |
* | 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
| |
* | Add ChannelConnectivityWatcher::Ref()/Unref()Gravatar Yuchen Zeng2017-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
| |
* | Add reconnect channel testsGravatar Yuchen Zeng2017-08-22
| |
* | Add ChannelConnectivityWatcherGravatar Yuchen Zeng2017-08-22
|/
* Add a GrpcLibraryInitializer to client_context.ccGravatar Garret Kelly2017-07-31
| | | | | | | | | | | It's feasible that a program be written/linked such that it only use ClientContext from grpc++, which could end up with the other instances of GrpcLibraryInitializer not ending up in the final binary. Add a GrpcLibraryInitializer to client_context.cc to ensure that the library is initialized. The primary side-effect of the library not being initialized when only using a ClientContext is that the destructor for ClientContext indirectly ends up trying to call through g_core_codegen_interface when destructing its metadata, which is null.
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Convert all async client stream types to not allocateGravatar Craig Tiller2017-04-05
|
* Async end2end test passesGravatar Craig Tiller2017-03-31
|
* Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|
* bug fixGravatar Yuxuan Li2017-03-08
|
* Implemented stream coalescing designGravatar Yuxuan Li2017-03-08
| | | | | | | (RFC:https://github.com/grpc/proposal/pull/3). Add necessary microbenchmarks to show reduced writes/iter for short streams. Add necessary end2end test to test out newly added apis. Filter those tests using *WithCoalescingApi*.
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix memory leakGravatar Craig Tiller2017-01-17
|
* Fix memory corruptionGravatar Craig Tiller2017-01-13
|
* Uncover the badnessGravatar Craig Tiller2017-01-12
|
* Start moving C++ to slice interfacesGravatar Craig Tiller2016-11-21
|