aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Fix another problem in grpc_tool_testGravatar Hope Casey-Allen2018-12-04
|
* Fix bazel rbe testsGravatar Hope Casey-Allen2018-12-03
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* disable grpc_tool_test on msanGravatar Jan Tattermusch2018-11-14
|
* Make namespace more explicit.Gravatar Hope Casey-Allen2018-11-07
|
* Merge pull request #16991 from ncteisen/channelz-get-server-coreGravatar Noah Eisen2018-10-26
|\ | | | | Channelz part 10: GetServer
| * Add GetServer to coreGravatar ncteisen2018-10-24
| |
* | Unifying grpc build hacksGravatar ncteisen2018-10-24
|/
* Revert "Revert "grpc_cli json support""Gravatar Yang Gao2018-10-16
|
* Revert "grpc_cli json support"Gravatar David G. Quintas2018-10-16
|
* Merge pull request #16766 from gfecher/masterGravatar Yang Gao2018-10-16
|\ | | | | grpc_cli json support
| * Reformatted code as per clang-formatGravatar Feso2018-10-16
| |
| * Refactored based on code reviewGravatar Feso2018-10-13
| |
| * Merge remote-tracking branch 'upstream/master'Gravatar Feso2018-10-04
| |\
* | | Split grpc_cli target into two targetsGravatar Spencer Fang2018-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 supportGravatar Feso2018-10-03
| |
* | Fix inverted logic for --call_creds=none.Gravatar Nathan Herring2018-10-01
|/ | | | Fixes #16622. Follow up to change 6e3938c. Thanks to @bluecmd for pointing it out.
* Merge pull request #16299 from Capstan/cli-client-certGravatar Yang Gao2018-09-13
|\ | | | | Add flags to use client certs for cli.
| * Revert "Use grpc_slice_unref_internal"Gravatar Nathan Herring2018-09-11
| | | | | | | | This reverts commit 147826a909cc60d963c34b919417ce7a888e29ce.
| * Revert "Missing #include"Gravatar Nathan Herring2018-09-11
| | | | | | | | This reverts commit 234fdc6fbf68aa6c29990db7c7ddcface3355cb5.
* | Merge branch 'master' of https://github.com/grpc/grpc into channelz-serverGravatar ncteisen2018-09-10
|\ \
| * \ Merge pull request #16055 from ncteisen/channelz-subchannelsGravatar Noah Eisen2018-09-10
| |\ \ | | | | | | | | Channelz Part 4: Add Subchannel Support
| | | * Merge branch 'master' into cli-client-certGravatar Nathan Herring2018-09-10
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #16297 from Capstan/cli-call-credsGravatar Yang Gao2018-09-09
| |\ \ \ | | | | | | | | | | Create a --call_creds flag for grpc_cli.
* | \ \ \ Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-09-08
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-09-08
| |\| | |
| | * | | Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationGravatar Noah Eisen2018-08-31
| | |\ \ \ | | | | | | | | | | | | Clang Tidy: Bugprone Undefined Memory Manipulation
| | | * | | Fix all instances of bugprone-undefined-memory-manipulationGravatar ncteisen2018-08-29
| | | | | |
* | | | | | Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-08-28
|\| | | | |
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-28
| |\| | | |
| | | | | * Missing #includeGravatar Nathan Herring2018-08-21
| | | | | |
| | | | | * Use grpc_slice_unref_internalGravatar Nathan Herring2018-08-21
| | | | | |
| | * | | | Cleaned up BUILD file, which fixed a dependency problem with protobuf.Gravatar Josh Haberman2018-08-16
| | |/ / /
* | / / / Add channelz server supportGravatar ncteisen2018-08-14
|/ / / /
* | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-11
|\| | |
| | | * Add flags to use client certs for cli.Gravatar Nathan Herring2018-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 ↵Gravatar Nathan Herring2018-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.Gravatar Nathan Herring2018-08-07
| |
| * Make `google_default_credentials` be an additional channel type.Gravatar Nathan Herring2018-08-07
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-02
|\ \
| | * Clang format.Gravatar Nathan Herring2018-08-01
| | |
| | * Create a --channel_creds_type flag for grpc_cli.Gravatar Nathan Herring2018-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 formatGravatar Nathan Herring2018-07-21
| |
| * Fixup: Use a more exact logic for google default credentials.Gravatar Nathan Herring2018-07-20
| |
| * clang formatGravatar Nathan Herring2018-07-19
| |
| * clang tidyGravatar Nathan Herring2018-07-19
| |
| * GoogleDefaultCredentials use SSL under the covers; include that case.Gravatar Nathan Herring2018-07-19
| |
| * Add simple test for --ssl_target.Gravatar Nathan Herring2018-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.Gravatar Nathan Herring2018-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.