aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
Commit message (Collapse)AuthorAge
* Shorten flag value to gdc.Gravatar Nathan Herring2018-08-07
|
* Make `google_default_credentials` be an additional channel type.Gravatar Nathan Herring2018-08-07
|
* 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.
* Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
|
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-07-18
|\ | | | | | | channelz-get-top-channels
* | Support for GetTopChannelsGravatar ncteisen2018-07-16
| |
| * Allow choosing google default credentials in the C++ interop clientsGravatar Alexander Polcyn2018-07-13
|/
* Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
|\
* | Add end2end test for codegen_genericGravatar ncteisen2018-06-20
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
| |\ | |/ |/|
* | Revert "Revert "Add suppressions to sanitizers for bazel builds""Gravatar adelez2018-06-15
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-15
| |\ | |/ |/|
* | Add expception for util dirGravatar ncteisen2018-06-14
| |
* | Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
| |
* | Revert "Add suppressions to sanitizers for bazel builds"Gravatar Nicolas Noble2018-06-14
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
| |\ | |/ |/|
* | Add data param to grpc_cc_libraryGravatar Adele Zhou2018-06-13
| |
* | Merge pull request #13796 from y-zeng/cli_tokenGravatar Yang Gao2018-06-08
|\ \ | | | | | | Report more error messages in grpc_cli
| | * Build out the channelz unit testGravatar ncteisen2018-06-05
| | |
| | * Add basic support for GetChannelGravatar ncteisen2018-06-05
| | |
| | * Update channelz protoGravatar ncteisen2018-06-05
| |/ |/|
* | Fix broken ByteBuffer copy ctorGravatar Ara Ayvazyan2018-05-22
| |
* | add alts to interop testsGravatar Yihua Zhang2018-04-20
| |
* | Merge pull request #15008 from yang-g/secure_is_not_unsecureGravatar Yang Gao2018-04-11
|\ \ | | | | | | Depend on unsecure target
* | | Fix a memory leakGravatar Adele Zhou2018-04-10
| | |
| * | Depend on unsecure targetGravatar yang-g2018-04-10
|/ /
* | Make GrpcProtoBufferReaderWriter publicGravatar ncteisen2018-04-06
| |
* | Fix small build issuesGravatar ncteisen2018-03-19
| |
* | Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
| | | | | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
* | Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| |
* | Merge pull request #13883 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-16
|\ \ | | | | | | Channel Tracing Implementation; Part 1
| * \ Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| |\ \
* | | | Delete status_test that has no coverage; replace with static_assertsGravatar Vijay Pai2018-03-15
| |/ / |/| |
* | | Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
| | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-07
| |\ \ | |/ / |/| |
| * | Add severityGravatar ncteisen2018-03-07
| | |
| * | Move C++ to util, call it from core testGravatar ncteisen2018-03-07
| | |
* | | Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|/ /
* | Print trailing metadata in the "grpc_cli call" command.Gravatar Carlos Valera2018-02-21
| | | | | | | | | | This often includes important debugging information when the RPC returns a non-OK status.
* | Run clang fmtGravatar Noah Eisen2018-02-09
| |
* | Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
| |
* | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\ \