Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | Merge pull request #3130 from nathanielmanistaatgoogle/test-cleanup | Masood Malekghassemi | 2015-08-28 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Python test clean-up | |||
* \ \ \ \ \ \ \ \ | Merge pull request #3128 from nathanielmanistaatgoogle/add_port | Masood Malekghassemi | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Accept addresses rather than ports in add_port | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3124 from nathanielmanistaatgoogle/_end-fixes | Masood Malekghassemi | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Two fixes in grpc.framework.core._end | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #3133 from yang-g/fix_build | Jan Tattermusch | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Do not include internal proto header | |||
| | | | | | | | | | | * | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-28 | |
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||
| | | | | | * | | | | | | Merge branch 'master' into node_error_code_compliance | murgatroid99 | 2015-08-28 | |
| | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #3012 from murgatroid99/node_metadata_class | Tim Emiola | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace metadata objects with a Metadata class | |||
| | * | | | | | | | | | | | Do not include internal proto header | yang-g | 2015-08-28 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||
| | | | * | | | | | | | | Python test clean-up | Nathaniel Manista | 2015-08-28 | |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Move metadata and details constants for gRPC-on-the-wire tests into grpc.test_common. (2) Drop definitions of setUpModule and tearDownModule from a unit test module that, because it uses the load_tests protocol, never had those methods called anyway. :-( | |||
* | | | | | | | | | | | Merge pull request #3125 from jtattermusch/metadata_key_check | Michael Lumish | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Check for allowed characters in metadata key. | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3111 from ctiller/reject-the-stuffs | Yang Gao | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Outlaw comma in non-binary metadata values | |||
| | | | | * | | | | | | | Accept addresses rather than ports in add_port | Nathaniel Manista | 2015-08-28 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||
| | * | | | | | | | | | check for allowed characters in metadata key | Jan Tattermusch | 2015-08-28 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||
| | | * | | | | | | | Two fixes in grpc.framework.core._end | Nathaniel Manista | 2015-08-28 | |
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Call "cancel" on each future, not on the list of futures. (2) If and when futures mature their actions should simply abort all outstanding operations and cancel any other futures. They should not shut down the _End's internal thread pool; only the termination action of the last operation to terminate should shut down the pool (in the case of their having been active operations at the time at which the _End's stop(grace) method was called). | |||
* | | | | | | | | | Merge pull request #3117 from nathanielmanistaatgoogle/force-client-auth | Masood Malekghassemi | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Expand force_client_auth to old ServerCredentials | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3118 from jtattermusch/csharp_errors | Stanley Cheung | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Make C# error spec compliant | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #3102 from soltanmm/ihop | Nathaniel Manista | 2015-08-28 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Python OAuth2 auth-token interop test. | |||
| | | | * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into reject-the-stuffs | Craig Tiller | 2015-08-27 | |
| | | | |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #3082 from dgquintas/cl | Craig Tiller | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect against dereferencing a null ptr in http2 stream | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3100 from murgatroid99/core_fix_improper_include | Craig Tiller | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed incorrect include line in core/census/grpc_filter.c | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #3104 from yang-g/create_channel | Craig Tiller | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create channel API change | |||
| | | | | * | | | | | | | | | | error spec compliance and marshalling tests | Jan Tattermusch | 2015-08-27 | |
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | Expand force_client_auth to old ServerCredentials | Nathaniel Manista | 2015-08-28 | |
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 | |
| | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-27 | |
| | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | |||
| | | | | | | | * | | | | | Python service account cleanup. | Julien Boeuf | 2015-08-27 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #3106 from jtattermusch/culture_invariant | Stanley Cheung | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make ToLower culture invariant | |||
| | | | | | | | * | | | | | | Emit proper status when failing to parse server stream | murgatroid99 | 2015-08-27 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor | Julien Boeuf | 2015-08-27 | |
| | | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into ↵ | Julien Boeuf | 2015-08-27 | |
| |_|_|_|_|_|_|_|/| | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | credentials_naming_and_cleanup | |||
| | | | | | * | | | | | | | | Outlaw comma in non-binary metadata values | Craig Tiller | 2015-08-27 | |
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #3103 from nathanielmanistaatgoogle/force_client_auth | Masood Malekghassemi | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add force_client_auth to grpc._adapter._low.ServerCredentials. | |||
| | | | | | | | * | | | | | | Make single-response calls emit INTERNAL status for unparseable responses | murgatroid99 | 2015-08-27 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | Merge branch 'node_metadata_class' into node_error_code_compliance | murgatroid99 | 2015-08-27 | |
| | | | | | | | |\ \ \ \ \ \ | | | | | | | | |/ / / / / / | | | | | | | |/| | | | | | | ||||
* | | | | | | | | | | | | | | Merge pull request #3026 from stanley-cheung/php_update_gen_code_test | Michael Lumish | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | PHP: fix interop stub construction after codegen change | |||
| | | * | | | | | | | | | | | make ToLower culture invariant | Jan Tattermusch | 2015-08-27 | |
| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | Add force_client_auth to _low.ServerCredentials | Nathaniel Manista | 2015-08-27 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #2947 from jboeuf/grpc_security_abi | Craig Tiller | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | First draft at addressing #1799 for grpc_security. | |||
| | | * | | | | | | | | | | implementation fix | yang-g | 2015-08-27 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #3070 from ctiller/winlog | Jan Tattermusch | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make C core log output readable | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2863 from jtattermusch/csharp_upgrade_to_proto3 | Michael Lumish | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade C# to proto3 | |||
| | | | | * | | | | | | | | | | channel creation API change | yang-g | 2015-08-27 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | Python OAuth2 auth-token interop test | Masood Malekghassemi | 2015-08-27 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | Fixed incorrect include line in core/census/grpc_filter.c | murgatroid99 | 2015-08-27 | |
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | Fixed handling of binary metadata values | murgatroid99 | 2015-08-27 | |
| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | php: add comment for why cancel_after_begin cannot be done | Stanley Cheung | 2015-08-27 | |
| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | php: fix interop stub construction after codegen fix | Stanley Cheung | 2015-08-27 | |
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #3093 from nathanielmanistaatgoogle/channel | Masood Malekghassemi | 2015-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Beta API Channel | |||
| | * | | | | | | | | | | | | switch C# projects to Google.Protobuf 3.0.0-alpha4 package | Jan Tattermusch | 2015-08-27 | |
| | | | | | | | | | | | | | |