aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Collapse)AuthorAge
* Expand commentGravatar Craig Tiller2015-07-01
|
* Expand commentGravatar Craig Tiller2015-07-01
|
* Simplify checkGravatar Craig Tiller2015-07-01
|
* Add missing unlockGravatar Craig Tiller2015-07-01
|
* clang-format changed filesGravatar Craig Tiller2015-07-01
|
* Fix a bug where cancelled calls can be stranded past disconnectionGravatar Craig Tiller2015-07-01
|
* Refcounting fixes and debugging, empty batch stability fixesGravatar Craig Tiller2015-07-01
|
* Spam cleanup, properly shut down lb_policyGravatar Craig Tiller2015-07-01
|
* 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
|
* 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
| |
| * Added commentsGravatar Craig Tiller2015-06-24
| |
| * 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
|\ \ | | | | | | | | | | | | Conflicts: include/grpc/compression.h
* | | 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
| | |
| * | 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
| | | | | | | | | | | | Slightly increases the amount of polling we have to do, but lets us move interest registration under the channel lock, simplifying our code (and fixing a bug)
* | 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
| |
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal