Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|\ \ | |||
| * | | Handle cancel before start case | yang-g | 2015-11-17 |
| | | | |||
| | * | stream_op cleanup: test fixes and updates | Craig Tiller | 2015-11-02 |
| |/ | |||
* / | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
|/ | |||
* | Merge pull request #3627 from yang-g/flake2 | Craig Tiller | 2015-10-05 |
|\ | | | | | Deflake end2end_test | ||
| * | The Writes may return false after the server cancels the stream | yang-g | 2015-10-02 |
| | | |||
* | | Merge pull request #3556 from ctiller/clangf | Vijay Pai | 2015-10-01 |
|\ \ | |/ |/| | Fix clang-format script | ||
* | | Maybe it is already ready when we call getstatus | yang-g | 2015-10-01 |
| | | |||
| * | Merge github.com:grpc/grpc into clangf | Craig Tiller | 2015-10-01 |
| |\ | |/ |/| | |||
* | | remove anonymous namespace in anonymous namespace | yang-g | 2015-09-29 |
| | | |||
* | | add tls and proxy as dimensions of end2end test | yang-g | 2015-09-29 |
| | | |||
| * | Fix clang-format script | Craig Tiller | 2015-09-28 |
|/ | |||
* | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-22 |
|\ | | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c | ||
| * | 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. | ||
* | | Merge github.com:grpc/grpc into we-are-one | Craig Tiller | 2015-09-22 |
|\| | |||
| * | Merge pull request #3378 from yang-g/connection_failure_detection | Craig Tiller | 2015-09-22 |
| |\ | | | | | | | remove connectivity watcher from interested party early | ||
| | * | use seconds | yang-g | 2015-09-18 |
| | | | |||
| | * | add a test | yang-g | 2015-09-18 |
| |/ |/| | |||
| * | Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin | Julien Boeuf | 2015-09-15 |
| |\ | |/ |/| | |||
| * | Adding C++ tests and fixing a few things. | Julien Boeuf | 2015-09-15 |
| | | |||
* | | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-02 |
|/ | | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option. | ||
* | Addressing comments. | Julien Boeuf | 2015-08-28 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ | |||
| * | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-28 |
| |\ | | | | | | | | | | credentials_naming_and_cleanup | ||
* | \ | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-28 |
|\ \ \ | | |/ | |/| |