aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-04
|\
| * More UV fixesGravatar Craig Tiller2017-01-03
| |
* | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\|
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-03
|\ \
| | * Fix closure usage in UV codeGravatar Craig Tiller2017-01-03
| | |
| | * clang-format codeGravatar Craig Tiller2017-01-03
| | |
| | * Fixup Windows source files for new closure APIsGravatar Craig Tiller2017-01-03
| | |
| | * Fix some NULL usageGravatar Craig Tiller2017-01-03
| | |
| * | Merge pull request #8764 from thinkerou/fix_php_code_styleGravatar Stanley Cheung2016-12-29
| |\ \ | | | | | | | | PHP: fix code style
| | | * Fix udp serverGravatar Craig Tiller2016-12-29
| | | |
| * | | Merge pull request #9212 from nathanielmanistaatgoogle/intraopGravatar Nathaniel Manista2016-12-29
| |\ \ \ | | | | | | | | | | Rename interop-as-a-unit-test "intraop".
| | | | * Update cronetGravatar Craig Tiller2016-12-29
| | | | |
| | | | * Some fixesGravatar Craig Tiller2016-12-29
| | | | |
| * | | | Merge pull request #9203 from ↵Gravatar Masood Malekghassemi2016-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"Gravatar Nathaniel Manista2016-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 ↵Gravatar Masood Malekghassemi2016-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 fixesGravatar Craig Tiller2016-12-29
| | | | | |
| * | | | | Remove for loop initial declarationsGravatar Yuchen Zeng2016-12-29
| | | | | |
| | * | | | Add `auto-gen`d comment to `_pb2_grpc.py` filesGravatar Masood Malekghassemi2016-12-28
| |/ / / /
| | | | * Fix some uninitialized variablesGravatar Craig Tiller2016-12-28
| | | | |
| | | | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-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_metadataGravatar Yang Gao2016-12-27
| |\ \ \ | | | | | | | | | | Check and fail if user provides a metadata key starting with :
| * \ \ \ Merge pull request #8788 from jboeuf/fix_jwt_verifierGravatar jboeuf2016-12-27
| |\ \ \ \ | | | | | | | | | | | | Fix jwt verifier
| | | | * | Set Python documentation copyrightGravatar Masood Malekghassemi2016-12-27
| | |_|/ / | |/| | |
* | | | | Fix merge errorsGravatar Craig Tiller2016-12-27
| | | | |
* | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\| | | |
| * | | | Ruby: show error class and message instead of unknownGravatar Yuan He2016-12-22
| | | | |
| | * | | Fixing JWT verifier.Gravatar Julien Boeuf2016-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.
| | * / Check and fail if user provides a metadata key starting with :Gravatar yang-g2016-12-21
| |/ /
| * | Merge pull request #9164 from y-zeng/secure_endpoint_fdGravatar Yuchen Zeng2016-12-19
| |\ \ | | | | | | | | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd
| * \ \ Merge pull request #9145 from nathanielmanistaatgoogle/v1.0.x-upmergeGravatar Nicolas Noble2016-12-19
| |\ \ \ | | | | | | | | | | v1.0.x manual upmerge
| | | * | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fdGravatar Yuchen Zeng2016-12-19
| | |/ / | |/| |
| * | | Add python client to test negative http2 conditionsGravatar ncteisen2016-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_uriGravatar David G. Quintas2016-12-16
| |\ \ \ | | | | | | | | | | grpclb: skip slash in server uri path if present
| | | * \ v1.0.x → master upmergeGravatar Nathaniel Manista2016-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 presentGravatar David Garcia Quintas2016-12-16
| | | | | |
| * | | | | Merge pull request #9100 from bblancha/protobuf_compiler_tweakGravatar Masood Malekghassemi2016-12-16
| |\ \ \ \ \ | | |_|/ / / | |/| | | | don't print multiple imports to protobuf modules
| * | | | | Merge pull request #8789 from y-zeng/resolver_pollsetGravatar Yuchen Zeng2016-12-16
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Add grpc_pollset_set to grpc_resolve_address
| | | * | | don't print multiple imports to protobuf modulesGravatar Bryan Blanchard2016-12-15
| | | | | |
| * | | | | Merge pull request #9101 from murgatroid99/node_event_changesGravatar Michael Lumish2016-12-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Make event order consistent, and make 'end' and 'error' mutually exclusive
| * \ \ \ \ \ Merge pull request #9034 from igorpeshansky/patch-1Gravatar Michael Lumish2016-12-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use snake_case names for default rpc method implementations
| | | | * | | | Add grpc_pollset_set as an arg in grpc_resolver_createGravatar Yuchen Zeng2016-12-15
| | | | | | | |
| * | | | | | | Merge pull request #9120 from ↵Gravatar Masood Malekghassemi2016-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_batchGravatar Noah Eisen2016-12-15
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | Add check on return value from start_client_batch
| | | | | * | | | | Fix resolve_address_windowsGravatar Yuchen Zeng2016-12-15
| | | | | | | | | |
| | | | | * | | | | Add pollset_set in grpc_resolverGravatar Yuchen Zeng2016-12-15
| | | | | | | | | |
| | | | | * | | | | Request a pollset_set in grpc_resolve_addressGravatar Yuchen Zeng2016-12-15
| | | | | | | | | |
| | | | | | | | * | Add check on return value from start_client_batchGravatar ncteisen2016-12-15
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-15
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #8795 from markdroth/client_channel_init_cleanupGravatar Mark D. Roth2016-12-15
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Client channel init cleanup