aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
Commit message (Expand)AuthorAge
...
* | | | | | | client_config: chttp2_fullstack_no_op_unsecure_test passesGravatar Craig Tiller2015-06-26
* | | | | | | Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| | * | | | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-06-25
* | | | | | | Moving chttp2 to new transport interfaceGravatar Craig Tiller2015-06-25
| * | | | | | Reworking the cascade kick to be Windows-specific.Gravatar Nicolas "Pixel" Noble2015-06-25
| |/ / / / /
* | | | | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
* | | | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-25
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | s/grpc_transport_op/grpc_transport_stream_op/gGravatar Craig Tiller2015-06-25
* | | | | | Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
| * | | | | Cascade-kick pollsets when shutting down.Gravatar Nicolas "Pixel" Noble2015-06-24
| | |_|_|/ | |/| | |
| | | * | Adding file and line number to cq debug refcount.Gravatar Nicolas "Pixel" Noble2015-06-24
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-23
|\| | |
* | | | Flesh out things and make them compileGravatar Craig Tiller2015-06-23
* | | | Move parent subchannel construction args...Gravatar Craig Tiller2015-06-23
| | * | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
| | |\ \ | | |/ / | |/| |
| * | | Fixed warning while parsing compression enum bytes.Gravatar David Garcia Quintas2015-06-22
| * | | Always use the first status code receivedGravatar Craig Tiller2015-06-19
|/ / /
| * | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-19
| |\ \ | |/ / |/| |
* | | Merge pull request #2073 from dgquintas/compression-metadataGravatar Craig Tiller2015-06-19
|\ \ \
| * \ \ Merge branch 'master' of github.com:grpc/grpc into compression-metadataGravatar David Garcia Quintas2015-06-18
| |\ \ \
* | | | | Fix scope of a lockGravatar Vijay Pai2015-06-18
* | | | | Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2Gravatar Vijay Pai2015-06-18
|\ \ \ \ \
| | | | | * Introduced function to create byte buffers from the output of a byte buffer r...Gravatar David Garcia Quintas2015-06-17
| | | | |/ | | | |/|
* | | | | Added comments to describe nesting of mutexesGravatar Vijay Pai2015-06-17
* | | | | Split server lock into 2 pieces: one for call list and one for globalGravatar Vijay Pai2015-06-17
| | | | * Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-17
| | | | |\ | | |_|_|/ | |/| | |
| * | | | clang-format affected filesGravatar Craig Tiller2015-06-17
|/ / / /
| | | * Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-17
| | | |\ | |_|_|/ |/| | |
* | | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\ \ \ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
| |\ \ \
| | | * | Propagation of compression level to the call.Gravatar David Garcia Quintas2015-06-15
| | * | | More missing flags = 0 lines...Gravatar David Garcia Quintas2015-06-15
| | * | | Added changes to c++ and ruby wrappersGravatar David Garcia Quintas2015-06-15
* | | | | Verify that completion queues are server registeredGravatar Craig Tiller2015-06-15
| | * | | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
| | |/ /
| | | * Refactor progressGravatar Craig Tiller2015-06-11
| | | * Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-11
| | | |\ | |_|_|/ |/| | |
* | | | Flush pending incoming messages when writing statusGravatar Craig Tiller2015-06-11
* | | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-11
|\| | |
| | | * Ensure we dont destroy a call until it is closedGravatar Craig Tiller2015-06-11
| |_|/ |/| |
| * | Update Python for core server shutdown changeGravatar Masood Malekghassemi2015-06-10
* | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
|\| |
| * | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
| |\|
| | * Merge pull request #1833 from zayoo/masterGravatar David G. Quintas2015-06-09
| | |\
| | * | Add commentGravatar Craig Tiller2015-06-09
| | * | Add commentGravatar Craig Tiller2015-06-09
| | * | Merge github.com:grpc/grpc into break-break-break-the-locksGravatar Craig Tiller2015-06-09
| | |\ \
| | | * | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08