Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Alternative ownership for global callbacks | Craig Tiller | 2016-01-26 |
| | |||
* | Merge remote-tracking branch 'upstream/master' | Bogdan Drutu | 2016-01-24 |
|\ | |||
| * | fix copyrights in server_context | Jan Tattermusch | 2016-01-23 |
| | | |||
| * | init deadline_ | yang-g | 2016-01-22 |
| | | |||
* | | Update the copyrights of the modified files. | Bogdan Drutu | 2016-01-19 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' | Bogdan Drutu | 2016-01-14 |
|\| | |||
| * | destroy reader after using it | yang-g | 2016-01-14 |
| | | |||
* | | Fix the build. | Bogdan Drutu | 2016-01-14 |
| | | |||
| * | clang-format code | Craig Tiller | 2016-01-14 |
| | | |||
| * | Update copyrights again | murgatroid99 | 2016-01-13 |
| | | |||
* | | Add virtual destructors for the default implementations as well. | Bogdan Drutu | 2016-01-12 |
| | | |||
| * | Remove dead code and a thus unneeded change to C++ bbuf | Vijay Pai | 2016-01-11 |
| | | |||
| * | Merge branch 'master' into bbuf | Vijay Pai | 2016-01-11 |
| |\ | |/ |/| | |||
| * | Refactor server side to support generic tests. | vjpai | 2016-01-07 |
| | | |||
| * | Got rid of all compilation problems, now need to test | Vijay Pai | 2016-01-04 |
| | | |||
* | | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | | |||
| * | Merge branch 'master' into bbuf | vjpai | 2015-12-22 |
| |\ | |/ |/| | |||
* | | Fix the naming conflict issue that cause the tests to fail. | Bogdan Drutu | 2015-12-12 |
| | | |||
* | | Add a destructor callback as well | Bogdan Drutu | 2015-12-11 |
| | | |||
* | | Add a hook for the default constructor of ClientContext. | Bogdan Drutu | 2015-12-11 |
| | | |||
* | | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
| | | |||
* | | include climits | Jan Tattermusch | 2015-12-07 |
| | | |||
* | | more win x64 fixes | Jan Tattermusch | 2015-12-07 |
| | | |||
* | | Merge pull request #4175 from yang-g/tcp_refactor | Craig Tiller | 2015-12-03 |
|\ \ | | | | | | | Refactor security connector and handshake | ||
* \ \ | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
|\ \ \ | | | | | | | | | Server builder options | ||
* \ \ \ | Merge pull request #4204 from ctiller/emergency-cheese-and-crackers | jboeuf | 2015-12-02 |
|\ \ \ \ | | | | | | | | | | | Global hook for doing something in response to a synchronous server call | ||
| * | | | | Further review feedback | Craig Tiller | 2015-12-02 |
| | | | | | |||
| | | * | | 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 |
| |/ / / |/| | | |