aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Expand)AuthorAge
...
| | * clang-format affected filesGravatar Craig Tiller2015-06-30
| | * Spam cleanupGravatar Craig Tiller2015-06-30
| | * Fix use-after-freeGravatar Craig Tiller2015-06-30
| | * Better handling of cancellation, uri parse errors, and disconnectionGravatar Craig Tiller2015-06-29
| | * Make SSL workGravatar Craig Tiller2015-06-29
| | * SSL channel args work with client config againGravatar Craig Tiller2015-06-29
| | * Fix refcountingGravatar Craig Tiller2015-06-29
| | * Refcounting fixesGravatar Craig Tiller2015-06-29
| | * DebuggingGravatar Craig Tiller2015-06-29
| | * Use connectivity state tracking code in chttp2 transportGravatar Craig Tiller2015-06-29
| | * Simple request unsecure passes with new client_config codeGravatar Craig Tiller2015-06-28
| | * refcount debuggingGravatar Craig Tiller2015-06-27
| | * Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | * Request/response path starting to workGravatar Craig Tiller2015-06-27
| | * Get the success case through to call creationGravatar Craig Tiller2015-06-26
| | * Connector progressGravatar Craig Tiller2015-06-26
| | * Further client config workGravatar Craig Tiller2015-06-26
* | | Moar tests, fixed wrongly named vbles, minor bugs.Gravatar David Garcia Quintas2015-06-25
| | * Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| | * Moving chttp2 to new transport interfaceGravatar Craig Tiller2015-06-25
| | * Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | * chop chop chopGravatar 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
| | * Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
* | | Removed spurious changes.Gravatar David Garcia Quintas2015-06-24
| * | Added commentsGravatar Craig Tiller2015-06-24
* | | Added compression text fixture.Gravatar David Garcia Quintas2015-06-23
* | | Fixed bad merge.Gravatar David Garcia Quintas2015-06-23
* | | Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-23
|\ \ \ | | |/ | |/|
* | | Redesign of compression algorithm propagation based on metadataGravatar David Garcia Quintas2015-06-22
* | | Added generated configsGravatar David Garcia Quintas2015-06-19
* | | WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| | * Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-18
| | |\ | | |/ | |/|
| * | DocsGravatar Craig Tiller2015-06-18
| * | DocsGravatar Craig Tiller2015-06-17
| * | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\ \
| * | | Docs, formattingGravatar Craig Tiller2015-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
* | | | WIP. Compiles and tests pass. Need to write specific tests.Gravatar David Garcia Quintas2015-06-16
| |/ / |/| |
* | | Exposed compression level in channel arguments (C and C++)Gravatar David Garcia Quintas2015-06-16
| | * Refactor progressGravatar Craig Tiller2015-06-11
| |/
| * Spam cleanupGravatar Craig Tiller2015-06-11
| * Move channel connection pollset to be across all attemptsGravatar Craig Tiller2015-06-10
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
| |\ | |/ |/|
| * clang-formatGravatar Craig Tiller2015-06-05
* | Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| * Handle reffing when a cancel or bind gets stuck in the waiting queueGravatar Craig Tiller2015-06-02
| * Fix use-after-freeGravatar Craig Tiller2015-06-02