aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix a few lingering references to max_message_size.Gravatar Mark D. Roth2016-09-06
|
* Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
|\
* | Increase max send message size on server used in objc tests.Gravatar Mark D. Roth2016-09-06
| |
* | Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
| |
| * Merge pull request #7758 from apolcyn/use_third_party_thread_pool_masterGravatar kpayson642016-09-02
| |\ | | | | | | Use thread pool from concurrent-ruby on ruby server
| * \ Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
| |\ \ | | | | | | | | Support server-side streaming of a unary RPC
| * \ \ Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
| |\ \ \ | | | | | | | | | | Move subchannel_call_holder code into client_channel module.
| * \ \ \ Merge pull request #7914 from y-zeng/cli_main_forkGravatar kpayson642016-09-01
| |\ \ \ \ | | | | | | | | | | | | Improve gRPC CLI
| * \ \ \ \ Merge pull request #7918 from y-zeng/server_builderGravatar kpayson642016-09-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Add ServerBuilderPlugin::UpdateChannelArguments
| * \ \ \ \ \ Merge pull request #7890 from yeputons/add-iwyu-pragmas-grpc-hGravatar Nicolas Noble2016-09-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add IWYU export pragmas to grpc++/grpc++.h.
| * \ \ \ \ \ \ Merge pull request #7936 from y-zeng/log_testGravatar Craig Tiller2016-09-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add no-logging test
| * \ \ \ \ \ \ \ Merge pull request #7939 from dgquintas/server_builder_tiny_include_fixGravatar kpayson642016-09-01
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | server builder include fix
| * \ \ \ \ \ \ \ \ Merge pull request #7942 from a-veitch/add_protoGravatar kpayson642016-09-01
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add Trace context proto. This is used to transmit trace context between RPC client and server systems.
| * \ \ \ \ \ \ \ \ \ Merge pull request #7877 from adelez/route_to_gfeGravatar Nicolas Noble2016-09-01
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use the VIP that routes to GFE.
| | | | | | | | | * | | clang-formatGravatar Mark D. Roth2016-09-01
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | prep work for enabling caching
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7854 from pythias/patch-2Gravatar Stanley Cheung2016-09-01
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove undefined env
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7841 from fr05t1k/csGravatar Stanley Cheung2016-09-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Little bit improving code style and php docs
| | | | | | | | | | | | * | | A bit more cleanup.Gravatar Mark D. Roth2016-09-01
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Update CQ_EXPECT_COMPLETIONGravatar Yuchen Zeng2016-08-31
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into log_testGravatar Yuchen Zeng2016-08-31
| | | | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | moved kMaxPayloadSizeForGet definition to C fileGravatar Makarand Dharmapurikar2016-08-31
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved method computation in a if block only when send_initial_metadata is true.
| * | | | | | | | | | | | | | Merge pull request #7697 from ejona86/waitforreadyGravatar Craig Tiller2016-08-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Fail Fast doc to Wait for Ready
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7858 from markdroth/cq_verifier_file_lineGravatar Craig Tiller2016-08-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change cq_verifier to report file and line number for expectations.
| | | | | | | | | | | | | | * | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix objective-C test case.Gravatar Mark D. Roth2016-08-31
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Change wrapped languages to use the new channel arg macro name.Gravatar Mark D. Roth2016-08-31
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Change error messages to include actual values and limits.Gravatar Mark D. Roth2016-08-31
| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | add trace context protoGravatar Alistair Veitch2016-08-31
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | | one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-31
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding extension points for security context.
| | | | | | | | | * | | | | | | server builder include fixGravatar David Garcia Quintas2016-08-31
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | * | clang-formatGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | Stick to StatusCode::INTERNAL when there's no serviceGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | response on a StreamedUnary
| * | | | | | | | | | | | | | Merge pull request #7867 from grpc/jcanizales-patch-1Gravatar makdharma2016-08-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid static initialization of the kIdentity block
| | | | | | | | * | | | | | | | addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time.
| | | | | | | | | | * | | | | | Add no-logging testGravatar Yuchen Zeng2016-08-30
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #7924 from dgquintas/bump_protobuf_commitGravatar Nicolas Noble2016-08-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated protobuf to fix gmock url in autogen.sh
| | | | | | | | | | | | | | | * | a golden fileGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Another golden fileGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Put a space after '<' to avoid chance of digraphGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | clang-formatGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | Fix full cloud to prodGravatar Adele Zhou2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Remove server_streamed_unary.hGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Fix golden testGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h
| * | | | | | | | | | | | | | | | Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slight rewording of grpc_error ownership rules
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify the "g" in gRPC