aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Expand)AuthorAge
...
| * | | | | | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
| |\ \ \ \ \ \
| | | | | | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-29
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | | | * | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| * | | | | | | Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7Gravatar Nicolas Noble2017-11-29
| |\ \ \ \ \ \ \
| | | | | * | | | Modify udp_server to do asynchronous read and write and only re-armGravatar Dan Zhang2017-11-29
| | | | | | |/ / | | | | | |/| |
| * | | | | | | Fix windowsGravatar ncteisen2017-11-29
* | | | | | | | Converted backoff_test to use gunitGravatar David Garcia Quintas2017-11-29
| * | | | | | | clang fmtGravatar ncteisen2017-11-29
| | | * | | | | clang-formatGravatar Mark D. Roth2017-11-29
| | | | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-29
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| |
| | | | | | | * Fix race conditions and more grpc_inits required. csharp tests will be fixed ...Gravatar Yash Tibrewal2017-11-29
| | | | | | * | Clean up semantics of test code.Gravatar Mark D. Roth2017-11-29
| | | * | | | | Merge remote-tracking branch 'upstream/master' into reference_countedGravatar Mark D. Roth2017-11-29
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | Shorted "reference" to "ref".Gravatar Mark D. Roth2017-11-29
| | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| * | / | | | | Add test for RecvStatus error_string APIGravatar ncteisen2017-11-29
| | |/ / / / / | |/| | | | |
| | | * | | | Split tracing code into its own class.Gravatar Mark D. Roth2017-11-29
| | | | | | * Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init...Gravatar Yash Tibrewal2017-11-28
| | | * | | | Add tests for tracing versions of Ref() and Unref().Gravatar Mark D. Roth2017-11-28
| | | * | | | Remove incorrect tests for stack allocation.Gravatar Mark D. Roth2017-11-28
| | | * | | | Code review changes.Gravatar Mark D. Roth2017-11-28
| | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-28
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| * | | | | | Merge pull request #13491 from vjpai/destackGravatar Vijay Pai2017-11-28
| |\ \ \ \ \ \
| | | | | * | | Fix the fuzzersGravatar ncteisen2017-11-28
| | | | | * | | Remove uneeded header, fix unused warnGravatar ncteisen2017-11-28
| | | | * | | | clang-formatGravatar Mark D. Roth2017-11-28
| | | | * | | | Implement MakeReferenceCounted<> helper.Gravatar Mark D. Roth2017-11-28
| | | | * | | | Add ReferenceCountedPtr class.Gravatar Mark D. Roth2017-11-28
| | | | * | | | Use New() and Delete() instead of C++ new and delete.Gravatar Mark D. Roth2017-11-28
| | | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-27
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | * | | | Add ReferenceCounted base class.Gravatar Mark D. Roth2017-11-27
| | | | | | * | Fix BUILD file.Gravatar Mark D. Roth2017-11-27
| | | | | | | * Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-27
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge pull request #13419 from nlopezgi/masterGravatar adelez2017-11-27
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-27
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | Fix sanity problem.Gravatar Mark D. Roth2017-11-27
| | | | | | * | clang-formatGravatar Mark D. Roth2017-11-27
| | | | | | | * Fixing errors and minor bugsGravatar Yash Tibrewal2017-11-22
* | | | | | | | C++-ize backoffGravatar David Garcia Quintas2017-11-22
|/ / / / / / /
| | * / / / / Remove lockfree stack, againGravatar Vijay Pai2017-11-22
| |/ / / / / |/| | | | |
| | | | | * A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| | | | | * Merge masterGravatar Yash Tibrewal2017-11-21
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | * | Add test for handshake timeout.Gravatar Mark D. Roth2017-11-21
* | | | | | Merge pull request #13452 from yashykt/publicheaderc89nitfixGravatar Yash Tibrewal2017-11-21
|\ \ \ \ \ \
| | | | * \ \ Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge branch 'master' into publicheaderc89nitfixGravatar Yash Tibrewal2017-11-21
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar Noah Eisen2017-11-21
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | | * | | | Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
| | |_|/| | | | | |/| | | | | |