Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix comparison | Craig Tiller | 2016-06-23 |
| | |||
* | Fix comparison | Craig Tiller | 2016-06-23 |
| | |||
* | Make transport-level errors be reflected in status messages on calls | Craig Tiller | 2016-06-23 |
| | | | | | | | Allows us to eliminate logging those errors by default (since they are explicitly passed up to the application). Required plumbing errors through the stack a little more deeply than we had previously. | ||
* | Merge pull request #7008 from jtattermusch/csharp_no_new_client | Jan Tattermusch | 2016-06-23 |
|\ | | | | | Remove generated NewClient factory method for C#. | ||
* \ | Merge pull request #6922 from y-zeng/ios-test | Jan Tattermusch | 2016-06-23 |
|\ \ | | | | | | | Enable treating warnings as errors in objc tests | ||
* \ \ | Merge pull request #6994 from y-zeng/update-example | Jan Tattermusch | 2016-06-23 |
|\ \ \ | | | | | | | | | Update examples with Cocoapods 1.0.0 | ||
* \ \ \ | Merge pull request #6971 from y-zeng/Update_objc_example_podspec | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ | | | | | | | | | | | Update podfiles with cocoapod 1.0 required fields | ||
* \ \ \ \ | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a test of metadata, status code, and details | ||
* \ \ \ \ \ | Merge pull request #7004 from kpayson64/set_windows_port | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Initialize port to -1 | ||
| | | | | | * | regenerate protos | Jan Tattermusch | 2016-06-22 |
| | | | | | | | |||
| | | | | | * | generate comments for C# client constructors | Jan Tattermusch | 2016-06-22 |
| | | | | | | | |||
| | | | | | * | remove occurences of NewClient factory method | Jan Tattermusch | 2016-06-22 |
| | | | | | | | |||
| * | | | | | | Initialize port to -1 | Ken Payson | 2016-06-22 |
| | | | | | | | |||
| | | | | | * | dont generate NewClient method for C# services | Jan Tattermusch | 2016-06-22 |
| |_|_|_|_|/ |/| | | | | | |||
| | * | | | | Add a test of metadata, status code, and details | Nathaniel Manista | 2016-06-22 |
| | | | | | | |||
* | | | | | | add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY | Jan Tattermusch | 2016-06-22 |
| | | | | | | |||
* | | | | | | implement C# client compression interop tests | Jan Tattermusch | 2016-06-22 |
| | | | | | | |||
* | | | | | | remove occurences of compressable payload type | Jan Tattermusch | 2016-06-22 |
| | | | | | | |||
* | | | | | | regenerate messages.proto | Jan Tattermusch | 2016-06-22 |
| | | | | | | |||
* | | | | | | add test that C# can read compressed messages | Jan Tattermusch | 2016-06-22 |
| | | | | | | |||
* | | | | | | fix reading of compressed byte_buffer in C# | Jan Tattermusch | 2016-06-22 |
| | | | | | | |||
* | | | | | | Merge pull request #6993 from grpc/update_csharp_readme | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update C# readme. | ||
* \ \ \ \ \ \ | Merge pull request #6104 from jtattermusch/coreclr_support | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add experimental CoreCLR support | ||
* \ \ \ \ \ \ \ | Merge pull request #6984 from jtattermusch/fix_6930 | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Add missing ConfigureAwait(false) | ||
| | | | | | * | | Update examples with Cocoapods 1.0.0 | Yuchen Zeng | 2016-06-22 |
| | | | | | | | | |||
| | | * | | | | | Update c# readme. | Jan Tattermusch | 2016-06-21 |
| |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revamped interop spec, especially wrt compression | ||
| * | | | | | | | updated node interop server | David Garcia Quintas | 2016-06-21 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Correct lingering FATAL_FAILURE sites | ||
| | | * | | | | | add missing ConfigureAwait(false) | Jan Tattermusch | 2016-06-21 |
| |_|/ / / / / |/| | | | | | | |||
| | * | | | | | moved up 'package' statement. | David Garcia Quintas | 2016-06-21 |
| | | | | | | | |||
* | | | | | | | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix errored streams prematurely terminating, add a test | ||
* \ \ \ \ \ \ \ | Merge pull request #6966 from ctiller/get_settings_first | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Force receiving a SETTINGS frame as the first frame | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6965 from ctiller/naughty_client | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix memory leak upon receiving two RST_STREAMs | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6970 from nathanielmanistaatgoogle/with_call | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute | ||
| | | | | | * | | | | Using inlined BoolValue in lieu of wrappers.proto due to lack of node support | David Garcia Quintas | 2016-06-21 |
| | | | | | | | | | | |||
| | | | | | | | | * | Fixed format issues | Yuchen Zeng | 2016-06-21 |
| | | | | | | | | | | |||
| | | | | | | | | * | Addressed review comments | Yuchen Zeng | 2016-06-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues | ||
| | | | | | | * | | | regenerate project.json files | Jan Tattermusch | 2016-06-21 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add well known protos to Node and Ruby tools packages | ||
| | | | | | | | | | * | Revert ProtoService.m, add an exception for its incompatible-pointer-types ↵ | Yuchen Zeng | 2016-06-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning | ||
| | | | | | | | * | | | improve project.json files | Jan Tattermusch | 2016-06-20 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6896 from soltanmm/maybe | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix namespace package usage | ||
| | | | | | | * | | | | | Correct lingering FATAL_FAILURE sites | Nathaniel Manista | 2016-06-20 |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been done as part of 5444bed32f1405ebb53b0c37d3b. | ||
| | | | | | | | | * | | Update podfiles for objc examples | Yuchen Zeng | 2016-06-20 |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||
| | | | | | | | | * | Merge remote-tracking branch 'upstream/master' into ios-test | Yuchen Zeng | 2016-06-20 |
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||
| | | | | | | | | * | Enable treating warnings as errors for target gRPC | Yuchen Zeng | 2016-06-20 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6848 from thinkerou/default_roots_pem | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Delete tests of dead pre-GA code | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6961 from ↵ | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/secure-channel-construction Fix secure channel construction |