Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed include guard script and faulty .h | David Garcia Quintas | 2016-08-01 |
| | |||
* | Merge pull request #7502 from dgquintas/cpp_compression_level | Nicolas Noble | 2016-07-28 |
|\ | | | | | C++ Compression Level set properly | ||
* \ | Merge pull request #7451 from y-zeng/seperate_generated_files | kpayson64 | 2016-07-25 |
|\ \ | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf | ||
| | * | C++ Compression Level set properly | David Garcia Quintas | 2016-07-21 |
| | | | |||
* | | | Removed unused version of async_stream.h | David Garcia Quintas | 2016-07-21 |
| |/ |/| | |||
| * | Merge remote-tracking branch 'upstream/master' into seperate_generated_files | Yuchen Zeng | 2016-07-21 |
| |\ | |/ |/| | |||
* | | Merge pull request #7486 from dgquintas/alive_typo | kpayson64 | 2016-07-21 |
|\ \ | | | | | | | fixed typo | ||
* \ \ | Merge pull request #7469 from yang-g/proto_lite | Nicolas Noble | 2016-07-21 |
|\ \ \ | | | | | | | | | Add a macro to support protobuf lite | ||
| | * | | fixed typo | David Garcia Quintas | 2016-07-20 |
| |/ / |/| | | |||
| | * | Merge remote-tracking branch 'upstream/master' into seperate_generated_files | Yuchen Zeng | 2016-07-19 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #7444 from y-zeng/fix_typo | kpayson64 | 2016-07-19 |
|\ \ \ | | | | | | | | | Fix typos in config_protobuf.h | ||
| | * | | Add a macro to support protobuf lite | yang-g | 2016-07-19 |
| | | | | |||
| | | * | Separate generated file and protobuf dependency | Yuchen Zeng | 2016-07-18 |
| | | | | |||
| | | * | fix typo | Yuchen Zeng | 2016-07-18 |
| | |/ | |||
| * / | fix typo | Yuchen Zeng | 2016-07-18 |
| |/ | |||
* / | Reduce the number of unnecessary allocations | Sree Kuchibhotla | 2016-07-14 |
|/ | |||
* | Merge pull request #7319 from yang-g/wait_async | kpayson64 | 2016-07-14 |
|\ | | | | | Make Server::Wait work for async only server. | ||
| * | prevent spurious wake up and unstarted/already shutdown server | yang-g | 2016-07-14 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into slice | yang-g | 2016-07-12 |
|\ \ | |||
| | * | Make Server::Wait work for async only server. | yang-g | 2016-07-11 |
| |/ | |||
| * | Merge branch 'master' of github.com:grpc/grpc into bb_reader_error | David Garcia Quintas | 2016-07-06 |
| |\ | |||
| * | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | | | |||
| | * | removed unused version of status_code_enum.h | David Garcia Quintas | 2016-06-30 |
| |/ | |||
* | | Add API to get c slice from c++ Slice. | yang-g | 2016-06-24 |
| | | |||
| * | Merge pull request #6947 from vjpai/async_stream_doc | Jan Tattermusch | 2016-06-24 |
|/| | | | | | Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs | ||
* | | Const correctness for ClientContext and ServerContext getters | Bill Clarke | 2016-06-22 |
| | | |||
| * | Properly handle reviewer comment re concurrent Read | vjpai | 2016-06-21 |
| | | |||
| * | Fix review comments | vjpai | 2016-06-21 |
| | | |||
| * | Merge branch 'master' into async_stream_doc | vjpai | 2016-06-21 |
| |\ | |/ |/| | |||
* | | Stop using global namespace on a template param | vjpai | 2016-06-17 |
| | | |||
| * | Add proper documentation of ordering and thread-safety for | vjpai | 2016-06-17 |
| | | | | | | | | streaming (sync and async) APIs | ||
* | | Digraph | Vijay Pai | 2016-06-16 |
| | | |||
* | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\| | |||
* | | clang-format | Vijay Pai | 2016-06-15 |
| | | |||
* | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | | |||
* | | Provide nullptr->std::function cast | Vijay Pai | 2016-06-15 |
| | | |||
| * | Added to server's shutdown docstrings | David Garcia Quintas | 2016-06-13 |
| | | |||
| * | 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 |
| | | | |||
* | | | 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 #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 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 |
| | | | | | | |||
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | |||
| | * | | | | 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 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | | * | | PR comments (offline). | David Garcia Quintas | 2016-06-07 |
| | | | | | |