aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.c
Commit message (Expand)AuthorAge
...
* | | | | | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |/ / / / |/| | | |
| * | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-01
| |\ \ \ \ | |/ / / / |/| | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
| | | | |\
* | | | | | Try harder to return DEADLINE_EXCEEDED when we shouldGravatar Craig Tiller2015-07-01
| |_|_|_|/ |/| | | |
| | | | * WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...Gravatar David Garcia Quintas2015-06-30
| * | | | clang-format affected filesGravatar Craig Tiller2015-06-30
| | * | | add client side census contextGravatar Alistair Veitch2015-06-29
| |/ / / |/| | |
| * | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
|\ \ \ \
| | | | * Moar tests, fixed wrongly named vbles, minor bugs.Gravatar David Garcia Quintas2015-06-25
* | | | | Bug fix. Do not push to incoming_queue after it is flushed.Gravatar yang-g2015-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
| | |\ \ \ | | |/ / / | |/| | |
| | * | | s/grpc_transport_op/grpc_transport_stream_op/gGravatar Craig Tiller2015-06-25
| |/ / / |/| | |
| | | * Fixed bad merge.Gravatar David Garcia Quintas2015-06-23
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-23
| | | |\ | |_|_|/ |/| | |
| * | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
| |\ \ \ | |/ / / |/| | |
| | | * Redesign of compression algorithm propagation based on metadataGravatar David Garcia Quintas2015-06-22
* | | | 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
|\ \ \ \
| | | | * Added generated configsGravatar David Garcia Quintas2015-06-19
| | | | * WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| * | | | Merge branch 'master' of github.com:grpc/grpc into compression-metadataGravatar David Garcia Quintas2015-06-18
| |\ \ \ \
| | | * \ \ 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 branch 'compression-metadata' into decompressionGravatar David Garcia Quintas2015-06-16
| | |_|_|/| | |/| | |/ | | | |/| | | |/| |
| | * | | Propagation of compression level to the call.Gravatar David Garcia Quintas2015-06-15
| * | | | Added changes to c++ and ruby wrappersGravatar David Garcia Quintas2015-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
| | * | Ensure we dont destroy a call until it is closedGravatar Craig Tiller2015-06-11
| |/ / |/| |
* | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
|\| |
| * | Merge pull request #1833 from zayoo/masterGravatar David G. Quintas2015-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
| * | | | Cache commonly used status stringsGravatar Craig Tiller2015-06-08
| | * | | Merge branch 'master' of github.com:grpc/grpc into compressionGravatar David Garcia Quintas2015-06-08
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Made grpc_byte_buffer_reader able to decompress msgs.Gravatar David Garcia Quintas2015-06-05
* | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\| | | |
| * | | | Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |/ / /
| | | * Transport/call flow control interfaceGravatar Craig Tiller2015-06-03
| |_|/ |/| |
* | | Fix memory leakGravatar Craig Tiller2015-06-03
* | | Fix refcounting bugGravatar Craig Tiller2015-06-03
* | | Handle reffing when a cancel or bind gets stuck in the waiting queueGravatar Craig Tiller2015-06-02