aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport
Commit message (Collapse)AuthorAge
* 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
|\
| * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| |\
* | \ Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\ \ \ | | |/ | |/|
* | | 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 the fuzzersGravatar ncteisen2017-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
| | |
* | | A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-21
|\ \ \
| | | * Add test for handshake timeout.Gravatar Mark D. Roth2017-11-21
| | |/ | |/|
| | * Fix test cert buildGravatar ncteisen2017-11-20
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | |\ | | |/ | |/|
| * | Rename tracer_peer to tracer_utilGravatar ncteisen2017-11-17
| | |
| | * Un extern the fuzzersGravatar ncteisen2017-11-17
| | |
| * | reviewer feedbackGravatar ncteisen2017-11-17
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \ \ | | |/ | |/|
| | * Reviewer feedback: friend func not clasSGravatar ncteisen2017-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
| | * Add tracer peer to keep set_enabled private()Gravatar ncteisen2017-11-14
| | |
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
| | |\ | | |/ | |/|
| | * Fix test compileGravatar Noah Eisen2017-11-12
| | |
| * | 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
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-30
| |\|
| | * Fix portabilotyGravatar ncteisen2017-10-27
| | |
| | * Address github comment, sleep for minimal timeGravatar ncteisen2017-10-27
| | |
| | * Fix test timing bug:Gravatar ncteisen2017-10-26
| | |
| * | 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.
| * Fix Bazel buildGravatar Craig Tiller2017-10-18
| |
| * Fix compilationGravatar Craig Tiller2017-10-18
| |
| * Merge github.com:grpc/grpc into pid++Gravatar Craig Tiller2017-10-18
| |\
| | * Use key in dynamic table if availableGravatar yang-g2017-10-16
| |/ |/|
| * Merge github.com:grpc/grpc into pid++Gravatar Craig Tiller2017-10-16
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into timerGravatar Craig Tiller2017-10-13
|\ \
| * | Fix windows portabilityGravatar Craig Tiller2017-10-13
| | |