aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | 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
| | | | | | * | | | | | | | When there is an error from filters (such as max recv message size tooGravatar yang-g2017-02-23
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | large), add an error to the batch to avoid emitting new rpc on the server side in C++.
| | | * | | | | | | | | | Fix closure running: current code is unsafeGravatar Craig Tiller2017-02-23
| | | | | | | | | | | | |
| | | | | * | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-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
| | | | | | | | | | | |
| | | | | | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-02-23
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | | | | | | | | * Merge branch 'bm_error' of https://github.com/ctiller/grpc into ↵Gravatar ncteisen2017-02-23
| | | | | | | | | | | |\ | | | | | | | | | | |_|/ | | | | | | | | | |/| | | | | | | | | | | | | | to-grpc-err-is-human
| | | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into parse_address_clusterfuzzGravatar David Garcia Quintas2017-02-23
| | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| | | | | | | | * | | | poopulate ->len with size of structGravatar David Garcia Quintas2017-02-23
| | | | | | | | | | | |
| | | | | | * | | | | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | Fixes, review commentsGravatar Craig Tiller2017-02-23
| | | | | | | | | | | |
| | | | | | | | * | | | Simply return 0 on input path too longGravatar David Garcia Quintas2017-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
| | | | | | | | | | | | | | | * | Use the internal slice apiGravatar Yuchen Zeng2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address review comments
| | | | | | | | | | * | | | | | | Initial http2 benchmarksGravatar Craig Tiller2017-02-22
| | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | * | Enclose sin6_scope_id in uriGravatar Yuchen Zeng2017-02-22
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Set terminator explicitlyGravatar David Garcia Quintas2017-02-22
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Fixed Heap-buffer-overflow in parse_unix via clusterfuzzGravatar David Garcia Quintas2017-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
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Speed up copy_error_and_unrefGravatar ncteisen2017-02-17
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Add gpr_ref_is_uniqueGravatar ncteisen2017-02-17
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | 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
| | | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | | | * | | test/core/handshakeGravatar David Garcia Quintas2017-02-17
| |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |
| | | | | | | | | | * | | | Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | | | | |/ / | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
| | | | | | | | | | | * | clang-formatGravatar Craig Tiller2017-02-17
| | | | | | | | | | | | |
| | | | | | | | | | | * | Merge github.com:grpc/grpc into zallocGravatar 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