Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #6971 from y-zeng/Update_objc_example_podspec | Jan Tattermusch | 2016-06-22 |
|\ | |||
* \ | Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details | Jan Tattermusch | 2016-06-22 |
|\ \ | |||
* \ \ | Merge pull request #7004 from kpayson64/set_windows_port | Jan Tattermusch | 2016-06-22 |
|\ \ \ | |||
| * | | | Initialize port to -1 | Ken Payson | 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 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #6104 from jtattermusch/coreclr_support | Jan Tattermusch | 2016-06-22 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #6984 from jtattermusch/fix_6930 | Jan Tattermusch | 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 |
|\ \ \ \ \ | |||
| * | | | | | updated node interop server | David Garcia Quintas | 2016-06-21 |
* | | | | | | Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||
| | | * | | | 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 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #6966 from ctiller/get_settings_first | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #6965 from ctiller/naughty_client | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #6970 from nathanielmanistaatgoogle/with_call | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ \ | |||
| | | | | | * | | | Using inlined BoolValue in lieu of wrappers.proto due to lack of node support | David Garcia Quintas | 2016-06-21 |
| | | | | | | * | | 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 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | | | | * | | improve project.json files | Jan Tattermusch | 2016-06-20 |
* | | | | | | | | | | Merge pull request #6896 from soltanmm/maybe | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | | Correct lingering FATAL_FAILURE sites | Nathaniel Manista | 2016-06-20 |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
| | | | | | | | | * | Update podfiles for objc examples | Yuchen Zeng | 2016-06-20 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #6848 from thinkerou/default_roots_pem | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6961 from nathanielmanistaatgoogle/secure-channel-constru... | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | * | | | | | | Change with_call from parameter to attribute | Nathaniel Manista | 2016-06-20 |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||
| | | | | | | | * | | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||
| | | | | | | * | | | We dont need to account for parsing or not when writing | Craig Tiller | 2016-06-20 |
| | | | | | | * | | | Force receiving a SETTINGS frame as the first frame | Craig Tiller | 2016-06-20 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | | | | * | | | Fix memory leak upon receiving two RST_STREAMs | Craig Tiller | 2016-06-20 |
| |_|_|_|_|/ / / |/| | | | | | | | |||
| | * | | | | | | Delete tests of dead pre-GA code | Nathaniel Manista | 2016-06-18 |
| |/ / / / / / |/| | | | | | | |||
| * | | | | | | Fix secure channel construction | Nathaniel Manista | 2016-06-18 |
| | | | | * | | removed spurious .format() | David Garcia Quintas | 2016-06-17 |
| | | | | * | | Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_... | David Garcia Quintas | 2016-06-17 |
| | | | | |\ \ | |||
| | | | | * \ \ | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| | | | | * | | | added extra path to python protoc | David Garcia Quintas | 2016-06-17 |
| | | | | | * | | fixed syntax errors in proto | David Garcia Quintas | 2016-06-17 |
* | | | | | | | | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #6863 from vjpai/wheezy | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
| | | | | | | * | add debian.8-x64 to the list of runtimes | Jan Tattermusch | 2016-06-17 |
| | | | | | | * | address review comments | Jan Tattermusch | 2016-06-17 |