aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport
Commit message (Collapse)AuthorAge
* explicit type conversionGravatar Yash Tibrewal2017-10-06
|
* Fix testGravatar Craig Tiller2017-10-03
|
* Merge branch 'flowctlN' into flowctl+millisGravatar Craig Tiller2017-10-02
|\
* \ Merge branch 'grpc_millis' into flowctl+millisGravatar Craig Tiller2017-09-21
|\ \
| | * Bug fixes, remove async e2e dependence on flow control sizeGravatar Craig Tiller2017-09-20
| |/ |/|
| * clang-formatGravatar Craig Tiller2017-09-19
| |
| * Fix timeout encoding testGravatar Craig Tiller2017-09-19
| |
* | Mock time to resolve test errorGravatar Craig Tiller2017-09-18
| |
| * Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
| |\ | |/ |/|
* | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| |
| * Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
| |\ | |/ |/|
* | Pull bdp estimation into flowctl moduleGravatar ncteisen2017-08-13
| |
* | 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.
| * Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
|/
* Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ | | | | Import mutations.
* | Add fuzzer reproGravatar Noah Eisen2017-07-11
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| |\ | |/ |/|
* | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
| | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send.
* | Add rich closure debug modeGravatar ncteisen2017-06-08
| |
* | 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
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
| * Merge github.com:grpc/grpc into uberpollGravatar Craig Tiller2017-05-07
| |\
| * | Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
| | | | | | | | | | | | | | | | | | - trace system is now thread safe when run with TSAN - fix a race in client_auth_filter.c - allow timer manager to run in single threaded mode for fuzzers
| | * Fix test failureGravatar Craig Tiller2017-04-27
| | |
| | * Fix testGravatar Craig Tiller2017-04-20
| |/
* | 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
| |
| * fix testGravatar Craig Tiller2017-04-12
| |
| * Convert everything to new encode APIGravatar Craig Tiller2017-04-04
|/
* Fix fuzzing detected errorGravatar Craig Tiller2017-03-10
|
* 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
|
* Convert connectivity_state, channel info into a combiner-compatible formGravatar Craig Tiller2017-02-09
|
* Fix WindowsGravatar Craig Tiller2017-02-03
|
* Fix testGravatar Craig Tiller2017-01-27
|
* Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
|\
* \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
|\ \
| | * Expand corporaGravatar Craig Tiller2017-01-21
| | |
| * | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| |/
* | Fix simple testsGravatar Craig Tiller2017-01-20
| |
* | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-20
|\|
| * Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
| |\
* | \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-13
|\ \ \
| | | * Add licenses to all BUILD files and missing copyrightGravatar yang-g2017-01-11
| | |/ | |/|
| | * Fix testsGravatar Craig Tiller2017-01-06
| | |
| | * Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2017-01-04
| | |\ | | |/ | |/|
| * | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
| |\ \
| | * \ Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| | |\ \