aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-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
* 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
|\
| * Check return values from ServiceReflection calls, and print a more helpful me...Gravatar Carl Mastrangelo2018-02-06
| * More uses of 1-phase CallGravatar Vijay Pai2018-02-05
* | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
|\|
| * Fix echo.proto path under bazelGravatar Adele Zhou2018-02-01
* | Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/
* Address review commentsGravatar Yuchen Zeng2017-12-14
* Support access token credential in grpc_cliGravatar Yuchen Zeng2017-12-14
* Merge pull request #13721 from y-zeng/cli_metadataGravatar Yuchen Zeng2017-12-13
|\
| * Fix tsan issueGravatar Yuchen Zeng2017-12-12
| * Add escape sequences for the grpc_cli metadata flagGravatar Yuchen Zeng2017-12-11
* | Merge branch 'master' into cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-08
|\|
| * Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
| * Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* | Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition v...Gravatar Sree Kuchibhotla2017-12-04
| * Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
| |\ | |/ |/|
* | Add all tests to test/cpp/util bazel BUILD fileGravatar Vijay Pai2017-11-28
| * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init...Gravatar Yash Tibrewal2017-11-28
|/
* Fix after mergeGravatar Craig Tiller2017-11-13
* clang-format after nullptr changesGravatar Craig Tiller2017-11-10
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* Catch out of order error codeGravatar yang-g2017-10-25
* Ensure that we respect requested channel args in all casesGravatar Craig Tiller2017-10-20
* Fix windows buildGravatar Yuchen Zeng2017-09-29
* gRPC CLI batch modeGravatar Yuchen Zeng2017-09-29
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...Gravatar Vijay Pai2017-09-21
* Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only gr...Gravatar Jan Tattermusch2017-09-14
* Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferGravatar Vijay Pai2017-09-07
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
* Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
* Add unsecure libraries to bazel build targetsGravatar Vijay Pai2017-08-02
* Clean up grpc++_unsecure so that it doesn't require secure content anymoreGravatar Vijay Pai2017-07-30
* Merge pull request #11787 from guantaol/qps_driverGravatar Guantao Liu2017-07-18
|\
* | Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| * Merge remote-tracking branch 'upstream/master' into qps_driver to resolve con...Gravatar Guantao Liu2017-07-13
| |\ | |/ |/|
* | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ \
| | * Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
| |/ |/|
* | Make stream responses togglable via contextGravatar ncteisen2017-07-05
| * Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| |\ | |/ |/|
* | Still create channel if remotedb is false. Just do not use it in the file par...Gravatar yang-g2017-06-19