Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|\ \ | |||
| | * | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| |/ | |||
| * | merge and resolve conflicts | yang-g | 2016-06-03 |
| |\ | |||
| * | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | |\ | | |/ | |/| | |||
* / | | moved core_codegen from src/cpp/... to include/grpc++/... | David Garcia Quintas | 2016-05-19 |
|/ / | |||
* | | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
|\ \ | |||
| * | | Master is now 0.15.0-dev. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | | |||
* | | | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| | | | |||
| * | | Moved protos out of core_codegen interface | David Garcia Quintas | 2016-04-27 |
|/ / | |||
| * | Change win32 file suffix | Yuchen Zeng | 2016-04-26 |
|/ | |||
* | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
| | |||
* | Sort out codegen dependencies | Craig Tiller | 2016-04-07 |
| | |||
* | Add uses clauses to filegroups to ease dependency management | Craig Tiller | 2016-03-28 |
| | |||
* | Massaging that pull request. | Nicolas "Pixel" Noble | 2016-03-17 |
| | |||
* | Split codegen target and made it libs | David Garcia Quintas | 2016-02-18 |
| | |||
* | Properly specify dependences on alarm.h in build.yaml | vjpai | 2016-02-10 |
| | |||
* | Flagging master as 0.14.0-dev. | Nicolas "Pixel" Noble | 2016-02-09 |
| | |||
* | Flagging 0.13 as pre1. | Nicolas "Pixel" Noble | 2016-02-09 |
| | |||
* | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
| | |||
* | sanity fixes | David Garcia Quintas | 2016-01-27 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
|\ | |||
* | | DONE!!1one | David Garcia Quintas | 2016-01-27 |
| | | |||
* | | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | | |||
* | | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | | |||
* | | Further work. Compiles. WIP | David Garcia Quintas | 2016-01-25 |
| | | |||
| * | regenerate projects | Jan Tattermusch | 2016-01-22 |
| | | |||
* | | made codegen targets in build.yaml | David Garcia Quintas | 2016-01-21 |
| | | |||
* | | Made "codedgen" directories closed over #includes | David Garcia Quintas | 2016-01-21 |
| | | |||
* | | regenerated projects | David Garcia Quintas | 2016-01-20 |
| | | |||
* | | Regenerated projects | David Garcia Quintas | 2016-01-20 |
| | | |||
* | | Add new public header | yang-g | 2016-01-14 |
|/ | |||
* | add server_builder_option | yang-g | 2015-11-25 |
| | |||
* | Fixing tests. | Julien Boeuf | 2015-11-17 |
| | |||
* | grpc++.h was not installed | Craig Tiller | 2015-09-11 |
| | |||
* | Bumping revision to 0.11 for beta. | Nicolas "Pixel" Noble | 2015-09-01 |
| | |||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-26 |
|\ | |||
| * | Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref | Julien Boeuf | 2015-08-24 |
| |\ | |||
| * | | Adding grpc::string_ref class. | Julien Boeuf | 2015-08-24 |
| | | | | | | | | | | | | | | | | | | - Strict subset of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html - Useful to avoid unnecessary string copies. | ||
| | * | merge with head | yang-g | 2015-08-24 |
| | |\ | |||
| | | * | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | |/ | |/| | |||
| | * | split stream.h into sync_stream.h and async_stream.h | yang-g | 2015-08-21 |
| | | | |||
| | * | headers reorg | yang-g | 2015-08-21 |
| | | | |||
| | * | remove internal_stub | yang-g | 2015-08-20 |
| | | | |||
| | * | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| |/ | |||
* / | Adding new header in build.json. | Julien Boeuf | 2015-08-15 |
|/ | |||
* | Merge pull request #2875 from yang-g/test_unsecure | Nicolas Noble | 2015-08-10 |
|\ | | | | | move auth property iterator declaration into auth_context.h |