aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adding new header in build.json.Gravatar Julien Boeuf2015-08-15
|
* Forgot to commit this file...Gravatar Julien Boeuf2015-08-14
|
* Few improvements:Gravatar Julien Boeuf2015-08-14
| | | | | | - Guarantee the lifetime of objects passed to the processor. - Add an option for implementers of the processor to make it non-blocking.
* Fixing build after sync with upstream master.Gravatar Julien Boeuf2015-08-13
|
* Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processorGravatar Julien Boeuf2015-08-13
|\
* | Fixing lifetime of input metadata issue.Gravatar Julien Boeuf2015-08-13
| |
| * Merge pull request #2931 from dgquintas/none-to-identityGravatar Yang Gao2015-08-13
| |\ | | | | | | Renamed "none" as "identity" for the no-op compression algorithm
* | | Adding C++ auth metadata processor.Gravatar Julien Boeuf2015-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We always do the processing asynchronously but maintain a synchronous API for the implementor of the processor. - there are a lot of string copies right now. Having a StringPiece object in grpc++ would really help with that (as we would use it for C++ metadata). - Please review the API carefully and if you're happy with it, I'll proceed with tests.
| * | Merge pull request #2932 from nicolasnoble/restoring-windows-building-gaahGravatar David G. Quintas2015-08-13
| |\ \ | | | | | | | | Recreating grpc_test_util_unsecure's template.
| | * | Recreating grpc_test_util_unsecure's template.Gravatar Nicolas "Pixel" Noble2015-08-14
| |/ /
| | * Renamed "none" as "identity" for the no-op compression algorithm for ↵Gravatar David Garcia Quintas2015-08-13
| |/ | | | | | | consistency with the spec
| * Merge pull request #2919 from nicolasnoble/report-cullingGravatar Jan Tattermusch2015-08-13
| |\ | | | | | | Reducing JUnit's report size.
| * \ Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
| |\ \ | | | | | | | | Use a sync service to handle requests to unknown services
| * \ \ Merge pull request #2612 from nicolasnoble/the-ultimate-showdownGravatar Vijay Pai2015-08-13
| |\ \ \ | | | | | | | | | | Adding reserved arguments and pointers in the API to ensure stability.
| | | | * Reducing JUnit's report size.Gravatar Nicolas "Pixel" Noble2015-08-13
| | | | |
| | | * | remove redundant ctorGravatar yang-g2015-08-13
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2922 from yang-g/proto3_cppGravatar Vijay Pai2015-08-13
| |\ \ \ \ | | | | | | | | | | | | use proto3 syntax in c++ test protos
| * \ \ \ \ Merge pull request #2926 from nicolasnoble/cancel_gpr_cancelableGravatar Yang Gao2015-08-13
| |\ \ \ \ \ | | | | | | | | | | | | | | Removing gpr_cancelable.
| | * | | | | Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
| |/ / / / /
| | * | | | update the interop test protos and code to proto3Gravatar yang-g2015-08-13
| | | | | |
| * | | | | Merge pull request #2877 from stanley-cheung/php_connectivity_apiGravatar Michael Lumish2015-08-13
| |\ \ \ \ \ | | | | | | | | | | | | | | PHP: wrap connectivity state API
| * \ \ \ \ \ Merge pull request #2925 from grpc/revert-2910-timeout_on_sleeping_serverGravatar Jan Tattermusch2015-08-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "implement timeout_on_sleeping_server interop test"
| | * | | | | | Revert "implement timeout_on_sleeping_server interop test"Gravatar Jan Tattermusch2015-08-13
| |/ / / / / /
| * | | | | | Merge pull request #2910 from jtattermusch/timeout_on_sleeping_serverGravatar Michael Lumish2015-08-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | implement timeout_on_sleeping_server interop test
| * \ \ \ \ \ \ Merge pull request #2924 from mzhaom/zlib-depGravatar Nicolas Noble2015-08-13
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Let grpc target depend on //external:zlib
| | * | | | | | | Let grpc target depend on //external:zlib so that "-lz" or a real zlibGravatar Ming Zhao2015-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | target like https://github.com/google/kythe/blob/master/third_party/zlib/BUILD can be pulled in.
| | | | | * | | | use proto3 syntax in c++ test protosGravatar yang-g2015-08-13
| | | | | | | | |
| | | | | | | * | Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
| | | | | | | | |
| * | | | | | | | Merge pull request #2918 from nathanielmanistaatgoogle/2916Gravatar Masood Malekghassemi2015-08-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Service-side read without allowance
| | | | | * | | | | php: connectivity state review feedbackGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: add watchForReady methodGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: add more testsGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: wrap watchConnectivityState apiGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: wrap getConnectivityState APIGravatar Stanley Cheung2015-08-13
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #2816 from soltanmm/health-checkGravatar Nathaniel Manista2015-08-13
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | Add health-checking to Python.
| | | * | | | | | Service-side read without allowanceGravatar Nathaniel Manista2015-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This compensates for the abstraction mismatch described in issue 2916.
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc
| * | | | | | | | Merge pull request #2914 from jcanizales/separate-headers-and-trailersGravatar Michael Lumish2015-08-13
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Separate headers and trailers
| * | | | | | | | Merge pull request #2917 from nmittler/typeoGravatar Eric Anderson2015-08-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixing type-o
| | * | | | | | | | Fixing type-oGravatar nmittler2015-08-13
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2912 from jtattermusch/csharp_auth_uri_genGravatar Jan Tattermusch2015-08-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | generate auth URI for JWT access token properly
| * | | | | | | | | Merge pull request #2890 from yang-g/client_contextGravatar David G. Quintas2015-08-13
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | client code clean up
| | | * | | | | | | Document not to modify headers after startGravatar Jorge Canizales2015-08-12
| | | | | | | | | |
| | | * | | | | | | Put both headers and trailers in the error.userInfoGravatar Jorge Canizales2015-08-12
| | | | | | | | | |
| | | * | | | | | | Turn allResponseMetadata into *Headers and *TrailersGravatar Jorge Canizales2015-08-12
| | | | | | | | | |
| | | * | | | | | | nit: Comment formattingGravatar Jorge Canizales2015-08-12
| | | | | | | | | |
| | | * | | | | | | More requestMetadata -> requestHeaders renamingGravatar Jorge Canizales2015-08-12
| | | | | | | | | |
| | | * | | | | | | Rename responseMetadata -> allResponseMetadataGravatar Jorge Canizales2015-08-12
| | | | | | | | | |
| | | * | | | | | | Rename requestMetadata -> requestHeadersGravatar Jorge Canizales2015-08-12
| | | | | | | | | |