Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update generated files with new protobuf version | Jorge Canizales | 2016-08-03 |
| | | | Also make the script fetch protoc from the usual place. | ||
* | Merge pull request #7502 from dgquintas/cpp_compression_level | Nicolas Noble | 2016-07-28 |
| | | | C++ Compression Level set properly | ||
* | 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-13 |
| | |||
* | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | |||
* | Updated git clone URL | David Garcia Quintas | 2016-06-29 |
| | |||
* | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
|\ | | | | | Unifying error handling within core | ||
* \ | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-17 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-16 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #6876 from mdyring/master | Nicolas Noble | 2016-06-16 |
| |\ \ | | | | | | | | | Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined | ||
* | | | | Remove range-based for, comparisons to nullptr | Vijay Pai | 2016-06-16 |
| | | | | |||
* | | | | Digraph | Vijay Pai | 2016-06-16 |
| | | | | |||
* | | | | Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy | Vijay Pai | 2016-06-16 |
|\ \ \ \ | |||
| * | | | | Should not explicitly initialize these pointers to nullptr in gcc-4.4 case | Vijay Pai | 2016-06-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because nullptr assignment actually requires the calling of a constructor. As a result, the order in which these nullptr initializations take place is not defined with respect to other initializations. A pointer that is left without explicit initialization automatically gets nullptr anyway, so just don't explicitly initialize these. | ||
* | | | | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||
| | | * | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
| |\ \ \ | | | | | | | | | | | Proto server reflection | ||
| | | * | | Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined | Martin Dyring-Andersen | 2016-06-10 |
| | |/ / | |/| | | |||
* | | | | Switch server builder plugin API to something that will work with gcc4.4 | Vijay Pai | 2016-06-10 |
| | | | | |||
* | | | | WIP | Vijay Pai | 2016-06-10 |
| | | | | |||
| | | * | Fix uninitialized variable | Craig Tiller | 2016-06-09 |
| | |/ | |/| | |||
* | | | Remove another range-based for | Vijay Pai | 2016-06-09 |
| | | | | | | | | | | | | | | | Do not make explicit comparisons against nullptr; only use implicit typecast to bool | ||
| * | | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
| |\ \ | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | ||
| * | | | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
|/| | | | | | | | | | | | Add support for communication using existing FD (for client and server) | ||
* | | | | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public | David Garcia Quintas | 2016-06-07 |
|\ \ \ \ | |||
| | * | | | clang-format, fix headers, windows fixes | Adam Michalik | 2016-06-07 |
| | | | | | |||
| | * | | | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| |/ / / | |||
| | | * | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | Add more comments, fix format issues | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| | | * | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Fix comments | Craig Tiller | 2016-05-21 |
| | | | | |||
| * | | | Fix crash | Craig Tiller | 2016-05-20 |
| | | | | |||
| * | | | Fix formatting, mem leak, stall | Craig Tiller | 2016-05-20 |
| | | | | |||
| * | | | Fix merge | Craig Tiller | 2016-05-20 |
| | | | | |||
| * | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into ↵ | Craig Tiller | 2016-05-20 |
| |\ \ \ | | | | | | | | | | | | | | | | test_affine | ||
| * | | | | Fix server plugin test | Craig Tiller | 2016-05-20 |
| | | | | | |||
| * | | | | Mark sync cq as non-listening when it is | Craig Tiller | 2016-05-19 |
| | | | | | |||
* | | | | | moved core_codegen from src/cpp/... to include/grpc++/... | David Garcia Quintas | 2016-05-19 |
| |_|_|/ |/| | | | |||
| | | * | got rid of grpc_compression_options | David Garcia Quintas | 2016-05-17 |
| | | | | |||
| | | * | Refactorings and renamings related to compression. | David Garcia Quintas | 2016-05-16 |
| |_|/ |/| | | | | | | | | Also added levels to the channel args options. | ||
| | * | Fix a typo | Sree Kuchibhotla | 2016-05-16 |
| | | | |||
| | * | Change error to warning since we do not have a good way to determine | Sree Kuchibhotla | 2016-05-16 |
| | | | | | | | | | | | | whether the server is sync or async | ||
| | * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-16 |
| | |\ | |_|/ |/| | | |||
| * | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine | Craig Tiller | 2016-05-14 |
|/| | | |/ | |||
* | | Renamed some defines | David Garcia Quintas | 2016-05-12 |
| | | |||
| * | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-10 |
| |\ | |||
* | \ | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
|\ \ \ | | |/ | |/| | |||
* | | | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 |
| | | | |||
* | | | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 |
| | | |