aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
...
| * | | reviewer feedbackGravatar ncteisen2017-11-17
| | | |
* | | | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \ \ \ | | |_|/ | |/| |
| | | * change directory input to use of native.globGravatar Nicolas Lopez2017-11-16
| | |/ | |/| | | | | | | | | | use of directory as input to data is not supported with experimental remote execution build service.
| | * 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
| |/
| * Fix an internal build failureGravatar Juanli Shen2017-11-14
| |
* | 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
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | objC needs C linkageGravatar Yash Tibrewal2017-11-01
| | |
| * | LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-31
| |\|
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | Changes to build other platformsGravatar Yash Tibrewal2017-10-30
| | |
| | * Fix a data race in microbenchmark stats gatheringGravatar Vijay Pai2017-10-30
| | |
| * | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-25
| |\|
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| | |
| | * Merge pull request #12219 from y-zeng/http2_connectorGravatar Yuchen Zeng2017-10-24
| |/| | | | | | | Add the endpoint used by the handshake process to connector's pollset_set
* | | 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 compilationGravatar Craig Tiller2017-10-11
| |
* | Fix buildGravatar Craig Tiller2017-10-09
| |
* | C++ize BDP estimator, introduce ManualConstructorGravatar Craig Tiller2017-10-08
| |
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-06
|\ \
| | * Add grpc_endpoint_delete_from_pollset_setGravatar Yuchen Zeng2017-10-05
| | |
| * | Revert deleted fileGravatar Craig Tiller2017-10-03
| | |
| * | Make this workGravatar Craig Tiller2017-10-03
| | |
| * | Moving to allow fuzzer test to run entire corpora under bazelGravatar Craig Tiller2017-09-29
| |/
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\|
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\ \
| | * Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-11
| | |\ | | |/ | |/|
| * | Adding more pointer type conversionsGravatar Yash Tibrewal2017-09-08
| | |
* | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\| |
| | * Add pollset_kick statsGravatar Craig Tiller2017-09-01
| |/
| * Make package names consistent under test/coreGravatar yang-g2017-08-31
| |
| * 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
|\|
| * Merge pull request #12025 from vjpai/bazel_unsecGravatar Vijay Pai2017-08-03
| |\ | | | | | | Test grpc++_unsecure in Bazel build
| | * Add unsecure libraries to bazel build targetsGravatar Vijay Pai2017-08-02
| | |
| * | Group the port picking functionsGravatar Yuchen Zeng2017-08-02
| | |
| * | Make port picking functions overridableGravatar Yuchen Zeng2017-08-02
| |/
* | Explicitly call out round up vs round downGravatar Craig Tiller2017-07-21
| |
* | Compiling againGravatar Craig Tiller2017-07-17
| |
* | ProgressGravatar Craig Tiller2017-07-17
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\|