Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | Pass channel args through resolver. | Mark D. Roth | 2016-10-21 | |
| | * | | | | Moved unref of security connector outside of grpc_secure_channel_create | David Garcia Quintas | 2016-10-20 | |
| | * | | | | Merge pull request #8381 from dgquintas/lb-cost-bin | David G. Quintas | 2016-10-20 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | ||||
| | | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-19 | |
| | | | | |\ | | | |_|_|/ | | |/| | | | ||||
| | | | * | | Merge remote-tracking branch 'upstream/master' into rename_client_config | Mark D. Roth | 2016-10-19 | |
| | | | |\ \ | | | |_|/ / | | |/| | | | ||||
* | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-19 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | Convert method config to a struct for use in fast path in client_channel. | Mark D. Roth | 2016-10-19 | |
| | | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-19 | |
| | | | | |\ | ||||
| | * | | | | | Convert method config to a struct for use in the fast path. | Mark D. Roth | 2016-10-19 | |
| |/ / / / / | ||||
* | | | | | | clang-format | Craig Tiller | 2016-10-18 | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-18 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||
* | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-18 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Fix wakeup bug | Craig Tiller | 2016-10-18 | |
* | | | | | | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 | |
* | | | | | | Merge branch 'direct-calls' into buffer_pools_for_realsies | Craig Tiller | 2016-10-17 | |
|\| | | | | | ||||
| * | | | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-17 | |
| |\ \ \ \ \ | ||||
| | | | * | | | fixed missing variable rename | David Garcia Quintas | 2016-10-17 | |
| | | | * | | | s/lb-cost/lb-cost-bin | David Garcia Quintas | 2016-10-15 | |
| | * | | | | | clang-format | David Garcia Quintas | 2016-10-15 | |
| * | | | | | | Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-calls | Craig Tiller | 2016-10-14 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-14 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||
| | | * | | | | | clang-format | Craig Tiller | 2016-10-14 | |
| | |/ / / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'direct-calls' into buffer_pools_for_realsies | Craig Tiller | 2016-10-14 | |
|\| | | | | | | ||||
| | | * | | | | Factored out common code into pick_from_internal_rr. | David Garcia Quintas | 2016-10-14 | |
| * | | | | | | Fix some test failures | Craig Tiller | 2016-10-14 | |
| | | | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-14 | |
| | | | | | |\ | | | |_|_|_|/ | | |/| | | | | ||||
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_races | David Garcia Quintas | 2016-10-14 | |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | ||||
| | | * | | | | Tiny refactoring | David Garcia Quintas | 2016-10-14 | |
| | * | | | | | Merge pull request #8348 from dgquintas/new_lb_md_keys | David G. Quintas | 2016-10-14 | |
| | |\ \ \ \ \ | ||||
| | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-14 | |
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||
| | | | * | | | | pr comments | David Garcia Quintas | 2016-10-14 | |
| | | | | * | | | Pass call start time into the call stack via grpc_call_element_args. | Mark D. Roth | 2016-10-14 | |
| | | | | * | | | Rename grpc_hash_table to grpc_mdstr_hash_table. | Mark D. Roth | 2016-10-14 | |
| | * | | | | | | Merge pull request #7962 from y-zeng/call_holder_add_pollent | Yuchen Zeng | 2016-10-14 | |
| | |\ \ \ \ \ \ | ||||
| | | | * \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys | David Garcia Quintas | 2016-10-14 | |
| | | | |\ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||
| | | | | * | | | | gRPCLB and RR race fixes | David Garcia Quintas | 2016-10-13 | |
| | | |_|/ / / / | | |/| | | | | | ||||
| * | | | | | | | Revert spam | Craig Tiller | 2016-10-13 | |
| * | | | | | | | Fix bad stream terminators | Craig Tiller | 2016-10-13 | |
| * | | | | | | | Fix 32-bit linux build | Craig Tiller | 2016-10-13 | |
| | | | | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-12 | |
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | | | ||||
| | | | | * | | | clang-format | Mark D. Roth | 2016-10-12 | |
| | | | | * | | | Unref the call stack in read_service_config even on error. | Mark D. Roth | 2016-10-12 | |
* | | | | | | | | Merge branch 'direct-calls' into buffer_pools_for_realsies | Craig Tiller | 2016-10-12 | |
|\| | | | | | | | ||||
| | | | | * | | | Hold a ref to the call stack for the read_service_config callback. | Mark D. Roth | 2016-10-12 | |
| * | | | | | | | Fix race with fetching data and writing it in chttp2 | Craig Tiller | 2016-10-12 | |
| * | | | | | | | Merge github.com:grpc/grpc into direct-calls | Craig Tiller | 2016-10-12 | |
| |\| | | | | | | ||||
| | | | | * | | | Improve documentation in method_config.h. | Mark D. Roth | 2016-10-12 | |
| | * | | | | | | Merge pull request #8320 from jtattermusch/gprlog_format_fix | Jan Tattermusch | 2016-10-12 | |
| | |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ | Merge pull request #8073 from daniel-j-born/handshake_shutdown | Yang Gao | 2016-10-11 | |
| | |\ \ \ \ \ \ \ | ||||
| | | | | | * | | | | Removed outdated TODOs and improved docstrings | David Garcia Quintas | 2016-10-11 |