aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2
Commit message (Collapse)AuthorAge
* Merge branch 'master' into fathomGravatar Yash Tibrewal2018-12-20
|\
* | Update context list testGravatar Yash Tibrewal2018-12-20
| |
| * Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|/
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* s/int/uint32_tGravatar Yash Tibrewal2018-11-29
|
* Add a byte counter to chttp2_stream and use that for timestampsGravatar Yash Tibrewal2018-11-29
|
* Reviewer commentsGravatar Yash Tibrewal2018-11-20
|
* CleanupGravatar Yash Tibrewal2018-11-16
|
* Merge masterGravatar Yash Tibrewal2018-11-16
|\
| * Fix the test failure with callback-based polling.Gravatar Guantao Liu2018-10-05
| |
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |
| * Much cleaner approach that should address code review comments as wellGravatar Hope Casey-Allen2018-09-10
| |
| * WIP. Setting md_index to 0 on grpc_linked_mdelem creationGravatar Hope Casey-Allen2018-09-08
| |
| * Zero out linked_mdelem when created in testGravatar Hope Casey-Allen2018-09-06
| |
* | More commitsGravatar Yash Tibrewal2018-08-26
|/
* Decrease GRPC_CHTTP2_HPACKC_NUM_VALUESGravatar Juanli Shen2018-06-01
|
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Polish infer_length_after_decode and add test casesGravatar Muxi Yan2018-02-21
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* fix EventState::done() data raceGravatar Jan Tattermusch2018-01-30
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Need to include functional to use std::bindGravatar Vijay Pai2018-01-08
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\
* | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| |
| * Clean up semantics of test code.Gravatar Mark D. Roth2017-11-29
| |
* | Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| |
| * Fix BUILD file.Gravatar Mark D. Roth2017-11-27
| |
| * Fix sanity problem.Gravatar Mark D. Roth2017-11-27
| |
| * clang-formatGravatar Mark D. Roth2017-11-27
| |
| * Add test for handshake timeout.Gravatar Mark D. Roth2017-11-21
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | some BUILD changes and designated initializersGravatar Yash Tibrewal2017-10-30
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| |/
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| | | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
| * Use key in dynamic table if availableGravatar yang-g2017-10-16
|/
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* 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
| |\ | |/ |/|