aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/BUILD
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Revert "Revert "Add suppressions to sanitizers for bazel builds""Gravatar adelez2018-06-15
|
* Revert "Add suppressions to sanitizers for bazel builds"Gravatar Nicolas Noble2018-06-14
|
* Add data param to grpc_cc_libraryGravatar Adele Zhou2018-06-13
|
* Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|
* Retry support.Gravatar Mark D. Roth2018-02-28
|
* BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
|
* BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
|
* Fix Bazel buildGravatar Craig Tiller2017-10-18
|
* C++ize PidControllerGravatar Craig Tiller2017-10-09
|
* Fix buildGravatar Craig Tiller2017-10-09
|
* Fix testGravatar Craig Tiller2017-10-09
|
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
| | | | | | | | | | | | | | | | | | | | - Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this.
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
|/
* Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
|
* Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
|
* Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
|
* Complete test/core/transport/chttp2; add test/core/transport/BUILDGravatar Craig Tiller2017-02-17