aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Retry throttling implementation.Gravatar Mark D. Roth2017-02-23
|
* Merge pull request #9662 from ctiller/c3+rGravatar Craig Tiller2017-02-23
|\ | | | | Bring resolvers under the client channel combiner lock
* \ Merge pull request #9750 from ctiller/deadline_muGravatar Craig Tiller2017-02-23
|\ \ | | | | | | Eliminate mutex in deadline_filter
* \ \ Merge pull request #9794 from eduherminio/masterGravatar Craig Tiller2017-02-22
|\ \ \ | | | | | | | | Fix compile error - possible uninitialized variable
* \ \ \ Merge pull request #9737 from ctiller/bm_call_createGravatar Craig Tiller2017-02-22
|\ \ \ \ | | | | | | | | | | Call creation/destruction benchmark
* \ \ \ \ Merge pull request #9748 from dgquintas/transport_unavailableGravatar David G. Quintas2017-02-22
|\ \ \ \ \ | | | | | | | | | | | | Transport closure results in UNAVAILABLE from client, not INTERNAL
| | | | * | Fix refcounting bugGravatar Craig Tiller2017-02-22
| | | | | |
| | | | * | Merge github.com:grpc/grpc into deadline_muGravatar Craig Tiller2017-02-22
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | | * Fix race in call.cGravatar Craig Tiller2017-02-22
| | | | | |
| | | | | * Merge github.com:grpc/grpc into c3+rGravatar Craig Tiller2017-02-22
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-21
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #9746 from yang-g/handshake_mgrGravatar Yang Gao2017-02-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Contain the links for the pending handshake managers inside handshake…
| | | | * | | Correct formattingGravatar Eduardo Caceres2017-02-21
| | | | | | |
| | | | | | * Fix compile, bugsGravatar Craig Tiller2017-02-21
| | | | | | |
* | | | | | | Separate CAS/ADD RMWsGravatar Craig Tiller2017-02-21
| | | | | | |
* | | | | | | Add counters for rmw atomic operations to microbenchmarksGravatar Craig Tiller2017-02-21
| | | | | | |
| | | | * | | fix compile errorGravatar Eduardo Cáceres de la Calle2017-02-20
| |_|_|/ / / |/| | | | |
| | | | | * Make resolver combiner part of the base type, to be consistent with future ↵Gravatar Craig Tiller2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | changes to lb_policy
| | | | | * Merge github.com:grpc/grpc into c3+rGravatar Craig Tiller2017-02-17
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | * | Merge branch 'bm_call_create' into deadline_muGravatar Craig Tiller2017-02-17
| | | | |\ \ | | | | |/ / | | | |/| |
| | | * | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-17
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #9754 from ctiller/call_cancelGravatar Craig Tiller2017-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+rGravatar Craig Tiller2017-02-16
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #9660 from ctiller/c3Gravatar Craig Tiller2017-02-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert client_channel.c to use a combiner lock
* \ \ \ \ \ \ \ Merge pull request #9696 from yang-g/network_status_shardGravatar Yang Gao2017-02-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove network_status_tracker code
| | | * | | | | | Use special errors where appropriate in call cancellation: avoids many ↵Gravatar Craig Tiller2017-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allocations in a semi-common case
| | | | | | | * | Better implementation, flip timer logic to make 0-init pre-triggeredGravatar Craig Tiller2017-02-16
| | | | | | | | |
* | | | | | | | | Merge pull request #9531 from dgquintas/compression_implicit_encodingGravatar David G. Quintas2017-02-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | make grpc-encoding:identity implicit
* \ \ \ \ \ \ \ \ \ Merge pull request #9648 from dgquintas/lr_sans_mdGravatar David G. Quintas2017-02-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use call context to propagare LR costs
| | | | | | | | | * | Fix conditional, optimize cancellationGravatar Craig Tiller2017-02-16
| | | | | | | | | | |
| | | | | | | | | * | Lock free deadline filterGravatar Craig Tiller2017-02-16
| | | | | | | | |/ /
| | | | | | | * / / Transport closure results in UNAVAILABLE from client, not INTERNALGravatar David Garcia Quintas2017-02-16
| |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | | * | | Contain the links for the pending handshake managers inside handshake_managerGravatar yang-g2017-02-16
| |_|_|_|_|/ / / |/| | | | | | |
| | | | | | * | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-16
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | * | | | | Remove code from network_status_tracker.c Pull the hash function to useful.hGravatar yang-g2017-02-16
| | | | |/ / / | | | |/| | |
* | | | | | | Merge pull request #9720 from ctiller/fcGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Possible connection window flow control improvements
* \ \ \ \ \ \ \ Merge pull request #9697 from ctiller/bm_trickleGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a test that measures flow control stalls in a deterministic way
* \ \ \ \ \ \ \ \ Merge pull request #9643 from ctiller/authority_allocationGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Signal that authority can be compressed in hpack: saves 1 allocation/rpc
* \ \ \ \ \ \ \ \ \ Merge pull request #9666 from ctiller/no_reuseGravatar Craig Tiller2017-02-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Eliminate CQ freelist
| | | | | | | | | * | Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
| | | | | | | | | | |
| | | | | | | | | * | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-15
| | | | |_|_|_|_|/| | | | | |/| | | | |/ / | |_|_|_|_|_|_|/| | |/| | | | | | | | |
| | | | | * | | | | commentsGravatar David Garcia Quintas2017-02-15
| | | | | | | | | |
| | | * | | | | | | Merge github.com:grpc/grpc into bm_trickleGravatar Craig Tiller2017-02-15
| | | |\ \ \ \ \ \ \
| | | | | * | | | | | Add some tracingGravatar Craig Tiller2017-02-15
| | | | | | | | | | |
| | | | | * | | | | | Possible connection window flow control improvementsGravatar Craig Tiller2017-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 authorityGravatar Craig Tiller2017-02-14
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | | | | | | | * | Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
| | | | | | | | | |
| | | | | | | | * | Fix bug in poll polling engine causing pollsets to be deleted before they ↵Gravatar Craig Tiller2017-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are removed from pollset_sets
| * | | | | | | | | Add new dummy Cronet APIGravatar Muxi Yan2017-02-14
| | | | | | | | | |
| | | | | | | | * | Review nitsGravatar Craig Tiller2017-02-14
| | | | | | | | | |