Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into fix_3803 | Julien Boeuf | 2016-06-04 |
|\ | |||
| * | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ | | | | | | | Change win32 file suffix | ||
| * \ | Merge pull request #6772 from ctiller/beefy | Jan Tattermusch | 2016-06-03 |
| |\ \ | | | | | | | | | Only send status and message with stream closure when needed | ||
| * \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | ||
| | | * | | Only send status and message with stream closure when needed | Craig Tiller | 2016-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_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | |/ / | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\| | | |||
| | * | | Merge pull request #6702 from a-veitch/add_proto | Jan Tattermusch | 2016-06-01 |
| | |\ \ | | | | | | | | | | | Add census protos. | ||
| | * \ \ | Merge pull request #6721 from vjpai/cleanup | Jan Tattermusch | 2016-06-01 |
| | |\ \ \ | | | | | | | | | | | | | Remove some unused enums/structs | ||
| | | | | * | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | | | | |\ | |||
| | * | | | | | Revert "Remove legacy poller" | Craig Tiller | 2016-05-31 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | This reverts commit d88e15cee750cd647a900098d82f87cc25aa8dbe. | ||
| | | | * | | Merge branch 'master' into add_proto | Alistair Veitch | 2016-05-27 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | | | * | | regenerate projects | Alistair Veitch | 2016-05-27 |
| | | | | | | |||
| | * | | | | Merge pull request #6586 from makdharma/cronet | Jorge Canizales | 2016-05-27 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Exposes a way to create channels with the CroNet stack | ||
| | | | | * | | fix options file; fix generated include guards | Alistair Veitch | 2016-05-26 |
| | | | | | | | |||
| | | | * | | | Remove unused struct | vjpai | 2016-05-26 |
| | | | | | | | |||
| | | | * | | | Remove some unused enums | vjpai | 2016-05-26 |
| | | |/ / / | | |/| | | | |||
| | * | | | | Round robin notifier pollset | Craig Tiller | 2016-05-24 |
| | | | | | | |||
| | | | * | | really move | Alistair Veitch | 2016-05-24 |
| | | | | | | |||
| | | | * | | move proto file | Alistair Veitch | 2016-05-24 |
| | | | | | | |||
| | | | * | | Fix incorrect script invocation for code generation. | Alistair Veitch | 2016-05-24 |
| | | | | | | |||
| | | | * | | Merge branch 'master' into add_proto | Alistair Veitch | 2016-05-24 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | | | * | | update docs | Alistair Veitch | 2016-05-24 |
| | | | | | | |||
| | * | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| | |\ \ \ \ | |||
| | | | | * | | end-to-end compilation | Alistair Veitch | 2016-05-23 |
| | | | | | | | |||
| | | | | * | | checkpoint | Alistair Veitch | 2016-05-23 |
| | | | | | | | |||
| | | * | | | | Merge pull request #6423 from ctiller/signal_handler | Jan Tattermusch | 2016-05-22 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Fix some ubsan issues | ||
| | * | | | | | | Revert "Revert "Remove spam"" | Craig Tiller | 2016-05-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1. | ||
| | * | | | | | | Revert "Remove spam" | Craig Tiller | 2016-05-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0. | ||
| | * | | | | | | clang-format | Craig Tiller | 2016-05-21 |
| | | | | | | | | |||
| | * | | | | | | Fix comments | Craig Tiller | 2016-05-21 |
| | | | | | | | | |||
| | * | | | | | | Remove spam | Craig Tiller | 2016-05-21 |
| | | | | | | | | |||
| | * | | | | | | Fix non-listening cq registration so that calls can be queued against them | Craig Tiller | 2016-05-21 |
| | | | | | | | | |||
| | * | | | | | | Fixes and code simplification | Craig Tiller | 2016-05-20 |
| | | | | | | | | |||
| | | | | * | | | Bugfix to work with empty messages | Makarand Dharmapurikar | 2016-05-20 |
| | | | | | | | | |||
| | * | | | | | | Remove legacy poller | Craig Tiller | 2016-05-20 |
| | | | | | | | | |||
| | * | | | | | | Fix formatting, mem leak, stall | Craig Tiller | 2016-05-20 |
| | | | | | | | | |||
| | * | | | | | | Attempt to fix Windows | Craig Tiller | 2016-05-20 |
| | | | | | | | | |||
| * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||
| | | * | | | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine | Craig Tiller | 2016-05-19 |
| | | |\ \ \ \ \ | |||
| | | | * | | | | | Work stealing between affinitized cqs | Craig Tiller | 2016-05-19 |
| | | | | | | | | | |||
* | | | | | | | | | replacing cancel op by close op in order to plumb error message. | Julien Boeuf | 2016-05-18 |
| | | | | | | | | | |||
* | | | | | | | | | Starting the work to fix #3803. | Julien Boeuf | 2016-05-18 |
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | - We still need a way to bubble up this error. | ||
| | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||
| | * | | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-18 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |||
| | | | * | | | clang-format | Craig Tiller | 2016-05-18 |
| | | | | | | | |||
| | | | * | | | Merge github.com:grpc/grpc into signal_handler | Craig Tiller | 2016-05-18 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
* | | | | | | | Merge pull request #6463 from dgquintas/fix_compression_interop | Jan Tattermusch | 2016-05-18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed compression interop and re-enable for C++. | ||
* \ \ \ \ \ \ \ | Merge pull request #6499 from dgquintas/compression_accept_encoding | Jan Tattermusch | 2016-05-18 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | grpc-accept-encoding checks | ||
| | | | * | | | | Remove broken test | Craig Tiller | 2016-05-17 |
| | | | | | | | |