Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into trim-the-locks | Craig Tiller | 2017-03-01 |
|\ | |||
| * | Merge pull request #9869 from markdroth/client_channel_method_params_cleanup | Mark D. Roth | 2017-03-01 |
| |\ | | | | | | | Clean up method parameters in client channel code. | ||
* | | | Diff minimization | Craig Tiller | 2017-02-28 |
| | | | |||
* | | | Better cleanup | Craig Tiller | 2017-02-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the caller specifies a timeout, set it at call initialization When we send initial metadata, take service config into account (iff service config specifies a shorter deadline) Saves a combiner on a critical path | ||
| * | | Merge pull request #9833 from dgquintas/parse_address_clusterfuzz | David G. Quintas | 2017-02-28 |
| |\ \ | | | | | | | | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz | ||
* | | | | Fix some bugs | Craig Tiller | 2017-02-28 |
| | | | | |||
* | | | | Trim deadline setting out of call creation path: reduces ClientChannelFilter ↵ | Craig Tiller | 2017-02-28 |
|/ / / | | | | | | | | | | init/destroy from 128ns to 46ns on my machine | ||
* | | | Merge pull request #9753 from ctiller/zalloc | Craig Tiller | 2017-02-27 |
|\ \ \ | | | | | | | | | Add zalloc, convert a bunch of files to use it | ||
* | | | | Address review comments | Yuchen Zeng | 2017-02-27 |
| | | | | |||
| | | * | clang-format | Mark D. Roth | 2017-02-27 |
| | | | | |||
* | | | | Add more closures | Yuchen Zeng | 2017-02-27 |
| | | | | |||
* | | | | Update with the new ping implementation | Yuchen Zeng | 2017-02-26 |
| | | | | |||
* | | | | Client-side keepalive ping | Yuchen Zeng | 2017-02-26 |
| | | | | | | | | | | | | | | | | Based on soltanmm-google's #9114 | ||
* | | | | Merge pull request #9849 from ctiller/bm_chttp2 | Craig Tiller | 2017-02-24 |
|\ \ \ \ | | | | | | | | | | | Add benchmarks for HTTP2 HPACK encoding | ||
| | * \ \ | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-24 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | | | * | Clean up method parameters in client channel code. | Mark D. Roth | 2017-02-24 |
| | | | | | |||
| | | * | | Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzz | David Garcia Quintas | 2017-02-23 |
| | | |\| | |||
| | | * | | poopulate ->len with size of struct | David Garcia Quintas | 2017-02-23 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-23 |
| | |\ \ \ | | | | |/ | | | |/| | |||
* | | | | | Fixes, review comments | Craig Tiller | 2017-02-23 |
| | | | | | |||
| | | | * | Simply return 0 on input path too long | David Garcia Quintas | 2017-02-23 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into c3+r+l | Craig Tiller | 2017-02-23 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #9662 from ctiller/c3+r | Craig Tiller | 2017-02-23 |
| |\ \ \ \ | | | | | | | | | | | | | Bring resolvers under the client channel combiner lock | ||
| * \ \ \ \ | Merge pull request #9737 from ctiller/bm_call_create | Craig Tiller | 2017-02-22 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Call creation/destruction benchmark | ||
| * \ \ \ \ \ | Merge pull request #9748 from dgquintas/transport_unavailable | David G. Quintas | 2017-02-22 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Transport closure results in UNAVAILABLE from client, not INTERNAL | ||
| | | | | * | | | Initial http2 benchmarks | Craig Tiller | 2017-02-22 |
| | | | |/ / / | | | |/| | | | |||
| | | | | | * | Set terminator explicitly | David Garcia Quintas | 2017-02-22 |
| | | | | | | | |||
| | | | | | * | Fixed Heap-buffer-overflow in parse_unix via clusterfuzz | David Garcia Quintas | 2017-02-22 |
| | |_|_|_|/ | |/| | | | | |||
| | | | * | | Merge github.com:grpc/grpc into c3+r | Craig Tiller | 2017-02-22 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| | | * | | | Merge github.com:grpc/grpc into bm_call_create | Craig Tiller | 2017-02-21 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Merge pull request #9746 from yang-g/handshake_mgr | Yang Gao | 2017-02-21 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Contain the links for the pending handshake managers inside handshake… | ||
| | | | | * | | Fix compile, bugs | Craig Tiller | 2017-02-21 |
| | | | | | | | |||
| | | | | * | | Make resolver combiner part of the base type, to be consistent with future ↵ | Craig Tiller | 2017-02-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to lb_policy | ||
| | | | | | * | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-17 |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into bm_call_create | Craig Tiller | 2017-02-17 |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into c3+r | Craig Tiller | 2017-02-16 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Merge pull request #9660 from ctiller/c3 | Craig Tiller | 2017-02-16 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Convert client_channel.c to use a combiner lock | ||
| | | | | | | * | Add zalloc, convert a bunch of files to use it | Craig Tiller | 2017-02-16 |
| | |_|_|_|_|/ | |/| | | | | | |||
| * | | | | | | Merge pull request #9648 from dgquintas/lr_sans_md | David G. Quintas | 2017-02-16 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use call context to propagare LR costs | ||
| | | | | * | | | Transport closure results in UNAVAILABLE from client, not INTERNAL | David Garcia Quintas | 2017-02-16 |
| | |_|_|/ / / | |/| | | | | | |||
| | | | * | | | Contain the links for the pending handshake managers inside handshake_manager | yang-g | 2017-02-16 |
| | |_|/ / / | |/| | | | | |||
| | | | * | | Merge github.com:grpc/grpc into bm_call_create | Craig Tiller | 2017-02-16 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #9720 from ctiller/fc | Craig Tiller | 2017-02-15 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Possible connection window flow control improvements | ||
| | | | | * | | Hoist constant setting out of loop - and shave some ns from call creation | Craig Tiller | 2017-02-15 |
| | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge github.com:grpc/grpc into bm_trickle | Craig Tiller | 2017-02-15 |
| |\ \ \ \ \ | |||
| | | * | | | | Add some tracing | Craig Tiller | 2017-02-15 |
| | | | | | | | |||
| | | * | | | | Possible connection window flow control improvements | Craig Tiller | 2017-02-15 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of incrementally doling out connection level flow control, use the fact that if a stream's initial_window_delta >= 0 then the application has made some commitment to read those bytes. That means that we should target connection level flow control to be: target_incoming_window = sum(stream_incoming_window_delta if stream_incoming_window_delta > 0) + max(0, k * bdp - sum(abs(stream_incoming_window_delta) if stream_incoming_window_delta < 0)) | ||
| | | | * | | Fix broken shutdown, and cascading exec_ctx usage bugs | Craig Tiller | 2017-02-14 |
| | | | | | | |||
| | * | | | | Add new dummy Cronet API | Muxi Yan | 2017-02-14 |
| | | | | | | |||
| | | | * | | Review nits | Craig Tiller | 2017-02-14 |
| | | | | | |