aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel
Commit message (Collapse)AuthorAge
...
| * | 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
| | |
| * | more changesGravatar Yash Tibrewal2017-10-30
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-30
| |\|
| | * Fix build failure.Gravatar Mark D. Roth2017-10-27
| | |
| * | 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 github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\
| * Set last_ping_sent_time to inf_past after receiving dataGravatar Yuchen Zeng2017-09-18
| |
* | Merge github.com:grpc/grpc into wcGravatar 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
|\|
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |
* | Compiling againGravatar Craig Tiller2017-07-17
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * Add rich closure debug modeGravatar ncteisen2017-06-08
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-thingsGravatar ncteisen2017-06-08
| |\
| | * Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
| | |\ | | | | | | | | Support grpclb address in the c-ares resolver
| * | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
| |\| |
| | * | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | | |
| | * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | | |
| * | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-07
| |\| |
| | * | Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| | | |
| | | * Fix windows build, no_logging tests, dns_resolver_testGravatar Yuchen Zeng2017-06-05
| | | |
| | | * Fix the fd clean up processGravatar Yuchen Zeng2017-06-05
| | | |
| | | * Cancel the dns lookup in dns_ares_shutdownGravatar Yuchen Zeng2017-06-04
| | | |
| | | * Fix api_fuzzer, dns_resolver_connectivity_testGravatar Yuchen Zeng2017-05-30
| | |/
| * | clang-formatGravatar Craig Tiller2017-05-24
| | |
| * | Fix threading assumptions in testGravatar Craig Tiller2017-05-24
| | |
* | | Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
| |/ |/|
| * Merge github.com:grpc/grpc into thread_poolGravatar Craig Tiller2017-05-16
| |\ | |/ |/|
| * Remove workqueue, covered_by_poller as concepts, get Mac build upGravatar Craig Tiller2017-05-12
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\|
| * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
| |\
* | | Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
| | |
| | * Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
| | |
| * | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| |\|
* | | Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
| | |
| | * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| | |\
| * | \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
| |\ \ \ | | | |/ | | |/|
| | * | Reorganize ext treeGravatar Craig Tiller2017-03-31
| |/ / |/| | | | | | | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
| * | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|/ /
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
| |\ | |/ |/|
| * clang formatGravatar Sree Kuchibhotla2017-03-24
| |
| * Remove a file that wasn't properly deleted after the mergeGravatar Sree Kuchibhotla2017-03-24
| |
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-24
| |\
* | \ Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-23
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
| |\ \ | | | | | | | | | | | | error-slice-optimization