Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-09 |
|\ | |||
| * | clang-format | Vijay Pai | 2016-08-08 |
| | | |||
| * | Proxy for @ghemawat: Removed an unnecessary error allocation from chttp2 code. | Vijay Pai | 2016-08-09 |
| | | |||
| * | Merge pull request #6915 from markdroth/filter_api | kpayson64 | 2016-08-05 |
| |\ | | | | | | | Implement C++ API for defining channel filters. | ||
* | | | Fix tsan bug | Craig Tiller | 2016-08-04 |
| | | | |||
* | | | Fix tsan reported error in trace | Craig Tiller | 2016-08-04 |
| | | | |||
* | | | clang-format | Craig Tiller | 2016-08-04 |
| | | | |||
* | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-04 |
|\| | | |||
| * | | Merge pull request #5803 from nicolasnoble/what-the-fuzz | Nicolas Noble | 2016-08-03 |
| |\ \ | | | | | | | | | Fixing json parsing issues detected by libfuzz. | ||
| * \ \ | Merge pull request #7370 from rjshade/move_timeout_encoding | kpayson64 | 2016-08-02 |
| |\ \ \ | | | | | | | | | | | Move timeout_encoding to core/lib/transport | ||
| | | * \ | Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz | Nicolas "Pixel" Noble | 2016-08-02 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-08-02 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #7522 from makdharma/enable_secure_endpoint_trace | Nicolas Noble | 2016-08-02 |
| |\ \ \ \ | | | | | | | | | | | | | removed hardcoded disable on logging | ||
| * \ \ \ \ | 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 | ||
| | | | | | | | * | Merge branch 'filter_call_init_failure' into filter_api | 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 | ||
| * | | | | | | | | | 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. | ||
| | | * | | | | | | | | 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 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | 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 |
| | | | |\ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | |||
| | | | * | | | | | | | added some separating comments | David Garcia Quintas | 2016-07-29 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Addressed the rest of the PR comments | David Garcia Quintas | 2016-07-29 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Reordered lines in grpclb.c for readability | David Garcia Quintas | 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. | ||
| | | * | | | | | | | pr comments | David Garcia Quintas | 2016-07-28 |
| | | | | | | | | | | |||
| * | | | | | | | | | clang-format | David Garcia Quintas | 2016-07-28 |
| | | | | | | | | | | |||
| | | | | | | | | * | Code review changes. | Mark D. Roth | 2016-07-28 |
| | | | | | | | | | | |||
| | | | | | | | | * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-28 |
| | | | | | | | | |\ | | | | | |_|_|_|_|/ | | | | |/| | | | | | |||
| | | | * | | | | | | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | | | | | | | | | |||
| * | | | | | | | | | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | | | | | | | |||
| | | | | * | | | | | Full path names for header inclusion | Alistair Veitch | 2016-07-26 |
| | | | | | | | | | | |||
| | | | | * | | | | | Fix comment typo | Alistair Veitch | 2016-07-26 |
| | | | | | | | | | | |||
| | * | | | | | | | | Merge pull request #7517 from markdroth/handshake_api | kpayson64 | 2016-07-26 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve error handling in handshake API | ||
| | * \ \ \ \ \ \ \ \ | Merge pull request #7477 from yang-g/monotonic | kpayson64 | 2016-07-26 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Convert deadline clock type in security handshake timer | ||
| | | | | | | * | | | | | Fix memory overwrite in proto decding; fix test for windows | Alistair Veitch | 2016-07-26 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Merge branch 'master' into move_timeout_encoding | Robbie Shade | 2016-07-26 |
| | | | | | | | | |\ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |||
| | * | | | | | | | | | | Merge pull request #7511 from nicolasnoble/doc-typo | kpayson64 | 2016-07-25 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing documentation typo. | ||
| | | | | | | | | * | | | | removed hardcoded disable on logging | Makarand Dharmapurikar | 2016-07-25 |
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed "false &&" that was (mistakenly?) appended to the trace condition | ||
| | * | | | | | | | | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master | Nicolas Noble | 2016-07-25 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | V1.0.x merge into master | ||
| | | | | | * | | | | | | | clang-format | Mark D. Roth | 2016-07-25 |
| | | | | | | | | | | | | |