Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | disable grpc_tool_test on msan | Jan Tattermusch | 2018-11-14 |
| | |||
* | Make namespace more explicit. | Hope Casey-Allen | 2018-11-07 |
| | |||
* | Merge pull request #16991 from ncteisen/channelz-get-server-core | Noah Eisen | 2018-10-26 |
|\ | | | | | Channelz part 10: GetServer | ||
| * | Add GetServer to core | ncteisen | 2018-10-24 |
| | | |||
* | | Unifying grpc build hacks | ncteisen | 2018-10-24 |
|/ | |||
* | Revert "Revert "grpc_cli json support"" | Yang Gao | 2018-10-16 |
| | |||
* | Revert "grpc_cli json support" | David G. Quintas | 2018-10-16 |
| | |||
* | Merge pull request #16766 from gfecher/master | Yang Gao | 2018-10-16 |
|\ | | | | | grpc_cli json support | ||
| * | Reformatted code as per clang-format | Feso | 2018-10-16 |
| | | |||
| * | Refactored based on code review | Feso | 2018-10-13 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' | Feso | 2018-10-04 |
| |\ | |||
* | | | Split grpc_cli target into two targets | Spencer Fang | 2018-10-04 |
| |/ |/| | | | | | | | | | Let's have a util target that contains everything except for the CLI front end. This way, users can depend on the util classes without any risk of CLI flag collisions. | ||
| * | grpc_cli json support | Feso | 2018-10-03 |
| | | |||
* | | Fix inverted logic for --call_creds=none. | Nathan Herring | 2018-10-01 |
|/ | | | | Fixes #16622. Follow up to change 6e3938c. Thanks to @bluecmd for pointing it out. | ||
* | Merge pull request #16299 from Capstan/cli-client-cert | Yang Gao | 2018-09-13 |
|\ | | | | | Add flags to use client certs for cli. | ||
| * | Revert "Use grpc_slice_unref_internal" | Nathan Herring | 2018-09-11 |
| | | | | | | | | This reverts commit 147826a909cc60d963c34b919417ce7a888e29ce. | ||
| * | Revert "Missing #include" | Nathan Herring | 2018-09-11 |
| | | | | | | | | This reverts commit 234fdc6fbf68aa6c29990db7c7ddcface3355cb5. | ||
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-server | ncteisen | 2018-09-10 |
|\ \ | |||
| * \ | Merge pull request #16055 from ncteisen/channelz-subchannels | Noah Eisen | 2018-09-10 |
| |\ \ | | | | | | | | | Channelz Part 4: Add Subchannel Support | ||
| | | * | Merge branch 'master' into cli-client-cert | Nathan Herring | 2018-09-10 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #16297 from Capstan/cli-call-creds | Yang Gao | 2018-09-09 |
| |\ \ \ | | | | | | | | | | | Create a --call_creds flag for grpc_cli. | ||
* | \ \ \ | Merge branch 'channelz-subchannels' into channelz-server | ncteisen | 2018-09-08 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels | ncteisen | 2018-09-08 |
| |\| | | | |||
| | * | | | Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation | Noah Eisen | 2018-08-31 |
| | |\ \ \ | | | | | | | | | | | | | Clang Tidy: Bugprone Undefined Memory Manipulation | ||
| | | * | | | Fix all instances of bugprone-undefined-memory-manipulation | ncteisen | 2018-08-29 |
| | | | | | | |||
* | | | | | | Merge branch 'channelz-subchannels' into channelz-server | ncteisen | 2018-08-28 |
|\| | | | | | |||
| * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels | ncteisen | 2018-08-28 |
| |\| | | | | |||
| | | | | * | Missing #include | Nathan Herring | 2018-08-21 |
| | | | | | | |||
| | | | | * | Use grpc_slice_unref_internal | Nathan Herring | 2018-08-21 |
| | | | | | | |||
| | * | | | | Cleaned up BUILD file, which fixed a dependency problem with protobuf. | Josh Haberman | 2018-08-16 |
| | |/ / / | |||
* | / / / | Add channelz server support | ncteisen | 2018-08-14 |
|/ / / / | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels | ncteisen | 2018-08-11 |
|\| | | | |||
| | | * | Add flags to use client certs for cli. | Nathan Herring | 2018-08-09 |
| | |/ | |/| | | | | | | | This allows `grpc_cli` to act with the specific client identity when using SSL. It does _not_ however set the cert when using Google Default Credentials, as it does not have the necessary options to provide a client cert and key. | ||
| | * | This replaces mutually-exclusive flags for a single selector flag which ↵ | Nathan Herring | 2018-08-09 |
| |/ | | | | | | | | | | | defines the call credentials to composite over any channel credentials. It is the call credentials version of #16204. Fixes issue #16205. | ||
| * | Shorten flag value to gdc. | Nathan Herring | 2018-08-07 |
| | | |||
| * | Make `google_default_credentials` be an additional channel type. | Nathan Herring | 2018-08-07 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels | ncteisen | 2018-08-02 |
|\ \ | |||
| | * | Clang format. | Nathan Herring | 2018-08-01 |
| | | | |||
| | * | Create a --channel_creds_type flag for grpc_cli. | Nathan Herring | 2018-08-01 |
| |/ | | | | | | | | | | | | | | | This replaces several mutually-exclusive flags for a single selector flag which defines the base channel type. It also allows child classes to selectively override the defaults and provide additional channel types (e.g., LOAS in the mono repo). Fixes issue #16060. | ||
| * | More clang format | Nathan Herring | 2018-07-21 |
| | | |||
| * | Fixup: Use a more exact logic for google default credentials. | Nathan Herring | 2018-07-20 |
| | | |||
| * | clang format | Nathan Herring | 2018-07-19 |
| | | |||
| * | clang tidy | Nathan Herring | 2018-07-19 |
| | | |||
| * | GoogleDefaultCredentials use SSL under the covers; include that case. | Nathan Herring | 2018-07-19 |
| | | |||
| * | Add simple test for --ssl_target. | Nathan Herring | 2018-07-19 |
| | | | | | | | | This cribs from test_credentials_provider.cc, but without using `grpc::ChannelArguments`, as the grpc CLI is responsible for setting that according to the flag. | ||
| * | Introduce --ssl_target flag to grpc_cli. | Nathan Herring | 2018-07-19 |
| | | | | | | | | | | This allows the client to specify the host name of the remote server for the purposes of TLS certificate validation, useful for test certificates and machines with ephemeral IP addresses with no associated DNS entries that have been assigned TLS certificates. | ||
* | | Add channelz subchannel support | ncteisen | 2018-07-19 |
|/ | |||
* | Expose GetChannel and GetTopChannels Core API | ncteisen | 2018-07-18 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2018-07-18 |
|\ | | | | | | | channelz-get-top-channels | ||
* | | Support for GetTopChannels | ncteisen | 2018-07-16 |
| | |