aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Remove unused code for chaining on_complete closures in call.c.Gravatar Mark D. Roth2016-09-07
* Fix error refcounting.Gravatar Mark D. Roth2016-09-07
* Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-07
|\
| * Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\
| * | php: use ssl hostname_override as auth audience uri if presentGravatar Stanley Cheung2016-09-06
| * | php: minor error initializing a variableGravatar Stanley Cheung2016-09-06
| * | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-09-06
| |\ \
* | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-06
|\| | |
* | | | Fix portability problems.Gravatar Mark D. Roth2016-09-06
| * | | Merge pull request #7758 from apolcyn/use_third_party_thread_pool_masterGravatar kpayson642016-09-02
| |\ \ \
* | | | | Set status from the grpc_error or whichever of its children has the data.Gravatar Mark D. Roth2016-09-02
* | | | | Start cancellations at the current filter instead of the next one.Gravatar Mark D. Roth2016-09-02
* | | | | Move client-side deadline handling to client_channel filter.Gravatar Mark D. Roth2016-09-02
| * | | | Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
| |\ \ \ \
* | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-01
|\| | | | |
| * | | | | Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #7918 from y-zeng/server_builderGravatar kpayson642016-09-01
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #7939 from dgquintas/server_builder_tiny_include_fixGravatar kpayson642016-09-01
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #7942 from a-veitch/add_protoGravatar kpayson642016-09-01
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'client_channel_cleanup' into deadline_filterGravatar Mark D. Roth2016-09-01
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | clang-formatGravatar Mark D. Roth2016-09-01
| | * | | | | | | | Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #7841 from fr05t1k/csGravatar Stanley Cheung2016-09-01
| | |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Merge branch 'client_channel_cleanup' into deadline_filterGravatar Mark D. Roth2016-09-01
|\| | | | | | | | | | |
| * | | | | | | | | | | A bit more cleanup.Gravatar Mark D. Roth2016-09-01
| | | | * | | | | | | | moved kMaxPayloadSizeForGet definition to C fileGravatar Makarand Dharmapurikar2016-08-31
| | | | * | | | | | | | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-31
| * | | | | | | | | | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| |/ / / / / / / / / /
| | | | * / / / / / / add trace context protoGravatar Alistair Veitch2016-08-31
| | |_|/ / / / / / / | |/| | | | | | | |
| | | * | | | | | | one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
| * | | | | | | | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Add locking. Add cancellation check. Use grpc_call_element_send_cancel().Gravatar Mark D. Roth2016-08-31
| | | | | * | | | | | server builder include fixGravatar David Garcia Quintas2016-08-31
| | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #7867 from grpc/jcanizales-patch-1Gravatar makdharma2016-08-30
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | | | * | | | Put a space after '<' to avoid chance of digraphGravatar Vijay Pai2016-08-30
| | | | | | | * | | | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-30
| | | | | | | |\ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | Add ServerBuilderPlugin::UpdateChannelArgumentsGravatar Yuchen Zeng2016-08-29
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
| | | | | | | | | * | | | clang-formatGravatar Vijay Pai2016-08-29
| | | * | | | | | | | | | Update documentationGravatar Craig Tiller2016-08-29
| | | | | | | | | * | | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated meth...Gravatar Vijay Pai2016-08-29
| | | | | | | | * | | | | fixes for asan leak, and proxy testGravatar Makarand Dharmapurikar2016-08-29
| * | | | | | | | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| * | | | | | | | | | | | | Merge pull request #7897 from stanley-cheung/php-fix-per-rpc-credsGravatar Stanley Cheung2016-08-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Fix build problems when refcount debugging is enabled.Gravatar Mark D. Roth2016-08-29