Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-02 |
|\ | |||
| * | Merge pull request #7520 from thunderboltsid/update-gitignore | Nicolas Noble | 2016-08-02 |
| |\ | | | | | | | Update .gitignore to include .idea folder | ||
| * \ | Merge pull request #7522 from makdharma/enable_secure_endpoint_trace | Nicolas Noble | 2016-08-02 |
| |\ \ | | | | | | | | | removed hardcoded disable on logging | ||
| * \ \ | Merge pull request #7600 from dgquintas/fix_includes | Nicolas Noble | 2016-08-02 |
| |\ \ \ | | | | | | | | | | | fixed include guard script and faulty .h | ||
| * \ \ \ | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
| |\ \ \ \ | | | | | | | | | | | | | Add Census resource API and implementation. | ||
| * \ \ \ \ | Merge pull request #7024 from markdroth/filter_call_init_failure | kpayson64 | 2016-08-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Extend filter API to allow call initialization to return an error. | ||
| * \ \ \ \ \ | Merge pull request #7601 from dgquintas/census_stuff | kpayson64 | 2016-08-02 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Changed census static metadata keys for tracing and tag propagation | ||
| | | * | | | | | Fix destroy_call_elem API in test. | Mark D. Roth | 2016-08-02 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #7590 from vjpai/affinity_optional | Vijay Pai | 2016-08-02 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don't assert if we're not able to set CPU affinity | ||
* | \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-02 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | Ran generate_projects.sh. | Mark D. Roth | 2016-08-02 |
| | | | | | | | | | | |||
| | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| | * | | | | | | | | Merge pull request #7603 from vitalybuka/stack-use-after-scope | kpayson64 | 2016-08-02 |
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stack-use-after-scope in call.c | ||
* | | | | | | | | | | Trying to debug proxy tests. Not working yet. | Mark D. Roth | 2016-08-02 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #6924 from dgquintas/grpclb_v0 | kpayson64 | 2016-08-02 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | gRPC LB policy | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #7575 from vjpai/make_stack_small_again | Vijay Pai | 2016-08-02 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Shrink a stack-allocated array to avoid giant frame | ||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
| | | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | |||
| | | | * | | | | | | | | Fix stack use after scope in call.c | Vitaly Buka | 2016-08-01 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddressSanitizer detects stack-use-after-scope bug. This means that variable was used at a point when compiler assume that it's dead. Here compression_md lifetime is limited by switch scope. However implementation of execute_op blow access it outside the scope. | ||
| * | | | | | | | | | | Merge pull request #7602 from kpayson64/downgrade_setuptools.py | kpayson64 | 2016-08-01 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Downgrade docker setuptools | ||
| | * | | | | | | | | | | Downgrade docker setuptools | Ken Payson | 2016-08-01 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | moar clang-format | David Garcia Quintas | 2016-08-01 |
| | | | | | | | | | | | | |||
| | | | | | * | | | | | | Changed census static metadata keys for tracing and tag propagation | David Garcia Quintas | 2016-08-01 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||
| | | | * | | | | | | | regenerated projects | David Garcia Quintas | 2016-08-01 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #7391 from dgquintas/lr_july_16 | Nicolas Noble | 2016-08-01 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Load Reporting Filter | ||
| | | | | | | | | * | | | fixed include guard script and faulty .h | 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 |
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Fix memory leaks. | Mark D. Roth | 2016-08-01 |
| | | | | | | | | | | | |||
| | | | | | * | | | | | Don't assert if we're not able to set affinity for some reason | Vijay Pai | 2016-07-30 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #7553 from podsvirov/topic-cmake-template | Nicolas Noble | 2016-07-29 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | CMake Project Improvements | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #7584 from nicolasnoble/manual-upmerge | Nicolas Noble | 2016-07-29 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Manual upmerge from v1.0.x | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #7582 from stanley-cheung/php-fix-zts-error | Stanley Cheung | 2016-07-29 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: missed a macro | ||
| | | | | | | | * | | | | | 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 |
| | |/| | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile | ||
| | | | | | | | * | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | compare test config as objects instead of strings | ||
| | | * \ \ \ \ \ \ \ \ \ | Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga | kpayson64 | 2016-07-29 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to use new nuget client in tests | ||
* | | | | | | | | | | | | | | Clean up test. Still debugging things. | Mark D. Roth | 2016-07-29 |
| | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | Merge pull request #7569 from dgquintas/backport_cpp_compression_level | Nicolas Noble | 2016-07-29 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backport #7502 from dgquintas/cpp_compression_level | ||
* | | | | | | | | | | | | | | | Fix use-after-free and memory leak problems. | Mark D. Roth | 2016-07-29 |
| | | | | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | | Some compilers don't like big stack frames. There is no need | Vijay Pai | 2016-07-29 |
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this to be a power of 2, so let's just shrink it a little. | ||
* | | | | | | | | | | | | | | Work on debugging the HTTP proxy implementation. | Mark D. Roth | 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 |
| | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ Compression Level set properly |