Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-02 |
|\ | |||
| * | 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 |
|\| | | | | | |||
| | | | * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
* | | | | | | Trying to debug proxy tests. Not working yet. | Mark D. Roth | 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 |
| | | | | | | | |||
| | | | * | | | 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 |
| | |\ \ \ \ | |||
| * | \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||
| | | | * | | | Don't assert if we're not able to set affinity for some reason | Vijay Pai | 2016-07-30 |
| | | |/ / / | | |/| | | | |||
| * | | | | | 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 | ||
* | | | | | | | Clean up test. Still debugging things. | Mark D. Roth | 2016-07-29 |
| | | | | | | | |||
* | | | | | | | Fix use-after-free and memory leak problems. | Mark D. Roth | 2016-07-29 |
| | | | | | | | |||
* | | | | | | | Work on debugging the HTTP proxy implementation. | Mark D. Roth | 2016-07-29 |
| | | | | | | | |||
| | | * | | | | Merge pull request #7380 from nicolasnoble/no-c++11-threads | Vijay Pai | 2016-07-27 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread. | ||
| | * | \ \ \ \ | Merge pull request #7459 from nicolasnoble/udp_test_bitrot | Vijay Pai | 2016-07-27 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixing udp test bitrotting. | ||
| | | | | | | * | | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | | | | | | | | |||
* | | | | | | | | | Made significant progress on the test, but not working yet. | Mark D. Roth | 2016-07-27 |
| | | | | | | | | | |||
| | | | | | * | | | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | | | | | | |||
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-07-26 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| | | | | | | | * | Fix memory overwrite in proto decding; fix test for windows | Alistair Veitch | 2016-07-26 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master | Nicolas Noble | 2016-07-25 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | V1.0.x merge into master | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #7020 from rjshade/assert_not_expect | kpayson64 | 2016-07-25 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | ASSERT vector size before directly accessing first element | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #7451 from y-zeng/seperate_generated_files | kpayson64 | 2016-07-25 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf | ||
* | | | | | | | | | | | | Merge branch 'handshake_api' into http_connect | Mark D. Roth | 2016-07-25 |
|\| | | | | | | | | | | | |||
* | | | | | | | | | | | | Basic proof-of-concept test. Needs more work to run stand-alone. | Mark D. Roth | 2016-07-25 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Use URI query string instead of channel arg to indicate use of proxy. | Mark D. Roth | 2016-07-25 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
| | |_|/| | | | | | | | | |/| | | | |/ / / / / | | | | | |/| | | | | | | | | |/| | | | | | | |||
| * | | | | | | | | | | Merge pull request #7488 from ghemawat/slice_user_data | kpayson64 | 2016-07-21 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add gpr_slice_new_with_user_data. | ||
| | | | | | | | | | | * | merge to upstream/master | Alistair Veitch | 2016-07-21 |
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | Merge pull request #7269 from y-zeng/cli_call | kpayson64 | 2016-07-21 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support server reflection in CLI | ||
| | | | | * | | | | | | | Merge pull request #7400 from yang-g/ga_branch2 | Nicolas Noble | 2016-07-21 |
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherrypick #7319 into v1.0.x | ||
| | | | | | | | | | | * | | clang-format | Mark D. Roth | 2016-07-21 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed. | ||
| * | | | | | | | | | | | Addressed review comments | Yuchen Zeng | 2016-07-20 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | Add comments for GRPC_NO_GENERATED_CODE | Yuchen Zeng | 2016-07-19 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | Revert unnecessary deletions | Yuchen Zeng | 2016-07-19 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | Merge pull request #7407 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Benchmark fixes | ||
| | | | * | | | | | | | | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll() | ||
| | | | | | | | | | * | | Add test filter right before connected channel filter. | Mark D. Roth | 2016-07-19 |
| | | | | | | | | | | | | |||
| | | | | | | * | | | | | Fixing udp test bitrotting. | Nicolas "Pixel" Noble | 2016-07-19 |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||
| | | | | | | | | * | | s/MAX_INT/INT_MAX/ | Mark D. Roth | 2016-07-18 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Separate generated file and protobuf dependency | Yuchen Zeng | 2016-07-18 |
| |/ / / / / / / / / |/| | | | | | | | | |