aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | | Merge pull request #8191 from markdroth/subchannel_factory_cleanupGravatar Mark D. Roth2016-09-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused files.
| | | * | | | | | | | | | | | | Added comments wrt lb/subchannel args ownership.Gravatar David Garcia Quintas2016-09-28
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #8192 from dgquintas/resolver_prefixGravatar David G. Quintas2016-09-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrote handling of default resolver prefix
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8183 from dgquintas/grpclb_deadlineGravatar David G. Quintas2016-09-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | Changed deadline of internal LB channel.
| | | | | | | | | | | | | | | | * Use the server's name as the service name for gRPC LBGravatar David Garcia Quintas2016-09-27
| | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | * Populate server_name for sockaddr resolverGravatar David Garcia Quintas2016-09-27
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | | | | | | | | | * | | | | Regenerate tests.json since it was out of syncGravatar Sree Kuchibhotla2016-09-27
| | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | Use SIGMINRT + 6 as the default signal for gRPC epoll engineGravatar Sree Kuchibhotla2016-09-27
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #8218 from ctiller/reduce_loadGravatar Nicolas Noble2016-09-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce load on Jenkins from running benchmarks as tests
| | | | | | | | * | | | | | | Add doc of pending API cleanups for C++.Gravatar Mark D. Roth2016-09-27
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast.Gravatar Mark D. Roth2016-09-27
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Dont run benchmarks outside of linux for nowGravatar Craig Tiller2016-09-27
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Reduce # of benchmarks run as Jenkins unit testsGravatar Craig Tiller2016-09-27
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Use per-method max message size limits.Gravatar Mark D. Roth2016-09-27
| | | | | | | | | | | | |
* | | | | | | | | | | | | Refactor hash table code into its own module and use it for method_config as ↵Gravatar Mark D. Roth2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | well as method_config_table.
| * | | | | | | | | | | | Merge pull request #7930 from yang-g/header2Gravatar Nicolas Noble2016-09-26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a header to override grpc::string when needed
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7928 from yang-g/void_castGravatar Nicolas Noble2016-09-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent some compilers compaining unused return value
* | | | | | | | | | | | | | | Pass path into init_call_elem() for use in looking up method config.Gravatar Mark D. Roth2016-09-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'deadline_filter' into service_configGravatar Mark D. Roth2016-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Encode method config table in channel args instead of in resolver result.Gravatar Mark D. Roth2016-09-26
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | PR commentsGravatar David Garcia Quintas2016-09-26
| | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | Prevent nanopb fuzzers from spamming logsGravatar David Garcia Quintas2016-09-26
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| | | | | | * | | | | | | | Rewrote handling of default resolver prefixGravatar David Garcia Quintas2016-09-23
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Add new files missed in last commit.Gravatar Mark D. Roth2016-09-23
| | | | | | | | | | | | |
* | | | | | | | | | | | | Move method config table code to its own module.Gravatar Mark D. Roth2016-09-23
| | | | | | | | | | | | |
| | | | | | * | | | | | | Remove unused files.Gravatar Mark D. Roth2016-09-23
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Look for wildcard entry in service config.Gravatar Mark D. Roth2016-09-23
| | | | | | | | | | | |
* | | | | | | | | | | | Fix bug from merge.Gravatar Mark D. Roth2016-09-23
| | | | | | | | | | | |
| | | | | | | * | | | | Fix typoGravatar Yuchen Zeng2016-09-23
| | | | | | | | | | | |
| | | | | | | | | | * | Merge pull request #8033 from thunderboltsid/add_deprecation_docstringsGravatar Nathaniel Manista2016-09-23
| | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added deprecation-describing doc strings to generated beta elements.
* | | | | | | | | | | \ \ Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-09-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-23
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #7611 from markdroth/http_connectGravatar Mark D. Roth2016-09-23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP CONNECT handshaker
| | | | | | | * | | | | | | clang-formatGravatar Mark D. Roth2016-09-23
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Check protoc and grpc_cpp_pluginGravatar Yuchen Zeng2016-09-22
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Removing sanity check.Gravatar Nicolas "Pixel" Noble2016-09-23
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Putting nanopb files into third_party without being a submodule.Gravatar Nicolas "Pixel" Noble2016-09-23
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Removing nanopb submodule.Gravatar Nicolas "Pixel" Noble2016-09-23
| | | | | | | | | | | | |/ | | | | | | | | | | | |/|
| | | | | | | | * | | | | Add comments about how to re-generate reflection proto filesGravatar Yuchen Zeng2016-09-22
| | | | | | | | | | | | |
| | | | | | * | | | | | | Changed deadline of internal LB channel.Gravatar David Garcia Quintas2016-09-22
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to be 3 seconds for no good reason. The correct value would come from the parent channel. Until that's easy to accomplish, it's been changed to "infinite".
| | | | | | | | | | * | Merge pull request #8170 from nicolasnoble/upgrading-protobuf-to-3.0.2Gravatar Nicolas Noble2016-09-22
| | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading protobuf to 3.0.2
| * | | | | | | | | | \ \ Merge pull request #8178 from adelez/known_failuresGravatar Nicolas Noble2016-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | More known errors. Mostly on macos.
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8180 from f33rx/patch-1Gravatar Nicolas Noble2016-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update .gitmodules
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8171 from perumaalgoog/perugrpc2Gravatar Nicolas Noble2016-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Android + CPP build
| | | * | | | | | | | | | | | | Update .gitmodulesGravatar Dalton2016-09-22
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tag "3.0.0-GA" does not exist anymore. https://github.com/grpc/grpc/issues/7997
| * | | | | | | | | | | | | | Merge pull request #8176 from dgquintas/grpclb-update-servicenameGravatar David G. Quintas2016-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated LB service name in grpclb
| | | * | | | | | | | | | | | | Fix Android CPP Build issuesGravatar Perumaal S2016-09-22
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | More known errors. Mostly on macos.Gravatar Adele Zhou2016-09-22
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | changed service name for grpclbGravatar David Garcia Quintas2016-09-22
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #8173 from yang-g/init_variableGravatar Craig Tiller2016-09-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | Properly init variable