aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
Commit message (Collapse)AuthorAge
* Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
|\
| * Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
| |\ | | | | | | Remove alarm from core, implement in C++ layer only
| * \ Merge pull request #14136 from jtattermusch/add_ubuntu_1710Gravatar Jan Tattermusch2018-01-26
| |\ \ | | | | | | | | Fix build under gcc7.2
* | | | Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/ / /
| * | fix -Wmemset-elt-size warning in gcc7.2Gravatar Jan Tattermusch2018-01-23
| | |
| | * Migrate all remaining features of core test to C++ layer testGravatar Vijay Pai2018-01-21
| | |
| | * Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
| |/
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\| | | | | | | fix-stream-compression-config-interface
| * fix alarm test flake on windowsGravatar Jan Tattermusch2018-01-17
| |
| * exec_ctx_fwd.h should never have been in public headersGravatar Vijay Pai2018-01-10
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-08
|\| | | | | | | fix-stream-compression-config-interface
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\ \ | | | | | | | | | fix-stream-compression-config-interface
* \ \ Merge commit 'b0bad8f' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \
* \ \ \ Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \ \
* | | | | clang-formatGravatar Muxi Yan2017-12-06
| | | | |
* | | | | Merge e759d2a^Gravatar Muxi Yan2017-12-06
|\ \ \ \ \
| | | | | * 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 pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
| | | | |\ | | | | | | | | | | | | All instances of exec_ctx being passed around in src/core removed
| | | | * | clang-formatGravatar Vijay Pai2017-12-04
| | | | | |
| | | | | * Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
| | | | | |\
| | | | * | \ Merge branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Merge pull request #13570 from jtattermusch/concurrent_connectivity_fail_earlyGravatar Jan Tattermusch2017-12-01
| | | | | |\ \ | | | | | | | | | | | | | | | | concurrent_connectivity_test: fail early if there is a problem shutting down the server
| | | | | * | | Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| | | | | | | |
| | | | * | | | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| | | | | | | |
| | | | | | | * Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | | | | | * | dont let server shutdown run foreverGravatar Jan Tattermusch2017-11-30
| | | | | |/ /
| | | | | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | | | | |
| | | | * | | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a client of grpc I want to be aware of which threads are being created by grpc, and giving them recognizable names makes it significantly easier to diagnose what is going on in my programs. This provides thread names for macOS and Linux. Adding support for other platforms should be easy for platform specialists.
| | | | | | * Fix race conditions and more grpc_inits required. csharp tests will be fixed ↵Gravatar Yash Tibrewal2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in a different PR
| | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
| | | | | |\ \ | | | | | |/ / | | | | |/| |
| | | | | | * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| | | | | | |
| | | | | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | | * | Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
| | | | |/| | | | | |/| | |
| | | | * | | Remove unnecessary if condition in public_headers_must_be_c89Gravatar Yash Tibrewal2017-11-17
| | | |/ / /
| | | | | * 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
| | | | | |
| | | * | | 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
| | |/ / /
| | | | * Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| | | | |
| | | | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | | | |\ | | | |_|/ | | |/| |
| | * | | Merge masterGravatar Yash Tibrewal2017-11-06
| | |\ \ \
| | | * \ \ Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | | | | |
| * | | | | Adding public_headers_must_be_c89 as a clang exceptionGravatar Yash Tibrewal2017-11-02
| | | | | |
| * | | | | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵Gravatar Yash Tibrewal2017-11-02
| | |/ / / | |/| | | | | | | | | | | | | addresses of public api functions to check if they can be linked to
| | * | | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | | | |
| | * | | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | | | |
| | * | | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-25
| | |\ \ \ | | |/ / / | |/| | |