Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #6924 from dgquintas/grpclb_v0 | kpayson64 | 2016-08-02 |
|\ | |||
* \ | Merge pull request #7575 from vjpai/make_stack_small_again | Vijay Pai | 2016-08-02 |
|\ \ | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
| | |\ | |_|/ |/| | | |||
| | * | moar clang-format | David Garcia Quintas | 2016-08-01 |
* | | | clang-format | David Garcia Quintas | 2016-08-01 |
* | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
|\ \ \ | |||
| | | * | fixed premature destruction of lb_client | David Garcia Quintas | 2016-08-01 |
| | | * | fw-declare struct properly | David Garcia Quintas | 2016-08-01 |
| | | * | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #7584 from nicolasnoble/manual-upmerge | Nicolas Noble | 2016-07-29 |
| |\ \ \ | |||
| | | | * | added some separating comments | David Garcia Quintas | 2016-07-29 |
| | | | * | Addressed the rest of the PR comments | David Garcia Quintas | 2016-07-29 |
| | * | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-07-29 |
| | |\ \ \ | |||
| | | | | * | Reordered lines in grpclb.c for readability | David Garcia Quintas | 2016-07-29 |
| * | | | | | php: missed a macro; | Stanley Cheung | 2016-07-29 |
| |/ / / / | |||
| * | | | | Merge pull request #7576 from apolcyn/fix_sanity_test_diff | kpayson64 | 2016-07-29 |
| |\ \ \ \ | |||
| | | * \ \ | Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga | kpayson64 | 2016-07-29 |
| | | |\ \ \ | |||
| | | | | * | | Some compilers don't like big stack frames. There is no need | Vijay Pai | 2016-07-29 |
| | |_|_|/ / | |/| | | | | |||
| | * | | | | compare test config as objects instead of strings | Alex Polcyn | 2016-07-28 |
| | | | | * | pr comments | David Garcia Quintas | 2016-07-28 |
| | | * | | | Merge pull request #7502 from dgquintas/cpp_compression_level | Nicolas Noble | 2016-07-28 |
| * | | | | | Merge pull request #7502 from dgquintas/cpp_compression_level | Nicolas Noble | 2016-07-28 |
| |\ \ \ \ \ | |||
* | | | | | | | clang-format | David Garcia Quintas | 2016-07-28 |
| | | | | * | | update to use new nuget client in tests | Alexander Polcyn | 2016-07-28 |
| | | | |/ / | |||
| | | | * | | Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_arg | murgatroid99 | 2016-07-28 |
| | | | |\ \ | |||
| | | | | * | | php: cleanup for GA | Stanley Cheung | 2016-07-28 |
| * | | | | | | php: cleanup for GA | Stanley Cheung | 2016-07-28 |
| | | | | * | | Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third | Stanley Cheung | 2016-07-28 |
| | | | | |\ \ | |||
| * | | | | \ \ | Merge pull request #7552 from thinkerou/wrap_php7_third | Stanley Cheung | 2016-07-28 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| | | | | | * | | add macro PHP_GRPC_INIT_HANDLER | thinkerou | 2016-07-28 |
| | * | | | | | | add macro PHP_GRPC_INIT_HANDLER | thinkerou | 2016-07-28 |
| | | | | | * | | delete commented-code for missing | thinkerou | 2016-07-28 |
| | * | | | | | | delete commented-code for missing | thinkerou | 2016-07-28 |
| | | | | | * | | add PHP_GRPC_FREE_CLASS_OBJECT macro | thinkerou | 2016-07-28 |
| | * | | | | | | add PHP_GRPC_FREE_CLASS_OBJECT macro | thinkerou | 2016-07-28 |
| | | | | | * | | fix unused var | thinkerou | 2016-07-28 |
| | * | | | | | | fix unused var | thinkerou | 2016-07-28 |
| | | | | * | | | Merge pull request #7534 from murgatroid99/ruby_tools_script_naming | kpayson64 | 2016-07-27 |
| | | | | |\ \ \ | |||
| | | | | | | * | | add some macro to reduce duplicate code | thinkerou | 2016-07-28 |
| | * | | | | | | | add some macro to reduce duplicate code | thinkerou | 2016-07-28 |
| | | | * | | | | | Ruby Tools: automatically include plugin argument in protoc command | murgatroid99 | 2016-07-27 |
| | | | |/ / / / | |||
| | | | * | | | | Merge pull request #7537 from kpayson64/regen_ruby_protos | kpayson64 | 2016-07-27 |
| | | | |\ \ \ \ | |||
| | | | | | | * | | add php_grpc_zend_object macro and rename klass | thinkerou | 2016-07-27 |
| | * | | | | | | | add php_grpc_zend_object macro and rename klass | thinkerou | 2016-07-27 |
* | | | | | | | | | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | | | * | | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
| | * | | | | | | | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
| | | | | * | | | | Updated ruby protos to use new _pb filename | Ken Payson | 2016-07-26 |
| * | | | | | | | | update README | Stanley Cheung | 2016-07-26 |
| | | | * | | | | | update README | Stanley Cheung | 2016-07-26 |