Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | regenerate projects | Jan Tattermusch | 2017-06-19 |
| | |||
* | Remove leftover thrift mentions | David Garcia Quintas | 2017-05-01 |
| | |||
* | Remove status_helper as it is not needed any more | yang-g | 2017-04-18 |
| | |||
* | Regenerate projects | Craig Tiller | 2017-03-30 |
| | |||
* | merge with head | yang-g | 2017-02-07 |
|\ | |||
| * | Add metadata_map.h to build.yaml | yang-g | 2017-01-31 |
| | | | | | | | | Add missing files to BUILD | ||
* | | Merge remote-tracking branch 'upstream/master' into health | yang-g | 2017-01-30 |
|\| | |||
* | | merge with head | yang-g | 2017-01-26 |
|\ \ | |||
| | * | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| |/ | | | | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
| * | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | | |||
| * | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
| |\ | |||
| * | | Fix sanity: check_sources_and_headers | Craig Tiller | 2017-01-11 |
| | | | |||
* | | | merge with head | yang-g | 2017-01-11 |
|\| | | |||
| | * | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2017-01-06 |
| | |\ | | |/ | |/| | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup | ||
* | | | codegen health proto | yang-g | 2016-12-27 |
| | | | |||
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| |\ \ | |/ / |/| | | |||
| | * | Revert "Revert "Revert "Revert "Remove redundant includes from string.h and ↵ | Mark D. Roth | 2016-12-12 |
| |/ |/| | | | | | tmpfile.h"""" | ||
* | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" | Craig Tiller | 2016-12-12 |
| | | |||
| * | Merge github.com:grpc/grpc into slice_with_exec_ctx | Craig Tiller | 2016-12-12 |
| |\ | |/ |/| | |||
* | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" | Mark D. Roth | 2016-12-05 |
| | | |||
* | | Revert "Remove redundant includes from string.h and tmpfile.h" | Mark D. Roth | 2016-12-05 |
| | | |||
* | | Temporarily enable gpr_slice_* functions to not break api compatibility | Sree Kuchibhotla | 2016-12-01 |
| | | |||
| * | Fix foward declaration duplication | Craig Tiller | 2016-11-10 |
|/ | |||
* | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | |||
* | Regenerate all projects | Vijay Pai | 2016-11-01 |
| | |||
* | Merge pull request #7996 from yang-g/canonical | Yang Gao | 2016-09-15 |
|\ | | | | | Add a helper to get canonical code from status | ||
| * | Add a helper to get canonical code from status | yang-g | 2016-09-09 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 |
|\| | |||
* | | added gpr_types.h | David Garcia Quintas | 2016-08-01 |
| | | |||
| * | refine code and add README | chedeti | 2016-08-01 |
| | | |||
| * | thrift serializer | chedeti | 2016-07-31 |
| | | |||
* | | removed codegen/slice_buffer.h and scrubbed codegen/slice.h | David Garcia Quintas | 2016-07-27 |
| | | |||
* | | removed codegen/log.h | David Garcia Quintas | 2016-07-27 |
| | | |||
* | | removed codegen/time.h | David Garcia Quintas | 2016-07-27 |
| | | |||
* | | removed codegen/byte_buffer.h | David Garcia Quintas | 2016-07-27 |
| | | |||
* | | removed codegen/alloc.h | David Garcia Quintas | 2016-07-27 |
|/ | |||
* | merge and resolve conflicts | yang-g | 2016-06-03 |
|\ | |||
* | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | |||
| * | Separate the grpc_cli targets into a separate library | yang-g | 2016-05-19 |
| | | |||
| * | Add proto file support in grpc_cli | yang-g | 2016-05-18 |
|/ | |||
* | Sort out codegen dependencies | Craig Tiller | 2016-04-07 |
| | |||
* | Add uses clauses to filegroups to ease dependency management | Craig Tiller | 2016-03-28 |
| | |||
* | Refactor end2end_test. Make the credentials a separate library. | yang-g | 2016-02-18 |
| | |||
* | move utilities to a separate file | yang-g | 2016-01-15 |
| | |||
* | Add a hybrid end2end test mixing sync and async methods | yang-g | 2016-01-14 |
| | |||
* | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 |
|\ | |||
* \ | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2015-12-22 |
|\ \ | |||
| | * | BoringSSL: vsproject changes | Craig Tiller | 2015-12-22 |
| |/ | |||
| * | regenerate project files | Jan Tattermusch | 2015-12-18 |
| | | |||
* | | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
| | | | | | | | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies |