Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | removed codegen/alloc.h | David Garcia Quintas | 2016-07-27 | |
| | |_|_|/ | |/| | | | ||||
| | * | | | Added missing var initialization | David Garcia Quintas | 2016-07-22 | |
| | | | | | ||||
| | * | | | C++ Compression Level set properly | David Garcia Quintas | 2016-07-21 | |
| | | | | | ||||
| * | | | | Use compiling instead of making | Yuchen Zeng | 2016-07-20 | |
| | | | | | ||||
| * | | | | Add comments for GRPC_NO_GENERATED_CODE | Yuchen Zeng | 2016-07-19 | |
| | | | | | ||||
* | | | | | Minor changes | Sree Kuchibhotla | 2016-07-19 | |
| | | | | | ||||
* | | | | | More changes | Sree Kuchibhotla | 2016-07-19 | |
| | | | | | ||||
* | | | | | Minor changes to GrpcRpcManager | Sree Kuchibhotla | 2016-07-19 | |
| | | | | | ||||
* | | | | | Add more functionality (no cq integration yet) and add a dummy test | Sree Kuchibhotla | 2016-07-19 | |
| | | | | | ||||
| * | | | | Separate generated file and protobuf dependency | Yuchen Zeng | 2016-07-18 | |
| |/ / / | ||||
* / / / | Initial shell | Sree Kuchibhotla | 2016-07-18 | |
|/ / / | ||||
| * | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-15 | |
| |\ \ | |/ / |/| | | ||||
| | * | prevent spurious wake up and unstarted/already shutdown server | yang-g | 2016-07-14 | |
| | | | ||||
* | | | 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 | |
| | | | ||||
| * | | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-07-12 | |
| |\| | ||||
* | | | Make Server::Wait work for async only server. | yang-g | 2016-07-11 | |
| |/ |/| | ||||
| * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-01 | |
| |\ | ||||
* | | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 | |
| |/ |/| | ||||
* | | Updated git clone URL | David Garcia Quintas | 2016-06-29 | |
| | | ||||
| * | Addressed reviewer comments. | Mark D. Roth | 2016-06-29 | |
| | | ||||
| * | Move channel_filter.h from include/ tree to src/ tree. | Mark D. Roth | 2016-06-29 | |
| | | ||||
| * | clang-format | Mark D. Roth | 2016-06-29 | |
| | | ||||
| * | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 | |
| |\ | |/ |/| | ||||
| * | Initial attempt at a C++ wrapper for the C grpc_transport_op and | Mark D. Roth | 2016-06-27 | |
| | | | | | | | | grpc_transport_stream_op structs. | |||
* | | 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 | |
| | |\ \ | | |/ / | |/| | | ||||
| | | * | Removed unnecessary comments. Added connection counter to test. | Mark D. Roth | 2016-06-16 | |
| | | | | ||||
| | | * | Fix portability issues. | Mark D. Roth | 2016-06-16 | |
| | | | | ||||
| | | * | clang-format | Mark D. Roth | 2016-06-16 | |
| | | | | ||||
| | | * | Pass channel args to ChannelData ctor and ChannelData to CallData ctor. | Mark D. Roth | 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 | |||
| | | | * | - fix build problems | Mark D. Roth | 2016-06-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - make changes suggested by reviewer - add test (not working yet) | |||
* | | | | | 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 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||
| | | | * | Initial attempt at a C++ API for defining channel filters. | Mark D. Roth | 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 | |
|\ \ \ \ |