Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Add fallback (use backends from resolver if can't reach balancer) to grpclb. | Juanli Shen | 2017-09-11 | |
| | | ||||
| * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-08 | |
| |\ | |/ |/| | ||||
* | | Merge github.com:grpc/grpc into stats_histo | Craig Tiller | 2017-09-07 | |
|\ \ | ||||
| * \ | Merge pull request #12369 from markdroth/call_combiner | Mark D. Roth | 2017-09-07 | |
| |\ \ | | | | | | | | | Second attempt at call combiner PR | |||
| * \ \ | Merge pull request #12080 from y-zeng/connectivity | Yuchen Zeng | 2017-09-07 | |
| |\ \ \ | | | | | | | | | | | Reconnect channels automatically in C++ clients | |||
| | | | * | clang-format | Mark D. Roth | 2017-09-06 | |
| | | | | | ||||
* | | | | | Merge github.com:grpc/grpc into stats_histo | Craig Tiller | 2017-09-06 | |
|\| | | | | ||||
| * | | | | Merge pull request #12341 from yang-g/extern | Yang Gao | 2017-09-05 | |
| |\ \ \ \ | | | | | | | | | | | | | Log offending ops and error code before crashing the server | |||
| | * | | | | Make grpc_call_log_batch take const char* | yang-g | 2017-09-05 | |
| | | | | | | ||||
| | | * | | | Address review comments | Yuchen Zeng | 2017-09-05 | |
| | | | | | | ||||
| | | * | | | Fix timer shutdown process | Yuchen Zeng | 2017-09-01 | |
| | | | | | | ||||
| | | | | * | Change plugin credentials API to support both sync and async modes. | Mark D. Roth | 2017-09-01 | |
| | |_|_|/ | |/| | | | ||||
| | | | * | Revert "Revert "Implement call combiner"" | Mark D. Roth | 2017-09-01 | |
| | |_|/ | |/| | | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e. | |||
* / | | | Expose stats into qps_driver | Craig Tiller | 2017-08-31 | |
|/ / / | ||||
* | | | Merge pull request #12306 from kpayson64/ref_counting_slices | kpayson64 | 2017-08-31 | |
|\ \ \ | | | | | | | | | Give ownership of byte buffers to write ops | |||
* \ \ \ | Merge pull request #12331 from markdroth/c++_filter_api_fix | Mark D. Roth | 2017-08-31 | |
|\ \ \ \ | | | | | | | | | | | Add recv_message() method to TransportStreamOpBatch class. | |||
| | | * | | Log offending ops and error code before crashing the server | yang-g | 2017-08-30 | |
| |_|/ / |/| | | | ||||
| | * | | Clang_format | Ken Payson | 2017-08-30 | |
| | | | | ||||
| * | | | Add recv_message() method to TransportStreamOpBatch class. | Mark D. Roth | 2017-08-30 | |
| | | | | ||||
* | | | | Add missing extern C | yang-g | 2017-08-29 | |
|/ / / | ||||
* | | | Revert "Implement call combiner" | Mark D. Roth | 2017-08-29 | |
| | | | ||||
| * | | Have write ops take ownership over slices | Ken Payson | 2017-08-29 | |
| | | | ||||
| | * | Add ChannelConnectivityWatcher::Ref()/Unref() | Yuchen Zeng | 2017-08-25 | |
| | | | ||||
* | | | Implement call combiner. | Mark D. Roth | 2017-08-25 | |
|/ / | ||||
| * | Sanity fixes | Yuchen Zeng | 2017-08-24 | |
| | | ||||
| * | Privatize ChannelConnectivityWatcher members | Yuchen Zeng | 2017-08-24 | |
| | | ||||
| * | Remove non-POD global variables | Yuchen Zeng | 2017-08-24 | |
| | | ||||
| * | Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER | Yuchen Zeng | 2017-08-24 | |
| | | ||||
| * | Check env variable | Yuchen Zeng | 2017-08-24 | |
| | | ||||
| * | Share one monitoring thread between channels | Yuchen Zeng | 2017-08-24 | |
| | | ||||
| * | Check connectivity intermittently | Yuchen Zeng | 2017-08-23 | |
| | | ||||
| * | Remove atm in ChannelConnectivityWatcher | Yuchen Zeng | 2017-08-23 | |
| | | ||||
| * | Avoid using timers | Yuchen Zeng | 2017-08-22 | |
| | | ||||
| * | Prevent watching unsuppoted channels | Yuchen Zeng | 2017-08-22 | |
| | | ||||
| * | Address review comments | Yuchen Zeng | 2017-08-22 | |
| | | ||||
| * | Add reconnect channel tests | Yuchen Zeng | 2017-08-22 | |
| | | ||||
| * | Add ChannelConnectivityWatcher | Yuchen Zeng | 2017-08-22 | |
|/ | ||||
* | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 | |
| | ||||
* | Fix thread avalances in thread manager | Sree Kuchibhotla | 2017-08-09 | |
| | ||||
* | Add Slice constructors to match all grpc_slice cases | Vijay Pai | 2017-08-04 | |
| | ||||
* | Add a GrpcLibraryInitializer to client_context.cc | Garret Kelly | 2017-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. | |||
* | Resolve comments | yang-g | 2017-07-28 | |
| | ||||
* | Allow adding events to cq after shutdown is called. | yang-g | 2017-07-28 | |
| | ||||
* | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 | |
| | ||||
* | Merge pull request #11693 from ncteisen/refactor-thread-pool | Noah Eisen | 2017-07-21 | |
|\ | | | | | Make CreateThreadPool Settable | |||
* | | Const correct and clang | ncteisen | 2017-07-19 | |
| | | ||||
| * | Anon namespace over static | ncteisen | 2017-07-18 | |
| | | ||||
| * | Rename function to avoud future clash | ncteisen | 2017-07-18 | |
| | | ||||
| * | Make CreateThreadPool settable | ncteisen | 2017-07-18 | |
| | | ||||
* | | Quiet down server builder | ncteisen | 2017-07-18 | |
|/ |