aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Add a spinlock type.Gravatar Craig Tiller2017-02-27
| | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
* Merge pull request #9849 from ctiller/bm_chttp2Gravatar Craig Tiller2017-02-24
|\ | | | | Add benchmarks for HTTP2 HPACK encoding
* \ Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-buildGravatar Noah Eisen2017-02-24
|\ \ | | | | | | Add grpc_load_reporting to grpc_cronet
* \ \ Merge pull request #9858 from ctiller/cbGravatar Craig Tiller2017-02-24
|\ \ \ | | | | | | | | Fix closure running: current code is unsafe
| | * | Fix load_reporting linker errorGravatar ncteisen2017-02-24
| |/ / |/| |
* | | Merge pull request #9683 from sreecha/fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-24
|\ \ \ | | | | | | | | Reduce mutexes in grpc_fd read_closure/write_closure/shutdown paths (epoll engine only)
* \ \ \ Merge pull request #9664 from ctiller/c3+r+lGravatar Craig Tiller2017-02-23
|\ \ \ \ | | | | | | | | | | Make load balancers use combiner locks
| | | * | Fix closure running: current code is unsafeGravatar Craig Tiller2017-02-23
| | | | |
| | * | | Comments and relaxed cas in some casesGravatar Sree Kuchibhotla2017-02-23
| | | | |
* | | | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ \ \ \ \ | |_|_|/ / |/| | | | Upmerge from 1.1.x
| | | * | Comments around acquire/releaseGravatar Sree Kuchibhotla2017-02-23
| | | | |
| | * | | Fixes, review commentsGravatar Craig Tiller2017-02-23
| | | | |
* | | | | Merge pull request #9650 from ctiller/call_mutexGravatar Craig Tiller2017-02-23
|\ \ \ \ \ | | | | | | | | | | | | Make batch allocation lock-free
| | | * \ \ Merge github.com:grpc/grpc into c3+r+lGravatar Craig Tiller2017-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
| | | | | | | | | | * Initial http2 benchmarksGravatar Craig Tiller2017-02-22
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | | | | | | * Merge branch 'master' into fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-22
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | * | | | | | 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
| | | | | | | | | | | | * 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
| | | | | | | | |/ / / / / /
| | | | | | | * / / / / / / Transport closure results in UNAVAILABLE from client, not INTERNALGravatar David Garcia Quintas2017-02-16
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |