Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | merge with head and resolve conflict | yang-g | 2015-12-02 | |
| | | |\ \ | |_|_|/ / |/| | | | | ||||
| * | | | | Review feedback | Craig Tiller | 2015-12-02 | |
| | | | | | ||||
* | | | | | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | |||
| | | | | * | Merge branch 'master' into bbuf | vjpai | 2015-11-30 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | ||||
| | | | | * | WIP | vjpai | 2015-11-30 | |
| | | | | | | ||||
| | | * | | | Add set pointer api to channel_arguments | yang-g | 2015-11-25 | |
| | | | | | | ||||
| | | * | | | add server_builder_option | yang-g | 2015-11-25 | |
| |_|/ / / |/| | | | | ||||
| | * | | | Global hook for doing something in response to a synchronous server call | Craig Tiller | 2015-11-24 | |
| |/ / / |/| | | | ||||
| * | | | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 | |
| | | | | ||||
| * | | | Also adding a credentials type to the plugin API. | Julien Boeuf | 2015-11-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy); | |||
| * | | | Fixing implementations. | Julien Boeuf | 2015-11-18 | |
| | | | | ||||
* | | | | clang-format | Craig Tiller | 2015-11-18 | |
| |/ / |/| | | ||||
* | | | Merge pull request #3993 from ctiller/new_op | David G. Quintas | 2015-11-18 | |
|\ \ \ | |/ / |/| | | Core transport & call cleanup | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 | |
|\ \ \ | | |/ | |/| | ||||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 | |
|\ \ \ | ||||
| | * | | Handle cancel before start case | yang-g | 2015-11-17 | |
| |/ / | ||||
| | * | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 | |
| | |\ | | |/ | |/| | ||||
| * | | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition | Craig Tiller | 2015-11-04 | |
| |\ \ | | | | | | | | | Move static value grpc::string_ref::npos definition to cc file | |||
| | | * | stream_op cleanup: miscellany | Craig Tiller | 2015-11-02 | |
| | |/ | |/| | ||||
* | | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-10-17 | |
|\| | | ||||
| * | | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-13 | |
| |\ \ | ||||
| * \ \ | Merge branch 'master' of github.com:grpc/grpc into cq_alarm | David Garcia Quintas | 2015-10-12 | |
| |\ \ \ | ||||
* | | | | | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 | |
| |/ / / |/| | | | ||||
| | * | | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-09 | |
| | |\ \ | |_|/ / |/| | | | ||||
| | * | | Move profiling system to gpr | Craig Tiller | 2015-10-09 | |
| | | | | ||||
| | * | | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 | |
| | | | | ||||
| | * | | Latency traces | Craig Tiller | 2015-10-08 | |
| | | | | ||||
| * | | | C++ Alarm implementation (with tests). | David Garcia Quintas | 2015-10-07 | |
| |/ / | ||||
* / / | mark unreachable code with a macro | yang-g | 2015-10-07 | |
|/ / | ||||
* | | Merge pull request #3602 from grpc/release-0_11 | Tim Emiola | 2015-10-02 | |
|\ \ | | | | | | | Upmerge from beta to master. | |||
| * | | Update README.mds that don't currently have Status 'Beta' | Tim Emiola | 2015-10-01 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into clangf | Craig Tiller | 2015-10-01 | |
|\ \ \ | ||||
| * | | | Fix an assert | Vijay Pai | 2015-09-29 | |
| | | | | ||||
| * | | | C++ changes required to maintain gcc4.4 compatibility - reduce use | Vijay Pai | 2015-09-29 | |
| | | | | | | | | | | | | | | | | of ambiguous nullptr, eliminate use of brace initializer lists | |||
* | | | | Fix clang-format script | Craig Tiller | 2015-09-28 | |
|/ / / | ||||
* | | | Merge pull request #3474 from ctiller/clang_format | Nicolas Noble | 2015-09-25 | |
|\ \ \ | | | | | | | | | Add clang-format to sanity | |||
| * \ \ | Merge github.com:grpc/grpc into clang_format | Craig Tiller | 2015-09-25 | |
| |\ \ \ | ||||
* | | | | | Fast path for proto serialization for small protos | Craig Tiller | 2015-09-24 | |
| |/ / / |/| | | | ||||
| * | | | Add clang-format to sanity | Craig Tiller | 2015-09-24 | |
| | | | | ||||
* | | | | Windows fixes | Craig Tiller | 2015-09-23 | |
|/ / / | ||||
* | | | It is a bad idea to have a map with string_refs as output params. | Julien Boeuf | 2015-09-22 | |
| | | | | | | | | | | | | | | | This is very much unsafe as the string_ref could point on a stack variable of the callee. | |||
* | | | Credentials plugin fixes (after the branch was merged). | Julien Boeuf | 2015-09-21 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin | Julien Boeuf | 2015-09-15 | |
|\ \ \ | ||||
| * | | | Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding | David Garcia Quintas | 2015-09-08 | |
| |\| | | ||||
| | * | | Guard against empty vector | yang-g | 2015-09-03 | |
| | | | | ||||
| | * | | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 | |
| | | | | | | | | | | | | | | | | Original PR #3074 by @dgquintas | |||
| | * | | Add missed header | yang-g | 2015-09-01 | |
| | | | | ||||
| | | * | Move static value grpc::string_ref::npos definition to cc file | Konstantin Podsvirov | 2015-09-01 | |
| | |/ | ||||
* | / | Design and implementation of the core credentials plugin API. | Julien Boeuf | 2015-08-31 | |
| |/ |/| | | | | | | | | | - We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet. | |||
* | | Shuffling headers around. | Julien Boeuf | 2015-08-28 | |
| | |