Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding new header in build.json. | Julien Boeuf | 2015-08-15 |
| | |||
* | Forgot to commit this file... | Julien Boeuf | 2015-08-14 |
| | |||
* | Few improvements: | Julien Boeuf | 2015-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. | Julien Boeuf | 2015-08-13 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-13 |
|\ | |||
* | | Fixing lifetime of input metadata issue. | Julien Boeuf | 2015-08-13 |
| | | |||
| * | Merge pull request #2931 from dgquintas/none-to-identity | Yang Gao | 2015-08-13 |
| |\ | | | | | | | Renamed "none" as "identity" for the no-op compression algorithm | ||
* | | | Adding C++ auth metadata processor. | Julien Boeuf | 2015-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-gaah | David G. Quintas | 2015-08-13 |
| |\ \ | | | | | | | | | Recreating grpc_test_util_unsecure's template. | ||
| | * | | Recreating grpc_test_util_unsecure's template. | Nicolas "Pixel" Noble | 2015-08-14 |
| |/ / | |||
| | * | Renamed "none" as "identity" for the no-op compression algorithm for ↵ | David Garcia Quintas | 2015-08-13 |
| |/ | | | | | | | consistency with the spec | ||
| * | Merge pull request #2919 from nicolasnoble/report-culling | Jan Tattermusch | 2015-08-13 |
| |\ | | | | | | | Reducing JUnit's report size. | ||
| * \ | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 |
| |\ \ | | | | | | | | | Use a sync service to handle requests to unknown services | ||
| * \ \ | Merge pull request #2612 from nicolasnoble/the-ultimate-showdown | Vijay Pai | 2015-08-13 |
| |\ \ \ | | | | | | | | | | | Adding reserved arguments and pointers in the API to ensure stability. | ||
| | | | * | Reducing JUnit's report size. | Nicolas "Pixel" Noble | 2015-08-13 |
| | | | | | |||
| | | * | | remove redundant ctor | yang-g | 2015-08-13 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge pull request #2922 from yang-g/proto3_cpp | Vijay Pai | 2015-08-13 |
| |\ \ \ \ | | | | | | | | | | | | | use proto3 syntax in c++ test protos | ||
| * \ \ \ \ | Merge pull request #2926 from nicolasnoble/cancel_gpr_cancelable | Yang Gao | 2015-08-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Removing gpr_cancelable. | ||
| | * | | | | | Removing gpr_cancelable. | Nicolas "Pixel" Noble | 2015-08-13 |
| |/ / / / / | |||
| | * | | | | update the interop test protos and code to proto3 | yang-g | 2015-08-13 |
| | | | | | | |||
| * | | | | | Merge pull request #2877 from stanley-cheung/php_connectivity_api | Michael Lumish | 2015-08-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | PHP: wrap connectivity state API | ||
| * \ \ \ \ \ | Merge pull request #2925 from grpc/revert-2910-timeout_on_sleeping_server | Jan Tattermusch | 2015-08-13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "implement timeout_on_sleeping_server interop test" | ||
| | * | | | | | | Revert "implement timeout_on_sleeping_server interop test" | Jan Tattermusch | 2015-08-13 |
| |/ / / / / / | |||
| * | | | | | | Merge pull request #2910 from jtattermusch/timeout_on_sleeping_server | Michael Lumish | 2015-08-13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | implement timeout_on_sleeping_server interop test | ||
| * \ \ \ \ \ \ | Merge pull request #2924 from mzhaom/zlib-dep | Nicolas Noble | 2015-08-13 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Let grpc target depend on //external:zlib | ||
| | * | | | | | | | Let grpc target depend on //external:zlib so that "-lz" or a real zlib | Ming Zhao | 2015-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 protos | yang-g | 2015-08-13 |
| | | | | | | | | | |||
| | | | | | | * | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #2918 from nathanielmanistaatgoogle/2916 | Masood Malekghassemi | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Service-side read without allowance | ||
| | | | | * | | | | | php: connectivity state review feedback | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | | * | | | | | php: add watchForReady method | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | | * | | | | | php: add more tests | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | | * | | | | | php: wrap watchConnectivityState api | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | | * | | | | | php: wrap getConnectivityState API | Stanley Cheung | 2015-08-13 |
| | |_|_|/ / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #2816 from soltanmm/health-check | Nathaniel Manista | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | Add health-checking to Python. | ||
| | | * | | | | | | Service-side read without allowance | Nathaniel Manista | 2015-08-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This compensates for the abstraction mismatch described in issue 2916. | ||
| | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc | ||
| * | | | | | | | | Merge pull request #2914 from jcanizales/separate-headers-and-trailers | Michael Lumish | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Separate headers and trailers | ||
| * | | | | | | | | Merge pull request #2917 from nmittler/typeo | Eric Anderson | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixing type-o | ||
| | * | | | | | | | | Fixing type-o | nmittler | 2015-08-13 |
| |/ / / / / / / / | |||
| * | | | | | | | | Merge pull request #2912 from jtattermusch/csharp_auth_uri_gen | Jan Tattermusch | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | generate auth URI for JWT access token properly | ||
| * | | | | | | | | | Merge pull request #2890 from yang-g/client_context | David G. Quintas | 2015-08-13 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client code clean up | ||
| | | * | | | | | | | Document not to modify headers after start | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Put both headers and trailers in the error.userInfo | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Turn allResponseMetadata into *Headers and *Trailers | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | nit: Comment formatting | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | More requestMetadata -> requestHeaders renaming | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Rename responseMetadata -> allResponseMetadata | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Rename requestMetadata -> requestHeaders | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | |