aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #17582 from soheilhy/worktree-timer-benchGravatar Soheil Hassas Yeganeh2018-12-21
|\ | | | | Add microbenchmarks for grpc_timer
* \ Merge pull request #17536 from yashykt/fathomGravatar Yash Tibrewal2018-12-21
|\ \ | | | | | | Avoid taking refs on the stream by getting a copy of the context
| | * Add microbenchmarks for grpc_timerGravatar Soheil Hassas Yeganeh2018-12-21
| | | | | | | | | | | | This helps assessing upcoming changes.
* | | Merge pull request #17575 from ↵Gravatar apolcyn2018-12-21
|\ \ \ | | | | | | | | | | | | | | | | apolcyn/refactor_benchmark_channel_wait_for_ready_to_be_single_threaded Refactor benchmark's initial wait-for-ready to be single threaded
| * | | Refactor benchmark initial channel wait for ready to be single threadedGravatar Alexander Polcyn2018-12-21
| | | |
* | | | Merge pull request #17573 from yang-g/socket_mutatorGravatar Yang Gao2018-12-21
|\ \ \ \ | |_|_|/ |/| | | Correctly reference the internal string for socket mutator arg
* | | | Merge pull request #17407 from jtattermusch/interop_csharp_sni_fixGravatar Jan Tattermusch2018-12-21
|\ \ \ \ | | | | | | | | | | better testing of SNI for C-based languages
| | | | * Merge branch 'master' into fathomGravatar Yash Tibrewal2018-12-20
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Correctly reference the internal string for socket mutator argGravatar yang-g2018-12-20
| |/ / / |/| | |
| | | * Update context list testGravatar Yash Tibrewal2018-12-20
| | | |
* | | | Merge pull request #17547 from markdroth/alignment_cleanupGravatar Mark D. Roth2018-12-20
|\ \ \ \ | |_|/ / |/| | | Remove now-unnecessary workarounds for alignment issues.
| | * | do not use default server override for C++ interop clientGravatar Jan Tattermusch2018-12-20
| |/ / |/| |
* | | Merge pull request #17534 from markdroth/grpclb_subchannel_fixGravatar Nicolas Noble2018-12-18
|\ \ \ | | | | | | | | Fix bug incorrectly inhibiting subchannel sharing for grpclb.
* \ \ \ Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_utilGravatar Yang Gao2018-12-18
|\ \ \ \ | | | | | | | | | | Fold gpr_test_util to grpc_test_util
| | | * | Remove now-unnecessary workarounds for alignment issues.Gravatar Mark D. Roth2018-12-18
| | | | |
* | | | | Merge pull request #17544 from yashykt/factorydocsGravatar Yash Tibrewal2018-12-18
|\ \ \ \ \ | | | | | | | | | | | | Allow interceptor creators to return nullptr
| | | * | | Fix bug that was breaking subchannel reuse in grpclb.Gravatar Mark D. Roth2018-12-18
| | | |/ /
| * | | / Add tests using NullInterceptorFactoryGravatar Yash Tibrewal2018-12-18
| | |_|/ | |/| |
* / | | Give the interceptors header files in include/grpcpp/supportGravatar Vijay Pai2018-12-17
|/ / /
| * | Merge with head and resolve conflict.Gravatar yang-g2018-12-17
| |\ \ | |/ / |/| |
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
| |\| | | | | | | | | | gpr_test_util_to_grpc_test_util
* | | extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
| |/ |/|
* | Merge pull request #17465 from mhaidrygoog/server_streaming_callback_benchmarkGravatar Moiz Haidry2018-12-14
|\ \ | | | | | | Benchmark Streaming support for callback server
* | | Benchmark to show that byte buffer copy is size-independentGravatar Vijay Pai2018-12-14
| | |
* | | Merge pull request #17291 from soheilhy/worktree-security-cppGravatar Soheil Hassas Yeganeh2018-12-13
|\ \ \ | | | | | | | | Move security credentials, connectors, and auth context to C++
| * | | 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.
* | | | Merge pull request #17470 from apolcyn/cares_default_prepGravatar apolcyn2018-12-12
|\ \ \ \ | | | | | | | | | | Avoid SRV and TXT lookups for localhost
| * | | | Disable SRV and TXT lookups for localhostGravatar Alexander Polcyn2018-12-12
| |/ / /
* / / / Fix alignment in memory counters.Gravatar Mark D. Roth2018-12-12
|/ / /
| * | Streaming support for callback serverGravatar Moiz Haidry2018-12-11
| | |
* | | Merge pull request #17456 from ncteisen/socket-paginationGravatar Noah Eisen2018-12-11
|\ \ \ | | | | | | | | Channelz: Add Pagination to ServerSockets
| * | | Add test and fix bugGravatar ncteisen2018-12-11
| | | |
| * | | Add max_results to ServerSocketsGravatar ncteisen2018-12-11
| | | |
* | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
|/ / /
* | | Merge pull request #17398 from yihuazhang/gdc_metadata_serverGravatar yihuaz2018-12-10
|\ \ \ | | | | | | | | Add a non-sticky network check of metadata server detection to google default credentials
* \ \ \ Merge pull request #17433 from ncteisen/socket-nameGravatar Noah Eisen2018-12-09
|\ \ \ \ | | | | | | | | | | Channelz: Surface Socket Name
* | | | | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| | | | |
| * | | | clang tidy and clang formatGravatar ncteisen2018-12-07
| | | | |
* | | | | Merge pull request #17343 from markdroth/server_address_listGravatar Mark D. Roth2018-12-07
|\ \ \ \ \ | | | | | | | | | | | | Allow encoding arbitrary channel args on a per-address basis.
| | | | | * revert the sampleGravatar yang-g2018-12-07
| | | | | |
* | | | | | Merge pull request #17435 from yang-g/health_service_shutdownGravatar Yang Gao2018-12-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a Shutdown call to HealthCheckServiceInterface
| | * | | | | Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
| | | | | | |
* | | | | | | Merge pull request #17391 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-12-07
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix bug in subchannel backoff reset code.
* | | | | | | Allow the health checking serviceGravatar Vijay Pai2018-12-07
| | | | | | |
| | | * | | | reviewer feedbackGravatar ncteisen2018-12-07
| | | | | | |
| | | | | | * Fix alarm_testGravatar yang-g2018-12-07
| | | | | | |
| | * | | | | Review commentsGravatar yang-g2018-12-07
| | | | | | |
| * | | | | | more code review changesGravatar Mark D. Roth2018-12-07
| | | | | | |
| | * | | | | Split out the test service to separate library so that it can be reusedGravatar yang-g2018-12-06
| | | | | | |
| | * | | | | Add a Shutdown call to HealthCheckServiceInterfaceGravatar yang-g2018-12-06
| | |/ / / /