aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
Commit message (Collapse)AuthorAge
* Correctly reference the internal string for socket mutator argGravatar yang-g2018-12-20
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
|\ | | | | | | gpr_test_util_to_grpc_test_util
| * Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* | Fix alarm_testGravatar yang-g2018-12-07
| |
* | 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
|
* Add callback-based alarmsGravatar Vijay Pai2018-09-13
|
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* Add more filter priority levelsGravatar yang-g2018-08-01
|
* Expand timeouts to deflake alarm testGravatar Vijay Pai2018-03-27
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* 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
|
* 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
|
* 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 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
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
| * 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 masterGravatar Yash Tibrewal2017-11-06
|\
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
|/
* Make alarm_test tolerant of threadingGravatar Craig Tiller2017-09-21
|
* Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
|
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Add unsecure libraries to bazel build targetsGravatar Vijay Pai2017-08-02
|
* Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ | | | | Import mutations.
* \ Merge pull request #11648 from markdroth/c++_filter_fixesGravatar Mark D. Roth2017-06-30
|\ \ | | | | | | Improvements to C++ filter API
| * | Improvements to C++ filter API:Gravatar Mark D. Roth2017-06-29
| | | | | | | | | | | | | | | | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
* | | Split move testGravatar David Garcia Quintas2017-06-28
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| | |\ | | |/ | |/|
* / | Make grpc::Alarm non-copyableGravatar David Garcia Quintas2017-06-20
|/ /
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
|/
* Missed one gtest reference.Gravatar Nicolas "Pixel" Noble2017-05-11
|
* Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
|
* Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-27
|\
| * Test if the user agent string is copied correctlyGravatar Yuchen Zeng2017-03-22
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-22
|\|
| * Copy value at SetPointerWithVtableGravatar Yuchen Zeng2017-03-14
| |
* | Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-02-24
|\|
| * Fix compileGravatar Craig Tiller2017-02-22
| |
* | Finish test/cpp/commonGravatar Craig Tiller2017-02-17
|/
* Get gtest building with Bazel, add first test in test/cpp/common/BUILDGravatar Craig Tiller2017-02-17
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\