aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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 #9868 from jtattermusch/csharp_more_interop_loggingGravatar Jan Tattermusch2017-02-27
|\ | | | | Display logs when running interop based tests
* \ 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 #9774 from sreecha/surface_test_bazelGravatar Sree Kuchibhotla2017-02-24
|\ \ \ \ \ | |_|/ / / |/| | | | Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
| | | | * display logs when running interop based testsGravatar Jan Tattermusch2017-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
* \ \ \ \ \ \ Merge pull request #9718 from yang-g/metadataGravatar Yang Gao2017-02-23
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Let ServerContext own the initial_metadata array for sync calls
| | | | * | | 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 pull request #9830 from nathanielmanistaatgoogle/lint-fixesGravatar Nathaniel Manista2017-02-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix and enable no-member lint.
| | | | | * \ \ \ 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
| | | | | * | | | | | Let ServerContext own the initial_metadata array for sync callsGravatar yang-g2017-02-22
| | | | | | | | | | |
* | | | | | | | | | | 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
| | | | | | | | | | | * | Add BUILD file for end2end tests tooGravatar Sree Kuchibhotla2017-02-22
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| | | | | | | | | | | * Initial http2 benchmarksGravatar Craig Tiller2017-02-22
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | | | | | | | | * Merge branch 'master' into fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-22
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | * | | | | Fix and enable no-member lintGravatar Nathaniel Manista2017-02-22
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #9772 from muxi/build-fixGravatar Muxi Yan2017-02-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix flakiness in testPacketCoalescing
| | | | | * | | | | | Fix refcounting bugGravatar Craig Tiller2017-02-22
| | | | | | | | | | |
| | | | | * | | | | | Merge branch 'bm_call_create' into deadline_muGravatar 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
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| | | * | | | | | | | Fix compileGravatar 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…
| | * | | | | | | | | | Fix flakiness in testPacketCoalescingGravatar Muxi Yan2017-02-21
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9801 from ctiller/rmwGravatar Craig Tiller2017-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Add counters for rmw atomic operations to microbenchmarks
| | | | | * | | | | | | Correct formattingGravatar Eduardo Caceres2017-02-21
| | | | | | | | | | | |
| | | | | | | * | | | | Fix compile, bugsGravatar Craig Tiller2017-02-21
| | | | | | | | | | | |
| * | | | | | | | | | | Separate CAS/ADD RMWsGravatar Craig Tiller2017-02-21
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9723 from vyper/patch-1Gravatar apolcyn2017-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix class name on documentation
| | * | | | | | | | | | | Add counters for rmw atomic operations to microbenchmarksGravatar Craig Tiller2017-02-21
| |/ / / / / / / / / / / |/| | | | | | | | | | |
| | | | | | | * | | | | Merge github.com:grpc/grpc into c3+rGravatar Craig Tiller2017-02-21
| | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| | | | | * | | | | | | fix compile errorGravatar Eduardo Cáceres de la Calle2017-02-20
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9205 from yang-g/healthGravatar Yang Gao2017-02-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | C++ default health checking service.
| | | | | | | * | | | | 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
| | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |