aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-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/bugfixesGravatar Jan Tattermusch2016-06-08
|\ | | | | added comment about host parameter format (issue 4147)
* \ Merge pull request #6826 from makdharma/issue5548Gravatar Jan Tattermusch2016-06-08
|\ \ | | | | | | fix for issue 5548. Deprecated old classes and created subclasses.
* \ \ Merge pull request #6649 from dgquintas/core_codegen_be_publicGravatar Jan Tattermusch2016-06-08
|\ \ \ | | | | | | | | moved core_codegen from src/cpp/... to include/grpc++/...
* \ \ \ Merge pull request #6675 from dgquintas/check_http_client_filter_content_typeGravatar Jan Tattermusch2016-06-08
|\ \ \ \ | | | | | | | | | | Check content type on the client response path
* \ \ \ \ Merge pull request #6786 from ctiller/meta-whoopsGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ | | | | | | | | | | | | Fix refcounting algorithm for metadata
* \ \ \ \ \ Merge pull request #6827 from jtattermusch/csharp_metadata_entry_is_classGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make Metadata.Entry a class
* \ \ \ \ \ \ Merge pull request #6820 from mdsteele/server-asyncGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add interfaces for ServerAsyncReader/Writers
* \ \ \ \ \ \ \ Merge pull request #6830 from dgquintas/simplify_compression_interopGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Simplify compression interop
* \ \ \ \ \ \ \ \ Merge pull request #6815 from kpayson64/python_perf_fixesGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove AsyncStreaming client from python qps tests
* \ \ \ \ \ \ \ \ \ Merge pull request #6831 from kpayson64/python_jwt_credsGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added python jwt_token_creds interop test
| | | | | | | | | * | addressed feedback.Gravatar Makarand Dharmapurikar2016-06-08
| | | | | | | | | | |
| | | | * | | | | | | Add interfaces for ServerAsyncReader/WritersGravatar Matthew D. Steele2016-06-08
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6832 from grpc/sed-f-up-fixGravatar David G. Quintas2016-06-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix sed induced typo
| | | | * | | | | | | | removed unused vbleGravatar David Garcia Quintas2016-06-07
| | | | | | | | | | | |
| | | | * | | | | | | | fixed silly typoGravatar David Garcia Quintas2016-06-07
| | | | | | | | | | | |
| | | | | | | | | * | | clang-formatGravatar David Garcia Quintas2016-06-07
| | | | | | | | | | | |
| * | | | | | | | | | | Fix sed induced typoGravatar David G. Quintas2016-06-07
|/ / / / / / / / / / /
| * | | | | | | | | | Added python jwt_token_creds interop testGravatar Ken Payson2016-06-07
| | | | | | | | | | |
| | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_publicGravatar David Garcia Quintas2016-06-07
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | * | | | | | | | updated interop specGravatar David Garcia Quintas2016-06-07
| | | | | | | | | | |
| | | * | | | | | | | disabled bogus checks for streaming compressedGravatar David Garcia Quintas2016-06-07
| | | | | | | | | | |
| | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-07
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | removed RANDOM and simplified req for compressionGravatar David Garcia Quintas2016-06-07
| | | | | | | | | | |
| | * | | | | | | | | Changed Python Sync streaming qps to follow specGravatar Ken Payson2016-06-07
| | | | | | | | | | |
| | | | | * | | | | | make Metadata.Entry a classGravatar Jan Tattermusch2016-06-07
| |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | | | | * | fix for issue 5548. Deprecated old classes and created subclasses.Gravatar Makarand Dharmapurikar2016-06-07
| |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | | | * added ** for doc autogen.Gravatar Makarand Dharmapurikar2016-06-07
| | | | | | | | |
| | | | | | | | * added comment about host parameter format (issue 4147)Gravatar Makarand Dharmapurikar2016-06-07
| | | | | | | | |
| | | | | | | | * added comment about host parameter format (issue 4147)Gravatar Makarand Dharmapurikar2016-06-07
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #6190 from dgquintas/lb_pollset_propagationGravatar Jan Tattermusch2016-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_callGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Let Next set ok=true when receiving error status
* \ \ \ \ \ \ \ \ \ Merge pull request #6792 from yang-g/build_cleanGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Make grpc++ independent of protobuf
* | | | | | | | | | Merge pull request #6758 from ctiller/c++-is-people-tooGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Automatically capture transitive dependencies for Visual Studio solution files
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6809 from jtattermusch/csharp_channel_server_constructorsGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Add more Channel and Server constructor overloads
| | | | | | * | | | | Remove AsyncStreaming client from python qps testsGravatar Ken Payson2016-06-06
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | * | | | | | | | Merge github.com:grpc/grpc into c++-is-people-tooGravatar Craig Tiller2016-06-06
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add more Channel and Server constructor overloadsGravatar Jan Tattermusch2016-06-06
|/ / / / / / / / /
| | | | * | | | | regenerated projectsGravatar David Garcia Quintas2016-06-06
| | | | | | | | |
| | | | * | | | | clang-formatGravatar David Garcia Quintas2016-06-06
| | | | | | | | |
| | | | * | | | | merge leftoverGravatar David Garcia Quintas2016-06-06
| | | | | | | | |
* | | | | | | | | Merge pull request #6754 from jtattermusch/csharp_better_shutdownGravatar Jan Tattermusch2016-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_propagationGravatar David Garcia Quintas2016-06-06
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-06-06
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | check_http_client_filter_content_type
| * | | | | | | | | update testsGravatar Jan Tattermusch2016-06-06
| | | | | | | | | |
| * | | | | | | | | autoregister grpc shutdown hooksGravatar Jan Tattermusch2016-06-06
| | | | | | | | | |
| * | | | | | | | | add appdomain unload testGravatar Jan Tattermusch2016-06-06
| | | | | | | | | |
| * | | | | | | | | update testsGravatar Jan Tattermusch2016-06-06
| | | | | | | | | |
| * | | | | | | | | improve shutdown testsGravatar Jan Tattermusch2016-06-06
| | | | | | | | | |
| * | | | | | | | | support GrpcEnvironment.KillServersAsyncGravatar Jan Tattermusch2016-06-06
| | | | | | | | | |