vjpai
|
e44d53757a
|
De-lambda-ify
|
9 years ago |
Vijay Pai
|
679c75f0a6
|
Deal with issues surrounding const members of classes used in
containers
|
9 years ago |
Vijay Pai
|
a63271c77f
|
Deal with to_string, proper usage of nullptr, and lack of map::emplace
|
9 years ago |
Vijay Pai
|
12bf3801b8
|
Got carried away with grpc::
|
9 years ago |
Vijay Pai
|
08e071abe0
|
Specify template parent explicitly
|
9 years ago |
Vijay Pai
|
06ea541ed9
|
Provide nullptr->std::function cast
|
9 years ago |
Vijay Pai
|
9aa5f23645
|
Switch out a using with a typedef
|
9 years ago |
Vijay Pai
|
efa8430e39
|
Enforce gcc-4.4 compatibility on test_credentials_provider by changing
a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE,
nullptr->grpc::nullptr)
|
9 years ago |
vjpai
|
20410921f7
|
Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL is
not true
|
9 years ago |
Vijay Pai
|
8b48191854
|
Set back to the default log function after using an override
|
9 years ago |
Vijay Pai
|
488fd0ec31
|
Add an option --regex_exclude to block certain tests from running
|
9 years ago |
vjpai
|
97da6473b4
|
Manual clang-format
|
9 years ago |
Vijay Pai
|
15855f3e7f
|
Switch server builder plugin API to something that will work with gcc4.4
|
9 years ago |
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 |