aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* remove LimitCores in c++ benchmarkGravatar Alexander Polcyn2017-01-11
|
* ignore core counts and core lists in qps json driverGravatar Alexander Polcyn2017-01-11
|
* Merge pull request #9207 from ctiller/cleanup_closuresGravatar Craig Tiller2017-01-04
|\ | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces
* \ Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidiGravatar apolcyn2017-01-04
|\ \ | | | | | | attach trailing metadata to ruby bidi call op when it's received
* \ \ Merge pull request #9191 from apolcyn/fix_ruby_default_handlerGravatar apolcyn2017-01-04
|\ \ \ | | | | | | | | change ruby default unimplemented ruby server handler to have two aguments
* \ \ \ Merge pull request #9018 from apolcyn/fix_ruby_pool_flakeGravatar apolcyn2017-01-04
|\ \ \ \ | | | | | | | | | | remove test of exception on ruby thread pool overload
* \ \ \ \ Merge pull request #9159 from grpc/revert-9078-revert-8893-reduce_cqGravatar makdharma2017-01-04
|\ \ \ \ \ | | | | | | | | | | | | Revert "Revert "Reduce memory bloat (each server cq is very expensive)""
* \ \ \ \ \ Merge pull request #9228 from ctiller/strip_copyrightGravatar Craig Tiller2017-01-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | No need for copyright on generated files
| * | | | | | Dont add copyrightGravatar Craig Tiller2017-01-03
| | | | | | |
| * | | | | | No need for copyright on generated filesGravatar Craig Tiller2017-01-03
|/ / / / / /
| | | | | * More UV fixesGravatar 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 #9132 from nathanielmanistaatgoogle/python-examplesGravatar Nathaniel Manista2016-12-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update Python examples with fresh generated code.
* \ \ \ \ \ \ \ 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
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9208 from y-zeng/for-loopGravatar Yuchen Zeng2016-12-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove for loop initial declarations
| | | | * | | | | | | Exempt generated Python from copyright checkGravatar Nathaniel Manista2016-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of these files contain the magic string "DO NOT EDIT" but we do not wish for our tests to depend upon that.
| * | | | | | | | | | 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
| | | * | | | | | | Provide doc dir even if user interrupts docgenGravatar Masood Malekghassemi2016-12-27
| | | | | | | | | |
| | | * | | | | | | Set Python documentation copyrightGravatar Masood Malekghassemi2016-12-27
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #9178 from jtattermusch/docker_inception_is_evilGravatar Jan Tattermusch2016-12-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Cleanup and speedup sanity tests
* \ \ \ \ \ \ \ \ \ Merge pull request #9190 from matt-kwong/fix-python-artifactGravatar matt-kwong2016-12-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix Python artifact build
* \ \ \ \ \ \ \ \ \ \ Merge pull request #9193 from matt-kwong/interop-html-fixGravatar matt-kwong2016-12-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update interop html template location
| * | | | | | | | | | | Update interop html template locationGravatar Matt Kwong2016-12-22
|/ / / / / / / / / / /
| * | | | | | | | | | Fix Python artifact buildGravatar Matt Kwong2016-12-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8668 from lenage/masterGravatar apolcyn2016-12-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ruby: show error class and message instead of unknown
| | | * | | | | | | | | cleanup and speedup of sanity testsGravatar Jan Tattermusch2016-12-22
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9176 from jtattermusch/runtests_refactorGravatar Jan Tattermusch2016-12-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clean up tools/run_tests directory
| * | | | | | | | | | | cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #9184 from jtattermusch/qps_driver_cmdlineGravatar Jan Tattermusch2016-12-22
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Better qps_json_driver message when QPS_WORKERS env is missing
| | * | | | | | | | | take tmp out of .gitignore fileGravatar Yuan He2016-12-22
| | | | | | | | | | |
| | * | | | | | | | | 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.
| | | | | | | * | change ruby default unimplemented ruby server handler to have two argumentsGravatar Alexander Polcyn2016-12-21
| |_|_|_|_|_|/ / |/| | | | | | |
| | * | | | | | Check and fail if user provides a metadata key starting with :Gravatar yang-g2016-12-21
| | | | | | | |