Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Manual clang-format | vjpai | 2016-06-13 |
| | |||
* | Switch server builder plugin API to something that will work with gcc4.4 | Vijay Pai | 2016-06-10 |
| | |||
* | override->GRPC_OVERRIDE | Vijay Pai | 2016-06-09 |
| | | | | Remove range-based fors | ||
* | Merge pull request #6649 from dgquintas/core_codegen_be_public | Jan Tattermusch | 2016-06-08 |
|\ | | | | | moved core_codegen from src/cpp/... to include/grpc++/... | ||
* \ | Merge pull request #6820 from mdsteele/server-async | Jan Tattermusch | 2016-06-08 |
|\ \ | | | | | | | Add interfaces for ServerAsyncReader/Writers | ||
| * | | Add interfaces for ServerAsyncReader/Writers | Matthew D. Steele | 2016-06-08 |
| | | | |||
| | * | clang-format | David Garcia Quintas | 2016-06-07 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public | David Garcia Quintas | 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 | ||
* \ \ \ | merge and resolve conflicts | yang-g | 2016-06-03 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | | | |||
| * | | | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ \ \ | | | | | | | | | | | Change win32 file suffix | ||
| * \ \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ | | | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | ||
| | * | | | | 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 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| | | * | | Let Next set ok=true when receiving error status | yang-g | 2016-06-01 |
| |_|/ / |/| | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| |\ \ \ | |||
| | * \ \ | Merge pull request #6585 from ctiller/connect_first | Jan Tattermusch | 2016-05-19 |
| | |\ \ \ | | | | | | | | | | | | | Make qps workers connect before even warmup stage begins | ||
| | | | | * | moved core_codegen from src/cpp/... to include/grpc++/... | David Garcia Quintas | 2016-05-19 |
| | | |_|/ | | |/| | | |||
* | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-18 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge pull request #6445 from yang-g/unique_ptr_reset | Jan Tattermusch | 2016-05-18 |
| |\ \ \ \ | | | | | | | | | | | | | Add an explicit base class pointer to avoid potential breakage. | ||
* | \ \ \ \ | Merge branch 'connect_first' into test_affine | Craig Tiller | 2016-05-14 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||
* | | | | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine | Craig Tiller | 2016-05-14 |
|\ \ \ \ \ \ | |||
| | | * | | | | Fixed usage of anon namespace inside .h | David Garcia Quintas | 2016-05-13 |
| |_|/ / / / |/| | | | | | |||
| | * | | | | clang-format | Craig Tiller | 2016-05-13 |
| | | | | | | |||
| | * | | | | Make qps workers connect before even warmup stage begins | Craig Tiller | 2016-05-13 |
| |/ / / / |/| | | | | |||
* | | | | | Further renamings (compression channel arg keys) | David Garcia Quintas | 2016-05-12 |
| | | | | | |||
* | | | | | Renamed some defines | David Garcia Quintas | 2016-05-12 |
| | | | | | |||
* | | | | | better docstrings for compression_types.h | David Garcia Quintas | 2016-05-12 |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/master' into unique_ptr_reset | yang-g | 2016-05-12 |
| | |\ \ \ | |||
* | | \ \ \ | Merge pull request #6553 from grpc/revert-6488-revert-6214-master | Jan Tattermusch | 2016-05-12 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml | ||
* | | | | | | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Server builder plugin | ||
| | * | | | | | Revert "Revert "cronet wrapper code"" | makdharma | 2016-05-11 |
| |/ / / / / |/| | | | | | |||
* | | | | | | fix formatting | Jan Tattermusch | 2016-05-11 |
| | | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into unique_ptr_reset | yang-g | 2016-05-10 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | * | | | Add comment | yang-g | 2016-05-10 |
| | | | | | | |||
| | * | | | | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-10 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add support for max metadata size. | ||
* | | | | | | | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa. | ||
| | * | | | | | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
| | |\ \ \ \ \ | |||
| | * | | | | | | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 |
| | | | | | | | | |||
* | | | | | | | | Move manylinux1 precompiler definitions into port_platform.h | Masood Malekghassemi | 2016-05-05 |
| |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #6214 from makdharma/master | Nicolas Noble | 2016-05-05 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | cronet wrapper code | ||
| | | | | * | | | Add an explicit base class pointer to avoid potential breakage. | yang-g | 2016-05-05 |
| |_|_|_|/ / / |/| | | | | | | |||
* | | | | | | | Merge pull request #6409 from jtattermusch/master | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER | ||
* \ \ \ \ \ \ \ | Merge pull request #6323 from dgquintas/codegen_remove_proto | Jan Tattermusch | 2016-05-04 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Moved protos out of core_codegen interface | ||
| | | | | | | * \ | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-03 |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
| | * | | | | | | | Remove trailing space. | Jan Tattermusch | 2016-05-03 |
| | | | | | | | | | |||
| | | | | * | | | | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 |
| | | | | | | | | |