Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support sync/async methods in the same service | yang-g | 2016-01-13 |
| | |||
* | merge with head | yang-g | 2016-01-13 |
|\ | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
| * | Fix R/W template argument order in prototypes | Ian Coolidge | 2016-01-11 |
| | | | | | | | | | | | | | | In some cases, the prototype argument order was different than the declaration order. Based on a patch from Sam Leffler. | ||
* | | Exploratory refactoring for mixed sync/async methods on the same C++ service | Craig Tiller | 2016-01-07 |
|/ | |||
* | Merge pull request #4562 from ctiller/ints | jboeuf | 2016-01-06 |
|\ | | | | | Switch to using C99 types for fixed size integers | ||
* | | Update async write documentation | Craig Tiller | 2016-01-06 |
| | | |||
| * | Merge github.com:grpc/grpc into ints | Craig Tiller | 2016-01-04 |
| |\ | |/ |/| | |||
* | | Add copyright checks to sanity; make them verify copyright year is valid | Craig Tiller | 2016-01-04 |
| | | |||
* | | Update link in credentials.h to point to grpc.io | sammcveety | 2016-01-03 |
| | | |||
| * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
|/ | |||
* | 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 |
| | |||
* | Merge remote-tracking branch 'upstream/master' | Hongyu Chen | 2015-12-11 |
|\ | |||
* | | More reverting | Hongyu Chen | 2015-12-10 |
| | | |||
* | | Address comments: revert all changes except adding two new metadata keys | Hongyu Chen | 2015-12-10 |
| | | | | | | | | "census" and "census-bin" | ||
| * | include climits | Jan Tattermusch | 2015-12-07 |
| | | |||
| * | more win x64 fixes | Jan Tattermusch | 2015-12-07 |
| | | |||
| * | Merge pull request #4207 from yang-g/server_builder_options | Craig Tiller | 2015-12-03 |
| |\ | | | | | | | Server builder options | ||
* | | | Census tags propagation. | Hongyu Chen | 2015-12-02 |
|/ / | |||
* | | 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 | ||
| | * | add doxygen comment | 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 | ||
| * | | | Improving documentation. | Julien Boeuf | 2015-11-25 |
| | | | | |||
| * | | | Fixing typo. | Julien Boeuf | 2015-11-25 |
| | | | | |||
| | | * | 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 |
| |/ |/| | |||
* | | Two argument variant for grpc::thread | Craig Tiller | 2015-11-20 |
| | | |||
| * | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 |
| | | |||
* | | 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 |
|\ \ \ | |||
| | * | | include header | yang-g | 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-16 |
| | |\ | | |/ | |/| | |||
| * | | Fixing the doc to warn of the dangers for overriding the target name when ↵ | Julien Boeuf | 2015-11-11 |
| | | | | | | | | | | | | using SSL. | ||
| | * | 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 |
| | |/ | |/| | |||
| * | | remove log spam | yang-g | 2015-10-27 |
| | | | |||
| * | | Merge pull request #3969 from grpc/release-0_11 | Nicolas Noble | 2015-10-26 |
| |\ \ | | | | | | | | | Release 0 11 -> master | ||
| | * | | Mark WaitForInitialMetadata as override, for Clang | Jorge Canizales | 2015-10-23 |
| | | | | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-10-17 |
|\| | | | |||
* | | | | Successfully compile C++ libary (not tests yet). | Julien Boeuf | 2015-10-12 |
| | | | | |||
| * | | | C++ Alarm implementation (with tests). | David Garcia Quintas | 2015-10-07 |
|/ / / | |||
* | | | Merge github.com:grpc/grpc into clang_format | Craig Tiller | 2015-09-25 |
|\ \ \ | |||
* | | | | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| | | | |