aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* 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 pull request #16044 from ncteisen/interop-soak-testGravatar Noah Eisen2018-07-18
|\ | | | | Add Two New Soak Interop Tests
* \ Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-07-18
|\ \ | | | | | | | | | channelz-get-top-channels
| | * Reviewer feedbackGravatar ncteisen2018-07-18
| | |
| | * Add two new soak interop testsGravatar ncteisen2018-07-17
| |/
* | Support for GetTopChannelsGravatar ncteisen2018-07-16
| |
| * Merge pull request #16024 from apolcyn/gcd_interopGravatar apolcyn2018-07-16
|/| | | | | Allow choosing google default credentials in the C++ interop clients
* | Add server load reporting serviceGravatar Juanli Shen2018-07-13
| |
| * Allow choosing google default credentials in the C++ interop clientsGravatar Alexander Polcyn2018-07-13
| |
* | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
| |
* | fix test comment and small code tweakGravatar David Garcia Quintas2018-07-10
| |
* | Simplified the test significantly. No more threadsGravatar David Garcia Quintas2018-07-10
| |
* | Clarify new test commentGravatar David Garcia Quintas2018-07-10
| |
* | Added TODOGravatar David Garcia Quintas2018-07-10
| |
* | Added testGravatar David Garcia Quintas2018-07-09
|/
* Reviewer feedbackGravatar ncteisen2018-06-29
|
* s/CodegenGeneric/Raw/gGravatar ncteisen2018-06-28
|
* Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
|\
| * Merge pull request #15828 from apolcyn/fix_gcdGravatar apolcyn2018-06-26
| |\ | | | | | | Explicitly delete c-ares fd's from pollset set after c-ares is done
| | * Explicitly delete fd from pollset set after c-ares is doneGravatar Alexander Polcyn2018-06-26
| | |
| * | Add load reporting filterGravatar Juanli Shen2018-06-22
| | |
| * | Merge pull request #15747 from ncteisen/channel-benchmarkGravatar Noah Eisen2018-06-21
| |\ \ | | | | | | | | Add Channel Creation Benchmark
| * | | Add load reporterGravatar Juanli Shen2018-06-21
| | | |
| | * | Add channel creation benchmarkGravatar ncteisen2018-06-21
| |/ /
* | | Allow AsyncServer with one generic to compileGravatar ncteisen2018-06-20
| | |
* | | Add codegen generic to hybrid testsGravatar ncteisen2018-06-20
| | |
* | | Add end2end test for codegen_genericGravatar ncteisen2018-06-20
| | |
* | | Support codegen generic on server sideGravatar ncteisen2018-06-20
| | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
| |\ \ | |/ / |/| |
* | | Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
|\ \ \ | | | | | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
* \ \ \ Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
|\ \ \ \ | | | | | | | | | | Adding opencensus grpc plugin with bazel support.
* | | | | 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
| | | |
* | | | Manual fixes to enable performance- clang tidy checksGravatar Noah Eisen2018-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
| | | |
| | * | Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| |/ / |/| | | | | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
| | * 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 #15648 from apolcyn/remove_fd_shutdown_already_closedGravatar apolcyn2018-06-12
|\ \ \ | | | | | | | | Remove already_closed param from fd_orphan
* \ \ \ Merge pull request #15691 from apolcyn/roll_forward_fix_shutdown_closed_socketGravatar apolcyn2018-06-12
|\ \ \ \ | | | | | | | | | | Revert "Revert "Fix shutdown of closed fd when c-ares opens a second fd""
* \ \ \ \ Merge branch 'master' into epollerrGravatar Yash Tibrewal2018-06-11
|\ \ \ \ \
| * \ \ \ \ Merge pull request #15708 from apolcyn/revert_fix_cares_test_on_ipv6_onlyGravatar apolcyn2018-06-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Revert "Fix c-ares tests ipv6-only brokenness"