Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
|\ | | | | | Removed references to public APIs from codegen/ | ||
* \ | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
|\ \ | |||
| * | | Change UnimplementedService to UnimplementedEchoService in echo.proto | murgatroid99 | 2016-09-01 |
| | | | |||
| | * | removed codegen/log.h | David Garcia Quintas | 2016-07-27 |
| |/ |/| | |||
| * | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | Delay beginning most writes until we enter poll() | ||
* | | Merge branch 'master' into assert_not_expect | Robbie Shade | 2016-07-15 |
|\ \ | |||
| * | | Better fix for flow control bug | Craig Tiller | 2016-07-07 |
| |/ | |||
| * | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 |
| |\ | | | | | | | Fix #3803 | ||
* | | | ASSERT vector size before directly accessing first element | Robbie Shade | 2016-06-23 |
|/ / | |||
* | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\ \ | |||
* | | | Deal with issues surrounding const members of classes used in | Vijay Pai | 2016-06-15 |
| | | | | | | | | | | | | containers | ||
* | | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | | | |||
| * | | add a test with empty request | yang-g | 2016-06-07 |
|/ / | |||
| * | Fix double-free issue for optional_message. | Julien Boeuf | 2016-06-06 |
|/ | | | | Also better end to end testing of plumbing of plugin error message. | ||
* | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 |
|\ | |||
| * | fix compiling error | yang-g | 2016-05-10 |
| | | |||
| * | Add parsing back to protobuf example | yang-g | 2016-05-06 |
| | | |||
| * | Add a test for server returning error with debug info in trailer. | yang-g | 2016-05-05 |
| | | |||
* | | Refactoring the core security code. | Julien Boeuf | 2016-05-04 |
|/ | | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough... | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Add support for IP Addresses in Subject Alt Names. | Paul Querna | 2016-03-14 |
| | |||
* | Allow use of alternative credential types. | Dan Born | 2016-03-03 |
| | |||
* | Fix ResponseStreamServerCancelAfter test flake | Sree Kuchibhotla | 2016-02-29 |
| | |||
* | SimultaneousReadWritesDone test was not observing the contract on the | Vijay Pai | 2016-02-25 |
| | | | | | | streaming API. In particular, Finish should not be called until the client is sure that there is no more message to be read (as documented in the comments for ClientStreamingInterface::Finish) | ||
* | Add a helper to return all the secure types | yang-g | 2016-02-19 |
| | |||
* | Revert "make an enum" | yang-g | 2016-02-19 |
| | | | | This reverts commit 5152cd29f8541d7600b7ddc3d9db188ad59ea673. | ||
* | make an enum | yang-g | 2016-02-18 |
| | |||
* | Refactor end2end_test. Make the credentials a separate library. | yang-g | 2016-02-18 |
| | |||
* | Provide explicit API for user to set user agent string prefix | yang-g | 2016-02-10 |
| | |||
* | Merge branch 'master' into server_try_cancel_api | Sree Kuchibhotla | 2016-02-03 |
|\ | |||
| * | remove duplicate functions | yang-g | 2016-02-02 |
| | | |||
| * | remove the old impl caused by 4921 | yang-g | 2016-02-02 |
| | | |||
* | | Merge branch 'master' into server_try_cancel_api | Sree Kuchibhotla | 2016-02-01 |
|\| | |||
| * | use huffman prefix | yang-g | 2016-02-01 |
| | | |||
* | | Comments and a minor fix | Sree Kuchibhotla | 2016-01-29 |
| | | |||
* | | Comments and format | Sree Kuchibhotla | 2016-01-28 |
| | | |||
* | | Sync server end2end and async_end2end tests | Sree Kuchibhotla | 2016-01-28 |
|/ | |||
* | clang-format code | Craig Tiller | 2016-01-27 |
| | |||
* | Small testing fixes | Craig Tiller | 2016-01-27 |
| | | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use | ||
* | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | |||
* | Fix copyrights again | murgatroid99 | 2016-01-14 |
| | |||
* | FormatCode | Sree Kuchibhotla | 2016-01-13 |
| | |||
* | Rename TestService to EchoTestService to prevent name-conflict with | Sree Kuchibhotla | 2016-01-13 |
| | | | | 'TestService' in test.proto | ||
* | 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 | ||
* | Fix double read at end of stream bug | Craig Tiller | 2015-12-15 |
| | |||
* | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| * | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 |
| | | |||
* | | 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 |
|\ \ |