Commit message (Expand) | Author | Age | |
---|---|---|---|
* | clang-format | 2016-10-24 | |
* | Add block comment. | 2016-10-24 | |
* | Expand comment documenting grpc_method_config_table_convert(). | 2016-10-24 | |
* | Merge remote-tracking branch 'upstream/master' into service_config2 | 2016-10-24 | |
|\ | |||
| * | Merge pull request #8095 from markdroth/rename_client_config | 2016-10-21 | |
| |\ | |||
| * \ | Merge pull request #8450 from dgquintas/move_unref | 2016-10-21 | |
| |\ \ | |||
| * \ \ | Merge pull request #7651 from rjshade/add_error_log_for_h2_headers | 2016-10-21 | |
| |\ \ \ | |||
| | | * | | Moved unref of security connector outside of grpc_secure_channel_create | 2016-10-20 | |
| | |/ / | |/| | | |||
| * | | | Merge pull request #8381 from dgquintas/lb-cost-bin | 2016-10-20 | |
| |\ \ \ | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into rename_client_config | 2016-10-19 | |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Merge remote-tracking branch 'upstream/master' into service_config | 2016-10-19 | |
|\| | | | | |||
| * | | | | Merge pull request #8303 from markdroth/service_config | 2016-10-19 | |
| |\ \ \ \ | |||
* | | | | | | Convert method config to a struct for use in fast path in client_channel. | 2016-10-19 | |
* | | | | | | Convert method config to a struct for use in the fast path. | 2016-10-19 | |
| |/ / / / |/| | | | | |||
| * | | | | Merge pull request #8370 from lyuxuan/fix_handshake_malloc | 2016-10-19 | |
| |\ \ \ \ | |||
* | | | | | | clang-format | 2016-10-19 | |
| * | | | | | Merge pull request #8330 from kpayson64/poll_failure | 2016-10-18 | |
| |\ \ \ \ \ | |||
* | | | | | | | Merge remote-tracking branch 'upstream/master' into service_config | 2016-10-18 | |
|\| | | | | | | |||
| * | | | | | | Fix wakeup bug | 2016-10-18 | |
| * | | | | | | Merge github.com:grpc/grpc into direct-calls | 2016-10-17 | |
| |\ \ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge pull request #7664 from kpayson64/cv_wakeup_fd | 2016-10-17 | |
| | |\ \ \ \ \ \ | |||
| * | | | | | | | | Better debug strings | 2016-10-17 | |
| | | | | | * | | | fixed missing variable rename | 2016-10-17 | |
| | | | | | * | | | s/lb-cost/lb-cost-bin | 2016-10-15 | |
| | * | | | | | | | clang-format | 2016-10-15 | |
| * | | | | | | | | Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-calls | 2016-10-14 | |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into direct-calls | 2016-10-14 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | |||
| | | * | | | | | | | clang-format | 2016-10-14 | |
| | |/ / / / / / / | |/| | | | | | | | |||
| | | * | | | | | | Factored out common code into pick_from_internal_rr. | 2016-10-14 | |
| * | | | | | | | | Fix some test failures | 2016-10-14 | |
| | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_races | 2016-10-14 | |
| | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||
| | | * | | | | | | Tiny refactoring | 2016-10-14 | |
| | * | | | | | | | Merge pull request #8348 from dgquintas/new_lb_md_keys | 2016-10-14 | |
| | |\ \ \ \ \ \ \ | |||
* | | \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into service_config | 2016-10-14 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||
| | | | * | | | | | | pr comments | 2016-10-14 | |
* | | | | | | | | | | Pass call start time into the call stack via grpc_call_element_args. | 2016-10-14 | |
* | | | | | | | | | | Rename grpc_hash_table to grpc_mdstr_hash_table. | 2016-10-14 | |
| * | | | | | | | | | Merge pull request #7962 from y-zeng/call_holder_add_pollent | 2016-10-14 | |
| |\ \ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | | Fix potential crash | 2016-10-14 | |
| | | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys | 2016-10-14 | |
| | | | |\ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | |||
| | | | | * | | | | | | gRPCLB and RR race fixes | 2016-10-13 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||
| | | * | | | | | | | Revert spam | 2016-10-13 | |
| | | * | | | | | | | Fix bad stream terminators | 2016-10-13 | |
| | | | | * | | | | | Use atomics for poll status to prevent tsan race complaints | 2016-10-13 | |
| | | | | | | * | | | change from malloc to gpr_malloc | 2016-10-13 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| | | | | * | | | | Moved cv polling into ev_poll_posix.c | 2016-10-13 | |
| | | * | | | | | | Fix 32-bit linux build | 2016-10-13 | |
| | | * | | | | | | Expand documentation | 2016-10-13 | |
* | | | | | | | | | clang-format | 2016-10-12 | |
* | | | | | | | | | Unref the call stack in read_service_config even on error. | 2016-10-12 |