aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Expand)AuthorAge
...
| * Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| |\ | |/ |/|
| * Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
| |\
* | | removed managed closures from server.cGravatar David Garcia Quintas2015-05-31
* | | Comments addressed.Gravatar David Garcia Quintas2015-05-31
* | | Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| |/ |/|
| * Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
| |\ | |/ |/|
* | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
|\ \
| | * Reduce spamGravatar Craig Tiller2015-05-29
| | * Fix memory leak, add debugGravatar Craig Tiller2015-05-29
| | * Remove condition variable from pollsetGravatar Craig Tiller2015-05-28
| | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-28
| | |\ | | |/ | |/|
| * | Unref the slices if no write will happen.Gravatar Yang Gao2015-05-28
* | | Addressing comments.Gravatar Julien Boeuf2015-05-20
* | | Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
|/ /
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-19
| |\ | |/ |/|
* | Delete antiquated codeGravatar Craig Tiller2015-05-17
| * clang-format some filesGravatar Craig Tiller2015-05-13
| * Properly manage interest set for waiting callsGravatar Craig Tiller2015-05-13
| * Keep client setup request alive to keep pollset around until request finishesGravatar Craig Tiller2015-05-12
| * Move pollset_set ownership from channel to transport setupGravatar Craig Tiller2015-05-12
| * Plumb pollset_set through to tcp setupGravatar Craig Tiller2015-05-08
| * Plumb pollset_set through setup pipelineGravatar Craig Tiller2015-05-08
| * Compile fixGravatar Craig Tiller2015-05-08
| * Start mixing in pollset_set to child_channelGravatar Craig Tiller2015-05-07
|/
* Merge pull request #1447 from ctiller/magical-void-pointersGravatar jboeuf2015-05-05
|\
* | Remove dead fileGravatar Craig Tiller2015-05-04
| * Add per-call context pointer APIGravatar Craig Tiller2015-05-01
|/
* clang-formatGravatar Craig Tiller2015-04-24
* Bug fixingGravatar Craig Tiller2015-04-24
* Take a lock every time through client_channel - to simplify logic and ensure ...Gravatar Craig Tiller2015-04-24
* Handle reading after cancellationGravatar Craig Tiller2015-04-24
* clang-formatGravatar Craig Tiller2015-04-23
* Flesh out initial_opGravatar Craig Tiller2015-04-23
* Fiddling with an initial opGravatar Craig Tiller2015-04-23
* Call compilesGravatar Craig Tiller2015-04-22
* Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-22
|\
* | stuffGravatar Craig Tiller2015-04-21
| * Add helpful log messageGravatar Craig Tiller2015-04-21
| * Fix indentationGravatar Craig Tiller2015-04-21
|/
* Addressing commentsGravatar Craig Tiller2015-04-20
* Fix remaining allocation bugsGravatar Craig Tiller2015-04-17
* clang-formatGravatar Craig Tiller2015-04-17
* Got rid of GRPC_SEND_STARTGravatar Craig Tiller2015-04-17
* Progress towards transport using metadata batchesGravatar Craig Tiller2015-04-16
* Move metadata batching to stream_opGravatar Craig Tiller2015-04-16
* clang-formatGravatar Craig Tiller2015-04-16
* Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
* Fix server crash if host header field is translated to :authorityGravatar Tatsuhiro Tsujikawa2015-03-25
* Merge pull request #1025 from tatsuhiro-t/use-host-if-authority-not-availableGravatar David Klempner2015-03-17
|\
* | Remove dead codeGravatar Craig Tiller2015-03-16