aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice
Commit message (Collapse)AuthorAge
* 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
|
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
|
* Introduce a 'weak' and mutable version of slice hash tableGravatar David Garcia Quintas2018-02-28
|
* Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-08
|\| | | | | | | 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
| | | |
| | | * 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
| | | |
| | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | |
| | | * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵Gravatar Yash Tibrewal2017-11-28
| | | | | | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
| | | * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| | | |
| | | * 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
| | | |
| * | | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | | |
| * | | Removing a few build.yaml errorsGravatar Yash Tibrewal2017-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.
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-10-06
|\| | | | | | | fix-stream-compression-config-interface
| * FixesGravatar Craig Tiller2017-10-03
| |
* | Allow spaces in content-encodingGravatar Muxi Yan2017-09-25
|/
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| |
* | 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
|\
| * Fix bogus assertsGravatar Craig Tiller2017-04-27
| |
| * Fix windows build.Gravatar Mark D. Roth2017-04-20
| |
| * Fix asan bug.Gravatar Mark D. Roth2017-04-20
| |
| * clang-formatGravatar Mark D. Roth2017-04-20
| |
| * Change hash table to use linear probing and add unit test.Gravatar Mark D. Roth2017-04-19
| | | | | | | | Also add some missing rules in test/core/slice/BUILD.
* | 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 build filesGravatar Craig Tiller2017-03-30
|