Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into node_electron_build | murgatroid99 | 2017-01-04 |
|\ | |||
| * | Merge pull request #9207 from ctiller/cleanup_closures | Craig Tiller | 2017-01-04 |
| |\ | | | | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces | ||
| * \ | Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidi | apolcyn | 2017-01-04 |
| |\ \ | | | | | | | | | attach trailing metadata to ruby bidi call op when it's received | ||
| * \ \ | Merge pull request #9191 from apolcyn/fix_ruby_default_handler | apolcyn | 2017-01-04 |
| |\ \ \ | | | | | | | | | | | change ruby default unimplemented ruby server handler to have two aguments | ||
| * \ \ \ | Merge pull request #9018 from apolcyn/fix_ruby_pool_flake | apolcyn | 2017-01-04 |
| |\ \ \ \ | | | | | | | | | | | | | remove test of exception on ruby thread pool overload | ||
| * | | | | | No need for copyright on generated files | Craig Tiller | 2017-01-03 |
| | | | | | | |||
| | | | | * | More UV fixes | Craig Tiller | 2017-01-03 |
| | | | | | | |||
| | | | | * | Fix closure usage in UV code | Craig Tiller | 2017-01-03 |
| | | | | | | |||
| | | | | * | clang-format code | Craig Tiller | 2017-01-03 |
| | | | | | | |||
| | | | | * | Fixup Windows source files for new closure APIs | Craig Tiller | 2017-01-03 |
| | | | | | | |||
| | | | | * | Fix some NULL usage | Craig Tiller | 2017-01-03 |
| | | | | | | |||
| * | | | | | Merge pull request #8764 from thinkerou/fix_php_code_style | Stanley Cheung | 2016-12-29 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | PHP: fix code style | ||
| | | | | | * | Fix udp server | Craig Tiller | 2016-12-29 |
| | | | | | | | |||
| * | | | | | | Merge pull request #9212 from nathanielmanistaatgoogle/intraop | Nathaniel Manista | 2016-12-29 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Rename interop-as-a-unit-test "intraop". | ||
| | | | | | | * | Update cronet | Craig Tiller | 2016-12-29 |
| | | | | | | | | |||
| | | | | | | * | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #9203 from ↵ | Masood Malekghassemi | 2016-12-29 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/"in-the-long-run-we're-all-dead"-is-such-a-copout Set Python documentation copyright | ||
| | | * | | | | | | Rename interop-as-a-unit-test "intraop" | Nathaniel Manista | 2016-12-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been confusing that these tests have been called "interop" but are not actually tests of interoperation. | ||
| * | | | | | | | | Merge pull request #9206 from ↵ | Masood Malekghassemi | 2016-12-29 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/is-the-world-is-moving-too-fast-or-am-I-moving-too-slow Add `auto-gen`d comment to `_pb2_grpc.py` files | ||
| | | | | | | | * | Some fixes | Craig Tiller | 2016-12-29 |
| | | | | | | | | | |||
| * | | | | | | | | Remove for loop initial declarations | Yuchen Zeng | 2016-12-29 |
| | | | | | | | | | |||
| | * | | | | | | | Add `auto-gen`d comment to `_pb2_grpc.py` files | Masood Malekghassemi | 2016-12-28 |
| |/ / / / / / / | |||
| | | | | | | * | Fix some uninitialized variables | Craig Tiller | 2016-12-28 |
| | | | | | | | | |||
| | | | | | | * | Changes to exec_ctx/closure/combiner/workqueue interfaces | Craig Tiller | 2016-12-28 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks | ||
| * | | | | | | Merge pull request #9187 from yang-g/validate_reserved_metadata | Yang Gao | 2016-12-27 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Check and fail if user provides a metadata key starting with : | ||
| * \ \ \ \ \ \ | Merge pull request #8788 from jboeuf/fix_jwt_verifier | jboeuf | 2016-12-27 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix jwt verifier | ||
| | | | * | | | | | Set Python documentation copyright | Masood Malekghassemi | 2016-12-27 |
| | |_|/ / / / / | |/| | | | | | | |||
| * | | | | | | | Ruby: show error class and message instead of unknown | Yuan He | 2016-12-22 |
| | | | | | | | | |||
| | * | | | | | | Fixing JWT verifier. | Julien Boeuf | 2016-12-21 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr. | ||
| | | | | * / | change ruby default unimplemented ruby server handler to have two arguments | Alexander Polcyn | 2016-12-21 |
| | |_|_|/ / | |/| | | | | |||
| | * | | | | Check and fail if user provides a metadata key starting with : | yang-g | 2016-12-21 |
| |/ / / / | |||
| | | | * | attach trailing metadata to ruby bidi call op when it's received | Alexander Polcyn | 2016-12-20 |
| | | | | | |||
| * | | | | Merge pull request #9164 from y-zeng/secure_endpoint_fd | Yuchen Zeng | 2016-12-19 |
| |\ \ \ \ | | | | | | | | | | | | | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd | ||
| * \ \ \ \ | Merge pull request #9145 from nathanielmanistaatgoogle/v1.0.x-upmerge | Nicolas Noble | 2016-12-19 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | v1.0.x manual upmerge | ||
| | | * | | | | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd | Yuchen Zeng | 2016-12-19 |
| | |/ / / / | |/| | | | | |||
| * | | | | | Add python client to test negative http2 conditions | ncteisen | 2016-12-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Documentation for the new tests can be found https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md | ||
| * | | | | | Merge pull request #9144 from dgquintas/grpclb_server_uri | David G. Quintas | 2016-12-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | grpclb: skip slash in server uri path if present | ||
| | | * \ \ \ | v1.0.x → master upmerge | Nathaniel Manista | 2016-12-16 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh | ||
| | * | | | | | | grpclb: skip slash in server uri path if present | David Garcia Quintas | 2016-12-16 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #9100 from bblancha/protobuf_compiler_tweak | Masood Malekghassemi | 2016-12-16 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | don't print multiple imports to protobuf modules | ||
| * | | | | | | | Merge pull request #8789 from y-zeng/resolver_pollset | Yuchen Zeng | 2016-12-16 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | Add grpc_pollset_set to grpc_resolve_address | ||
| | | * | | | | | don't print multiple imports to protobuf modules | Bryan Blanchard | 2016-12-15 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #9101 from murgatroid99/node_event_changes | Michael Lumish | 2016-12-15 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make event order consistent, and make 'end' and 'error' mutually exclusive | ||
| * \ \ \ \ \ \ \ | Merge pull request #9034 from igorpeshansky/patch-1 | Michael Lumish | 2016-12-15 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | Use snake_case names for default rpc method implementations | ||
| | | | * | | | | | Add grpc_pollset_set as an arg in grpc_resolver_create | Yuchen Zeng | 2016-12-15 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #9120 from ↵ | Masood Malekghassemi | 2016-12-15 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | soltanmm-google/if-you-run-away-from-things-it-just-means-you're-going-to-see-them-again-when-you-wrap-around-the-universe Fix Python setup-time diagnostics | ||
| | | | | | | * \ \ | Merge pull request #8995 from ncteisen/python_call_batch | Noah Eisen | 2016-12-15 |
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add check on return value from start_client_batch | ||
| | | | | * | | | | | | Fix resolve_address_windows | Yuchen Zeng | 2016-12-15 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | Add pollset_set in grpc_resolver | Yuchen Zeng | 2016-12-15 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | Request a pollset_set in grpc_resolve_address | Yuchen Zeng | 2016-12-15 |
| | | | | | | | | | | |