aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* clang-formatGravatar Mark D. Roth2016-09-23
* Fix type problems.Gravatar Mark D. Roth2016-09-22
* Expose GRPC_ARG_MAX_SEND_MESSAGE_LENGTH channel arg in python.Gravatar Mark D. Roth2016-09-22
* Set default max send message size to unlimited.Gravatar Mark D. Roth2016-09-22
* Merge pull request #8049 from markdroth/grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-21
|\
* \ Merge pull request #8045 from thinkerou/fix_php_styleGravatar Stanley Cheung2016-09-20
|\ \
* | | Sanitize master.Gravatar Nicolas "Pixel" Noble2016-09-20
| | * Code review changes.Gravatar Mark D. Roth2016-09-20
| | * Code review changes.Gravatar Mark D. Roth2016-09-20
* | | Merge pull request #8137 from kpayson64/python_server_argsGravatar kpayson642016-09-19
|\ \ \
| * | | Add parameter for server optionsGravatar Ken Payson2016-09-19
* | | | Merge pull request #8052 from Vizerai/grpc_tracingGravatar Jim King2016-09-19
|\ \ \ \
* \ \ \ \ Merge pull request #7846 from markdroth/max_send_size_filterGravatar Mark D. Roth2016-09-19
|\ \ \ \ \
| | | | | * Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-19
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #7991 from markdroth/grpclb_resolver_changesGravatar Mark D. Roth2016-09-19
|\ \ \ \ \ \
| | * | | | | Fix Windows printf formatting bug.Gravatar Mark D. Roth2016-09-19
* | | | | | | Merge pull request #8084 from jtattermusch/throw_rpcexception_on_failureGravatar Jan Tattermusch2016-09-19
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #8113 from yang-g/verify_auth_headersGravatar Yang Gao2016-09-18
|\ \ \ \ \ \ \ \
| | | | * \ \ \ \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | | | | | * Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-16
| | | | | | | | |\ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changesGravatar Mark D. Roth2016-09-16
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | * | | | | | Code review changes.Gravatar Mark D. Roth2016-09-16
* | | | | | | | | Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-clos...Gravatar Craig Tiller2016-09-16
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #8112 from dgquintas/lb_proto_syncGravatar David G. Quintas2016-09-16
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * Fix bugs from merge.Gravatar Mark D. Roth2016-09-16
| | | | | | | | | | * clang-formatGravatar Mark D. Roth2016-09-16
| | | | | | | | | | * Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-16
| | | | | | | | | | |\ | | | | | | |_|_|_|_|/ | | | | | |/| | | | |
| | | | | * | | | | | Bug fixes and cleanups.Gravatar Mark D. Roth2016-09-16
| | | | | * | | | | | clang-formatGravatar Mark D. Roth2016-09-16
| | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changesGravatar Mark D. Roth2016-09-16
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changesGravatar Mark D. Roth2016-09-16
| | | | | |\ \ \ \ \ \
| | | | * | | | | | | | simplify delayed streaming write logicGravatar Jan Tattermusch2016-09-16
| | | | * | | | | | | | dont allow new writes if theres a write with delayed completionGravatar Jan Tattermusch2016-09-16
| | | | | | | * | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | | | | | | |\ \ \ \ \ | | | | | | | |/ / / / / | | | | | | |/| | | | |
* | | | | | / | | | | | More gRPC LB bugfixes.Gravatar David Garcia Quintas2016-09-15
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Round Robin user_data fixGravatar David Garcia Quintas2016-09-15
| | | * | | | | | | | Add a check for metadata from auth pluginGravatar yang-g2016-09-15
| * | | | | | | | | | Synchronized tag number with that of authoritative copyGravatar David Garcia Quintas2016-09-15
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #7746 from dgquintas/lb_add_mdGravatar David G. Quintas2016-09-15
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8065 from kpayson64/cygrpc_importsGravatar kpayson642016-09-15
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | | | | | | | | * Allow resolver to pass channel args to LB policy.Gravatar Mark D. Roth2016-09-15
| | * | | | | | | | | Don't assert on use of unsupported user_data for LB policiesGravatar David Garcia Quintas2016-09-15
* | | | | | | | | | | Merge pull request #8064 from kpayson64/cygrpc_remove_hardcodeGravatar kpayson642016-09-15
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | Code review changes.Gravatar Mark D. Roth2016-09-15
| | | * | | | | | | | | Fix commentGravatar David Garcia Quintas2016-09-15
| | | * | | | | | | | | PR commentsGravatar David Garcia Quintas2016-09-15
* | | | | | | | | | | | Merge pull request #8076 from jtattermusch/csharp_use_dotnetcli_nugetsGravatar Nicolas Noble2016-09-15
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | throw correct exception failed writesGravatar Jan Tattermusch2016-09-15
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| | | | * | | | | | | | More PR commentsGravatar David Garcia Quintas2016-09-14
* | | | | | | | | | | | Merge pull request #7980 from thinkerou/fix_time_posix_convGravatar Craig Tiller2016-09-14
|\ \ \ \ \ \ \ \ \ \ \ \