Vijay Pai
|
eac07c3cc8
|
WIP
|
9 years ago |
Vijay Pai
|
b645a2d3ce
|
Remove another range-based for
Do not make explicit comparisons against nullptr; only use
implicit typecast to bool
|
9 years ago |
Vijay Pai
|
ce350a5925
|
override->GRPC_OVERRIDE
Remove range-based fors
|
9 years ago |
Vijay Pai
|
203b20c9b2
|
Add g++
|
9 years ago |
Jan Tattermusch
|
b17e25ce94
|
Merge pull request #6649 from dgquintas/core_codegen_be_public
moved core_codegen from src/cpp/... to include/grpc++/...
|
9 years ago |
Jan Tattermusch
|
4809e8e30b
|
Merge pull request #6675 from dgquintas/check_http_client_filter_content_type
Check content type on the client response path
|
9 years ago |
Jan Tattermusch
|
5ccf4b37e6
|
Merge pull request #6786 from ctiller/meta-whoops
Fix refcounting algorithm for metadata
|
9 years ago |
Jan Tattermusch
|
7eaae431c7
|
Merge pull request #6827 from jtattermusch/csharp_metadata_entry_is_class
Make Metadata.Entry a class
|
9 years ago |
Jan Tattermusch
|
026dfe60a5
|
Merge pull request #6820 from mdsteele/server-async
Add interfaces for ServerAsyncReader/Writers
|
9 years ago |
Jan Tattermusch
|
129cd65869
|
Merge pull request #6830 from dgquintas/simplify_compression_interop
Simplify compression interop
|
9 years ago |
Jan Tattermusch
|
e15377484d
|
Merge pull request #6815 from kpayson64/python_perf_fixes
Remove AsyncStreaming client from python qps tests
|
9 years ago |
Jan Tattermusch
|
09bf5f458a
|
Merge pull request #6831 from kpayson64/python_jwt_creds
Added python jwt_token_creds interop test
|
9 years ago |
Matthew D. Steele
|
080749e8ba
|
Add interfaces for ServerAsyncReader/Writers
|
9 years ago |
David G. Quintas
|
2c57371b93
|
Merge pull request #6832 from grpc/sed-f-up-fix
Fix sed induced typo
|
9 years ago |
David Garcia Quintas
|
20d802db98
|
removed unused vble
|
9 years ago |
David Garcia Quintas
|
126ae106d6
|
fixed silly typo
|
9 years ago |
David Garcia Quintas
|
cf41d19a9e
|
clang-format
|
9 years ago |
David G. Quintas
|
dfff4de040
|
Fix sed induced typo
|
9 years ago |
Ken Payson
|
22a65e1a2b
|
Added python jwt_token_creds interop test
|
9 years ago |
David Garcia Quintas
|
dd385b6a19
|
Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public
|
9 years ago |
David Garcia Quintas
|
393ca51923
|
updated interop spec
|
9 years ago |
David Garcia Quintas
|
d3ce0218d1
|
disabled bogus checks for streaming compressed
|
9 years ago |
David Garcia Quintas
|
14f40b8b02
|
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
|
9 years ago |
David Garcia Quintas
|
5756c8fead
|
removed RANDOM and simplified req for compression
|
9 years ago |
Ken Payson
|
9a36e6c7cd
|
Changed Python Sync streaming qps to follow spec
|
9 years ago |
Jan Tattermusch
|
c524ec0121
|
make Metadata.Entry a class
|
9 years ago |
Jan Tattermusch
|
d30d4e279c
|
Merge pull request #6190 from dgquintas/lb_pollset_propagation
Enable use of pollset_set for a channel call
|
9 years ago |
Jan Tattermusch
|
570408fd4c
|
Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call
Let Next set ok=true when receiving error status
|
9 years ago |
Jan Tattermusch
|
3c267368fd
|
Merge pull request #6792 from yang-g/build_clean
Make grpc++ independent of protobuf
|
9 years ago |
Jan Tattermusch
|
be59629736
|
Merge pull request #6758 from ctiller/c++-is-people-too
Automatically capture transitive dependencies for Visual Studio solution files
|
9 years ago |
Jan Tattermusch
|
fa430fdec9
|
Merge pull request #6809 from jtattermusch/csharp_channel_server_constructors
Add more Channel and Server constructor overloads
|
9 years ago |
Ken Payson
|
571c12ef18
|
Remove AsyncStreaming client from python qps tests
|
9 years ago |
Craig Tiller
|
fe1f4aeb23
|
Merge github.com:grpc/grpc into c++-is-people-too
|
9 years ago |
Jan Tattermusch
|
8d829d0d6d
|
Add more Channel and Server constructor overloads
|
9 years ago |
David Garcia Quintas
|
4461da702c
|
regenerated projects
|
9 years ago |
David Garcia Quintas
|
69ff63d158
|
clang-format
|
9 years ago |
David Garcia Quintas
|
1cf4ec7ad0
|
merge leftover
|
9 years ago |
Jan Tattermusch
|
d941fd8786
|
Merge pull request #6754 from jtattermusch/csharp_better_shutdown
C#: don't require Channel.ShutdownAsync() and Server.ShutdownAsync() to be able to exit.
|
9 years ago |
David Garcia Quintas
|
a0d7491e62
|
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
|
9 years ago |
David Garcia Quintas
|
222563ceef
|
Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_content_type
|
9 years ago |
Jan Tattermusch
|
ed5af1c623
|
update tests
|
9 years ago |
Jan Tattermusch
|
bdccdef0c6
|
autoregister grpc shutdown hooks
|
9 years ago |
Jan Tattermusch
|
2f7414117c
|
add appdomain unload test
|
9 years ago |
Jan Tattermusch
|
018cfb8c14
|
update tests
|
9 years ago |
Jan Tattermusch
|
25e3ba57b1
|
improve shutdown tests
|
9 years ago |
Jan Tattermusch
|
739ee1b159
|
support GrpcEnvironment.KillServersAsync
|
9 years ago |
Jan Tattermusch
|
63386a1064
|
deduplicate server shutdown logic
|
9 years ago |
Jan Tattermusch
|
4aea5281de
|
Add ShutdownChannelsAsync api
|
9 years ago |
Jan Tattermusch
|
703c042ec0
|
serverside shutdown hook test
|
9 years ago |
Jan Tattermusch
|
5858441a2c
|
make environment shutdown asynchronous
|
9 years ago |