Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Factor out json seriailzation code and move it into parse_json. | David Klempner | 2016-06-08 |
| | | | | | | This is for the same reasons as ParseJson, that is so that we can limit the scope of the proto namespace differences between internal and external. | ||
* | Merge pull request #6823 from makdharma/bugfixes | Jan Tattermusch | 2016-06-08 |
|\ | | | | | added comment about host parameter format (issue 4147) | ||
* \ | Merge pull request #6826 from makdharma/issue5548 | Jan Tattermusch | 2016-06-08 |
|\ \ | | | | | | | fix for issue 5548. Deprecated old classes and created subclasses. | ||
* \ \ | Merge pull request #6649 from dgquintas/core_codegen_be_public | Jan Tattermusch | 2016-06-08 |
|\ \ \ | | | | | | | | | moved core_codegen from src/cpp/... to include/grpc++/... | ||
* \ \ \ | Merge pull request #6675 from dgquintas/check_http_client_filter_content_type | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ | | | | | | | | | | | Check content type on the client response path | ||
* \ \ \ \ | Merge pull request #6786 from ctiller/meta-whoops | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix refcounting algorithm for metadata | ||
* \ \ \ \ \ | Merge pull request #6827 from jtattermusch/csharp_metadata_entry_is_class | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make Metadata.Entry a class | ||
* \ \ \ \ \ \ | Merge pull request #6820 from mdsteele/server-async | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add interfaces for ServerAsyncReader/Writers | ||
* \ \ \ \ \ \ \ | Merge pull request #6830 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Simplify compression interop | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6815 from kpayson64/python_perf_fixes | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove AsyncStreaming client from python qps tests | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6831 from kpayson64/python_jwt_creds | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Added python jwt_token_creds interop test | ||
| | | | | | | | | * | | addressed feedback. | Makarand Dharmapurikar | 2016-06-08 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Add interfaces for ServerAsyncReader/Writers | Matthew D. Steele | 2016-06-08 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6832 from grpc/sed-f-up-fix | David G. Quintas | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix sed induced typo | ||
| | | | * | | | | | | | | removed unused vble | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | | | | |||
| | | | * | | | | | | | | fixed silly typo | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | | | | |||
| | | | | | | | | * | | | clang-format | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | Fix sed induced typo | David G. Quintas | 2016-06-07 |
|/ / / / / / / / / / / | |||
| * | | | | | | | | | | Added python jwt_token_creds interop test | Ken Payson | 2016-06-07 |
| | | | | | | | | | | | |||
| | | | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public | David Garcia Quintas | 2016-06-07 |
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||
| | | * | | | | | | | | updated interop spec | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | disabled bogus checks for streaming compressed | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-07 |
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||
| | | * | | | | | | | | removed RANDOM and simplified req for compression | David Garcia Quintas | 2016-06-07 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Changed Python Sync streaming qps to follow spec | Ken Payson | 2016-06-07 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | make Metadata.Entry a class | Jan Tattermusch | 2016-06-07 |
| |_|_|_|/ / / / / / |/| | | | | | | | | | |||
| | | | | | | | * | | fix for issue 5548. Deprecated old classes and created subclasses. | Makarand Dharmapurikar | 2016-06-07 |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
| | | | | | | | * | added ** for doc autogen. | Makarand Dharmapurikar | 2016-06-07 |
| | | | | | | | | | |||
| | | | | | | | * | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 |
| | | | | | | | | | |||
| | | | | | | | * | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
* | | | | | | | | Merge pull request #6190 from dgquintas/lb_pollset_propagation | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Enable use of pollset_set for a channel call | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Let Next set ok=true when receiving error status | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6792 from yang-g/build_clean | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Make grpc++ independent of protobuf | ||
* | | | | | | | | | | Merge pull request #6758 from ctiller/c++-is-people-too | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Automatically capture transitive dependencies for Visual Studio solution files | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6809 from jtattermusch/csharp_channel_server_constructors | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | Add more Channel and Server constructor overloads | ||
| | | | | | * | | | | | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | |||
| | * | | | | | | | | Merge github.com:grpc/grpc into c++-is-people-too | Craig Tiller | 2016-06-06 |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | Add more Channel and Server constructor overloads | Jan Tattermusch | 2016-06-06 |
|/ / / / / / / / / | |||
| | | | * | | | | | regenerated projects | David Garcia Quintas | 2016-06-06 |
| | | | | | | | | | |||
| | | | * | | | | | clang-format | David Garcia Quintas | 2016-06-06 |
| | | | | | | | | | |||
| | | | * | | | | | merge leftover | David Garcia Quintas | 2016-06-06 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #6754 from jtattermusch/csharp_better_shutdown | Jan Tattermusch | 2016-06-06 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | C#: don't require Channel.ShutdownAsync() and Server.ShutdownAsync() to be able to exit. | ||
| | | | | * \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||
| | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into ↵ | David Garcia Quintas | 2016-06-06 |
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | check_http_client_filter_content_type | ||
| * | | | | | | | | | update tests | Jan Tattermusch | 2016-06-06 |
| | | | | | | | | | | |||
| * | | | | | | | | | autoregister grpc shutdown hooks | Jan Tattermusch | 2016-06-06 |
| | | | | | | | | | | |||
| * | | | | | | | | | add appdomain unload test | Jan Tattermusch | 2016-06-06 |
| | | | | | | | | | | |||
| * | | | | | | | | | update tests | Jan Tattermusch | 2016-06-06 |
| | | | | | | | | | | |||
| * | | | | | | | | | improve shutdown tests | Jan Tattermusch | 2016-06-06 |
| | | | | | | | | | | |||
| * | | | | | | | | | support GrpcEnvironment.KillServersAsync | Jan Tattermusch | 2016-06-06 |
| | | | | | | | | | |