aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #16862 from apolcyn/convert_tests_to_caresGravatar apolcyn2019-01-10
|\ | | | | Switch the default DNS resolver from native to c-ares
* \ Merge pull request #17658 from guantaol/avoid_thd_jumpGravatar Vijay Pai2019-01-09
|\ \ | | | | | | Avoid the thread jump in server callback APIs.
* | | Remove subchannel argsGravatar Juanli Shen2019-01-08
| | |
| | * Turn on c-ares as the default resolverGravatar Alexander Polcyn2019-01-08
| |/ |/|
| * Avoid the thread jump in server callback APIs.Gravatar Guantao Liu2019-01-07
|/ | | | | | | Add a utility function in iomgr to check whether the caller thread is a worker for any background poller, and keep grpc combiner from offloading closures to the default executor if the current thread is a worker for any background poller.
* Merge pull request #17630 from yashykt/nocopyinterceptionGravatar Yash Tibrewal2019-01-07
|\ | | | | Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage
| * Merge branch 'master' into nocopyinterceptionGravatar Yash Tibrewal2019-01-07
| |\
* | | clang-format all the files.Gravatar Soheil Hassas Yeganeh2019-01-07
| |/ |/| | | | | | | | | | | | | Whenever we run clang-format, gen_build_yaml.py and ServerServiceDefinitionExtensions.cs get modified by the script. Let's commit those changes so that these file remain unmodified after running the formatting script.
* | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
|\ \
| * \ Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2019-01-04
| |\ \
| * \ \ Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2019-01-04
| |\ \ \
* | \ \ \ Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'master' into bidiinterceptiontestGravatar Yash Tibrewal2019-01-04
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
|\ \ \ \ \
| | | | * | Avoid unsigned signed comparison issuesGravatar Yash Tibrewal2019-01-04
| | | | | |
| | * | | | Merge pull request #17461 from mhaidrygoog/callback_client_streaming_benchmarkGravatar Moiz Haidry2019-01-03
| |/| | | | | | | | | | | | | | | | Add support for Callback Client Streaming benchmarks
| | | | | * Modifying semantics for GetSendMessage and GetSerializedSendMessage.Gravatar Yash Tibrewal2019-01-03
| | |_|_|/ | |/| | | | | | | | | | | | | Also adding ModifySendMessage
| | | * | Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2019-01-03
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage ↵Gravatar Yash Tibrewal2019-01-03
| | | | | | | | | | | | | | | | | | | | to GetSendMessage
| * | | | Rename new SendMessage types to SendMessagePtrGravatar Yash Tibrewal2019-01-02
| | | | |
| * | | | Provide GetOriginalSendMessage for some APIsGravatar Yash Tibrewal2018-12-28
| | | | |
| | | | * Add client interceptor test for bidi streaming hijacking interceptorGravatar Yash Tibrewal2018-12-28
| | |_|/ | |/| |
* | | | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2018-12-26
|\| | |
| | | * Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2018-12-26
| | | |\ | | |_|/ | |/| |
| | * | Addressed PR comments. Made Client::Thread public and removed use of void ↵Gravatar Moiz Haidry2018-12-21
| | | | | | | | | | | | | | | | ptr to refer it. Avoided overloading of NextIssue TIme by renaming it NextRPCIssueTime
| * | | Merge pull request #17582 from soheilhy/worktree-timer-benchGravatar Soheil Hassas Yeganeh2018-12-21
| |\ \ \ | | | | | | | | | | Add microbenchmarks for grpc_timer
| | * | | 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
| | * | | | Correctly reference the internal string for socket mutator argGravatar yang-g2018-12-20
| | |/ / /
| * / / / 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
| * \ \ \ \ 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 missing argumentGravatar Yash Tibrewal2018-12-18
| | | | | | |
| | * | | | | Add tests using NullInterceptorFactoryGravatar Yash Tibrewal2018-12-18
| | | |/ / / | | |/| | |
| | | | | * Merge masterGravatar Yash Tibrewal2018-12-18
| | | | | |\ | | | |_|_|/ | | |/| | |
| * / | | | Give the interceptors header files in include/grpcpp/supportGravatar Vijay Pai2018-12-17
| |/ / / /
| | * | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
| | |\ \ \ | | |/ / / | |/| | | | | | | | gpr_test_util_to_grpc_test_util
| * | | | 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
| | | | | |
| | | | * | Added support for fixed load benchmarks, all the rpcs access one requestor ↵Gravatar Moiz Haidry2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | to the get the next issue time for the RPC
| | | | * | Add support for Callback Client Streaming benchmarksGravatar Moiz Haidry2018-12-13
| | | | | |
| * | | | | 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.
| | * | | | 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
| | | | | |
| * | | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| |/ / / /