Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-14 |
|\ | | | | | Delay beginning most writes until we enter poll() | ||
* | | prevent spurious wake up and unstarted/already shutdown server | yang-g | 2016-07-14 |
| | | |||
* | | Make Server::Wait work for async only server. | yang-g | 2016-07-11 |
| | | |||
| * | Better fix for flow control bug | Craig Tiller | 2016-07-07 |
|/ | |||
* | Expunge all references to zookeeper | Craig Tiller | 2016-07-01 |
| | |||
* | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-26 |
|\ | |||
| * | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 |
| |\ | | | | | | | Fix #3803 | ||
* | | | Add comment | Craig Tiller | 2016-06-21 |
| | | | |||
* | | | Make sure to poll cq | Craig Tiller | 2016-06-21 |
|/ / | |||
* | | clang-format changes | Vijay Pai | 2016-06-17 |
| | | |||
* | | Include <cinttypes> for PRIuPTR. Not clear why this is needed. | Vijay Pai | 2016-06-16 |
| | | |||
* | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\ \ | |||
* | | | clang-format | Vijay Pai | 2016-06-15 |
| | | | |||
* | | | De-lambda-ify | vjpai | 2016-06-15 |
| | | | |||
* | | | Deal with issues surrounding const members of classes used in | Vijay Pai | 2016-06-15 |
| | | | | | | | | | | | | containers | ||
* | | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | | | |||
| * | | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 |
| |\ \ | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad | ||
| * \ \ | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
| |\ \ \ | | | | | | | | | | | Proto server reflection | ||
* | | | | | Manual clang-format | vjpai | 2016-06-13 |
| | | | | | |||
| | | * | | Fix zookeeper_test | Yuchen Zeng | 2016-06-10 |
| | | | | | |||
| | | * | | Merge remote-tracking branch 'upstream/master' into log_format_check | Yuchen Zeng | 2016-06-10 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | * | | Fix type mismatch for type_size | Yuchen Zeng | 2016-06-10 |
| | | | | | |||
| | | * | | Fix gpr_log format mismatches in c++ tests | Yuchen Zeng | 2016-06-10 |
| | | | | | |||
* | | | | | Switch server builder plugin API to something that will work with gcc4.4 | Vijay Pai | 2016-06-10 |
| |_|/ / |/| | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | add a test with empty request | yang-g | 2016-06-07 |
|/ / / | |||
* | | | Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call | Jan Tattermusch | 2016-06-07 |
|\ \ \ | | | | | | | | | Let Next set ok=true when receiving error status | ||
| | * | | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| | * | | Addressed reveiw comments about naming | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| | | * | Fix double-free issue for optional_message. | Julien Boeuf | 2016-06-06 |
| | | | | | | | | | | | | | | | | Also better end to end testing of plumbing of plugin error message. | ||
* | | | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| |_|/ |/| | | |||
* | | | Merge pull request #6664 from dklempner/server_builder_plugin_test | Jan Tattermusch | 2016-06-02 |
|\ \ \ | | | | | | | | | Fix a missing initialization | ||
| | * | | Let Next set ok=true when receiving error status | yang-g | 2016-06-01 |
| |/ / |/| | | |||
* | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
|\ \ \ | |||
* | | | | Revert "Revert "Remove spam"" | Craig Tiller | 2016-05-21 |
| | | | | | | | | | | | | | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1. | ||
* | | | | Simpler trick to force a listening cq | Craig Tiller | 2016-05-21 |
| | | | | |||
* | | | | Revert "Remove spam" | Craig Tiller | 2016-05-21 |
| | | | | | | | | | | | | | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0. | ||
* | | | | Remove spam | Craig Tiller | 2016-05-21 |
| | | | | |||
* | | | | Fixes and code simplification | Craig Tiller | 2016-05-20 |
| | | | | |||
| | | * | Add proto_server_reflection_test | Yuchen Zeng | 2016-05-20 |
| | | | | |||
* | | | | Fix server plugin test | Craig Tiller | 2016-05-20 |
| | | | | |||
* | | | | Fix formatting, mem leak, stall | Craig Tiller | 2016-05-20 |
| | | | | |||
* | | | | Fix server plugin test | Craig Tiller | 2016-05-20 |
| | | | | |||
| | * | | Fix a missing initialization | David Klempner | 2016-05-19 |
| | |/ | |||
| * | | 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 |
|\ \ \ | | |/ | |/| | |||
* | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine | Craig Tiller | 2016-05-14 |
|\ \ \ | |||
| | * | | Add calls to grpc_recycle_unused_port to two of the tests which call | David Klempner | 2016-05-13 |
| |/ / |/| | | | | | | | | grpc_pick_unused_port a lot. | ||
* | | | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
|\ \ \ | | | | | | | | | Server builder plugin | ||
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Julien Boeuf | 2016-05-10 |
| | | |\ | | | | | | | | | | | | | | | | credentials_refactoring |