Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-23 |
|\ | |||
| * | Merge pull request #9650 from ctiller/call_mutex | Craig Tiller | 2017-02-23 |
| |\ | | | | | | | Make batch allocation lock-free | ||
| * \ | Merge pull request #9662 from ctiller/c3+r | Craig Tiller | 2017-02-23 |
| |\ \ | | | | | | | | | Bring resolvers under the client channel combiner lock | ||
| * \ \ | Merge pull request #9750 from ctiller/deadline_mu | Craig Tiller | 2017-02-23 |
| |\ \ \ | | | | | | | | | | | Eliminate mutex in deadline_filter | ||
| * \ \ \ | Merge pull request #9794 from eduherminio/master | Craig Tiller | 2017-02-22 |
| |\ \ \ \ | | | | | | | | | | | | | Fix compile error - possible uninitialized variable | ||
| * \ \ \ \ | 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 | ||
| | | | | * | | | Fix refcounting bug | Craig Tiller | 2017-02-22 |
| | | | | | | | | |||
| | | | | * | | | Merge github.com:grpc/grpc into deadline_mu | Craig Tiller | 2017-02-22 |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| | | | | | * | | Fix race in call.c | Craig Tiller | 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… | ||
| | | | | * | | | | Correct formatting | Eduardo Caceres | 2017-02-21 |
| | | | | | | | | | |||
| | | | | | | * | | Fix compile, bugs | Craig Tiller | 2017-02-21 |
| | | | | | | | | | |||
| * | | | | | | | | Separate CAS/ADD RMWs | Craig Tiller | 2017-02-21 |
| | | | | | | | | | |||
| * | | | | | | | | Add counters for rmw atomic operations to microbenchmarks | Craig Tiller | 2017-02-21 |
| | | | | | | | | | |||
| | | | | * | | | | fix compile error | Eduardo Cáceres de la Calle | 2017-02-20 |
| | |_|_|/ / / / | |/| | | | | | | |||
| | | | | | * | | 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 c3+r | Craig Tiller | 2017-02-17 |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | |||
* | | | | | | | | clang-format | Craig Tiller | 2017-02-17 |
| | | | | | | | | |||
* | | | | | | | | Merge github.com:grpc/grpc into zalloc | Craig Tiller | 2017-02-17 |
|\| | | | | | | | |||
| | | | | * | | | Merge branch 'bm_call_create' into deadline_mu | Craig Tiller | 2017-02-17 |
| | | | | |\ \ \ | | | | | |/ / / | | | | |/| | | | |||
| | | | * | | | | Merge github.com:grpc/grpc into bm_call_create | Craig Tiller | 2017-02-17 |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #9754 from ctiller/call_cancel | Craig Tiller | 2017-02-17 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use special errors where appropriate in call cancellation: avoids many allocations in a semi-common case | ||
| | | | | | | * \ | 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 | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #9696 from yang-g/network_status_shard | Yang Gao | 2017-02-16 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Remove network_status_tracker code | ||
| | | | * | | | | | | | Use special errors where appropriate in call cancellation: avoids many ↵ | Craig Tiller | 2017-02-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allocations in a semi-common case | ||
* | | | | | | | | | | | Add zalloc, convert a bunch of files to use it | Craig Tiller | 2017-02-16 |
|/ / / / / / / / / / | |||
| | | | | | | * | | | Better implementation, flip timer logic to make 0-init pre-triggered | Craig Tiller | 2017-02-16 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #9531 from dgquintas/compression_implicit_encoding | David G. Quintas | 2017-02-16 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | make grpc-encoding:identity implicit | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #9648 from dgquintas/lr_sans_md | David G. Quintas | 2017-02-16 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use call context to propagare LR costs | ||
| | | | | | | | | * | | | Fix conditional, optimize cancellation | Craig Tiller | 2017-02-16 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | Lock free deadline filter | Craig Tiller | 2017-02-16 |
| | | | | | | | |/ / / | |||
| | | | | | | * / / / | 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 |
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | * | | | | | | Remove code from network_status_tracker.c Pull the hash function to useful.h | yang-g | 2017-02-16 |
| | | | |/ / / / | | | |/| | | | | |||
* | | | | | | | | Merge pull request #9720 from ctiller/fc | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Possible connection window flow control improvements | ||
* \ \ \ \ \ \ \ \ | Merge pull request #9697 from ctiller/bm_trickle | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a test that measures flow control stalls in a deterministic way | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #9643 from ctiller/authority_allocation | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Signal that authority can be compressed in hpack: saves 1 allocation/rpc | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #9666 from ctiller/no_reuse | Craig Tiller | 2017-02-15 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate CQ freelist | ||
| | | | | | | | | * | | | 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_call_create | Craig Tiller | 2017-02-15 |
| | | | |_|_|_|_|/| | | | | | |/| | | | |/ / / | |_|_|_|_|_|_|/| | | |/| | | | | | | | | | | |||
| | | | | * | | | | | | comments | David Garcia Quintas | 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)) | ||
* | | | | | | | | | | | Merge github.com:grpc/grpc into authority | Craig Tiller | 2017-02-14 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | |