aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* add copyrights for AssemblyInfo.cs filesGravatar Jan Tattermusch2016-09-21
* Merge pull request #8099 from dgquintas/census_md_rename_sep_16Gravatar David G. Quintas2016-09-21
|\
* \ Merge pull request #8149 from murgatroid99/node_array_delete_fixGravatar Nicolas Noble2016-09-21
|\ \
* \ \ 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
| | | * | Fix mismatched new[] and delete in Node extension codeGravatar murgatroid992016-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
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | | * Renamed grpc-census-bin to grpc-stats-binGravatar David Garcia Quintas2016-09-14
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | * | | | | | | | More PR commentsGravatar David Garcia Quintas2016-09-14