aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #9751 from stanley-cheung/php-ext-arg-infoGravatar Stanley Cheung2017-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add macro for arg info in extension
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into healthGravatar yang-g2017-02-17
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9759 from yang-g/max_recv_msg_sizeGravatar Yang Gao2017-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the NextMessageSize for streamed calls
| | | | | | | | * \ \ \ \ \ 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
| | * | | | | | | | | | | | | Restore the NextMessageSize for streamed callsGravatar yang-g2017-02-16
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | | * | | | | 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 #9634 from pmarks-net/masterGravatar Paul Marks2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Connect to "localhost" from interop clients.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9696 from yang-g/network_status_shardGravatar Yang Gao2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove network_status_tracker code
| | | | | | | | | | | | | | | | * Distinguish between CLOSURE_READY and (GRPC_ERROR_NONE | FD_SHUTDOWN_BIT)Gravatar Sree Kuchibhotla2017-02-16
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * clang format codeGravatar Sree Kuchibhotla2017-02-16
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * Merge branch 'master' into fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-16
| | | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | 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
| | | | | | | | | | | | |/ / / / / /
| | | | | | | * | | | | | | | | | | PHP: add macro for arg info in extensionGravatar Stanley Cheung2017-02-16
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | Transport closure results in UNAVAILABLE from client, not INTERNALGravatar David Garcia Quintas2017-02-16
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * Merge branch 'master' into fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-16
| | | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * correct a few commentsGravatar Sree Kuchibhotla2017-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 #9735 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lint fixes.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 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
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * use correct memory barriersGravatar Sree Kuchibhotla2017-02-15
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Fix and enable simplifiable-if-statement lintGravatar Nathaniel Manista2017-02-15
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Fix and enable dangerous-default-value lintGravatar Nathaniel Manista2017-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is more of an elision and the code in the changed area is reflowed.
| | | | | * | | | | | | | | | | | | | Fix and enable logging-format-interpolation lintGravatar Nathaniel Manista2017-02-15
| |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | | Merge github.com:grpc/grpc into bm_call_createGravatar Craig Tiller2017-02-15
| | | | |_|_|_|_|_|_|_|/| | | | | | | | | |/| | | | | | | |/ / / / / / | |_|_|_|_|_|_|_|_|_|/| | | | | | |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | commentsGravatar David Garcia Quintas2017-02-15
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #9709 from kpayson64/preserve_callGravatar kpayson642017-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store cython-level call in grpc.Call
| | | | | | | | | | | | * | | | | | Fix class name on documentationGravatar Leonardo Saraiva2017-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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | Merge branch 'call_mutex' of github.com:ctiller/grpc into call_mutexGravatar Craig Tiller2017-02-14
| | | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | * | | | | | | | Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | Merge github.com:grpc/grpc into call_mutexGravatar Craig Tiller2017-02-14
| | | | | | | | | | | | | | |\ \ \ \ | | | | | | | | | |_|_|_|_|_|/ / / / | | | | | | | | |/| | | | | | | | |
| | * | | | | | | | | | | | | | | | Store cython-level call in grpc.CallGravatar Ken Payson2017-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows inspecting c-level properties of the call after completion.
| * | | | | | | | | | | | | | | | | Add CronetUnitTests into Jenkins testsGravatar Muxi Yan2017-02-14
| | | | | | | | | | | | | | | | | |