aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Fixing clang-format.Gravatar Julien Boeuf2016-06-06
|
* Fix double-free issue for optional_message.Gravatar Julien Boeuf2016-06-06
| | | | Also better end to end testing of plumbing of plugin error message.
* Adding error details for JWT and oauth2.Gravatar Julien Boeuf2016-06-06
|
* Merge branch 'master' into fix_3803Gravatar Julien Boeuf2016-06-04
|\
| * Merge pull request #6306 from y-zeng/win32_suffixGravatar Jan Tattermusch2016-06-03
| |\ | | | | | | Change win32 file suffix
| * \ Merge pull request #6772 from ctiller/beefyGravatar Jan Tattermusch2016-06-03
| |\ \ | | | | | | | | Only send status and message with stream closure when needed
| * \ \ Merge pull request #6761 from ctiller/there-were-no-fatalitiesGravatar Jan Tattermusch2016-06-03
| |\ \ \ | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
| | | * | Only send status and message with stream closure when neededGravatar Craig Tiller2016-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's never needed if: - the stream hasn't been created on the wire - we are on a client
| | * | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | |/ /
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| |\| |
| | * | Merge pull request #6702 from a-veitch/add_protoGravatar Jan Tattermusch2016-06-01
| | |\ \ | | | | | | | | | | Add census protos.
| | * \ \ Merge pull request #6721 from vjpai/cleanupGravatar Jan Tattermusch2016-06-01
| | |\ \ \ | | | | | | | | | | | | Remove some unused enums/structs
| | | | | * Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| | | | | |\
| | * | | | | Revert "Remove legacy poller"Gravatar Craig Tiller2016-05-31
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | This reverts commit d88e15cee750cd647a900098d82f87cc25aa8dbe.
| | | | * | Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-27
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | | * | regenerate projectsGravatar Alistair Veitch2016-05-27
| | | | | |
| | * | | | Merge pull request #6586 from makdharma/cronetGravatar Jorge Canizales2016-05-27
| | |\ \ \ \ | | | | | | | | | | | | | | Exposes a way to create channels with the CroNet stack
| | | | | * | fix options file; fix generated include guardsGravatar Alistair Veitch2016-05-26
| | | | | | |
| | | | * | | Remove unused structGravatar vjpai2016-05-26
| | | | | | |
| | | | * | | Remove some unused enumsGravatar vjpai2016-05-26
| | | |/ / / | | |/| | |
| | * | | | Round robin notifier pollsetGravatar Craig Tiller2016-05-24
| | | | | |
| | | | * | really moveGravatar Alistair Veitch2016-05-24
| | | | | |
| | | | * | move proto fileGravatar Alistair Veitch2016-05-24
| | | | | |
| | | | * | Fix incorrect script invocation for code generation.Gravatar Alistair Veitch2016-05-24
| | | | | |
| | | | * | Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-24
| | | | |\ \ | | | |_|/ / | | |/| | |
| | | | * | update docsGravatar Alistair Veitch2016-05-24
| | | | | |
| | * | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| | |\ \ \ \
| | | | | * | end-to-end compilationGravatar Alistair Veitch2016-05-23
| | | | | | |
| | | | | * | checkpointGravatar Alistair Veitch2016-05-23
| | | | | | |
| | | * | | | Merge pull request #6423 from ctiller/signal_handlerGravatar Jan Tattermusch2016-05-22
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Fix some ubsan issues
| | * | | | | | Revert "Revert "Remove spam""Gravatar Craig Tiller2016-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1.
| | * | | | | | Revert "Remove spam"Gravatar Craig Tiller2016-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0.
| | * | | | | | clang-formatGravatar Craig Tiller2016-05-21
| | | | | | | |
| | * | | | | | Fix commentsGravatar Craig Tiller2016-05-21
| | | | | | | |
| | * | | | | | Remove spamGravatar Craig Tiller2016-05-21
| | | | | | | |
| | * | | | | | Fix non-listening cq registration so that calls can be queued against themGravatar Craig Tiller2016-05-21
| | | | | | | |
| | * | | | | | Fixes and code simplificationGravatar Craig Tiller2016-05-20
| | | | | | | |
| | | | | * | | Bugfix to work with empty messagesGravatar Makarand Dharmapurikar2016-05-20
| | | | | | | |
| | * | | | | | Remove legacy pollerGravatar Craig Tiller2016-05-20
| | | | | | | |
| | * | | | | | Fix formatting, mem leak, stallGravatar Craig Tiller2016-05-20
| | | | | | | |
| | * | | | | | Attempt to fix WindowsGravatar Craig Tiller2016-05-20
| | | | | | | |
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-05-19
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affineGravatar Craig Tiller2016-05-19
| | | |\ \ \ \ \
| | | | * | | | | Work stealing between affinitized cqsGravatar Craig Tiller2016-05-19
| | | | | | | | |
* | | | | | | | | replacing cancel op by close op in order to plumb error message.Gravatar Julien Boeuf2016-05-18
| | | | | | | | |
* | | | | | | | | Starting the work to fix #3803.Gravatar Julien Boeuf2016-05-18
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | - We still need a way to bubble up this error.
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoringGravatar Julien Boeuf2016-05-18
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | * | | | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-18
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / /
| | | | * | | clang-formatGravatar Craig Tiller2016-05-18
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into signal_handlerGravatar Craig Tiller2016-05-18
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |