Yuchen Zeng
|
1f24af879c
|
Restricted the check to GUNC
|
9 years ago |
Yuchen Zeng
|
64c0e8d4bc
|
Add format check for gpr_log and gpr_asprintf
|
9 years ago |
Jan Tattermusch
|
1bc2976a0f
|
Merge pull request #6481 from dgquintas/compression_md_level_bis
Allow servers to select compression level via initial MD & overall compression cleanup
|
9 years ago |
Jan Tattermusch
|
b81f172206
|
Merge pull request #6610 from xyzzyz/external_fd_fresh
Add support for communication using existing FD (for client and server)
|
9 years ago |
Jan Tattermusch
|
40e96658db
|
Merge pull request #6779 from dgquintas/rr_docs
Polished RR policy and added policy doc preamble
|
9 years ago |
Jan Tattermusch
|
4f527d51f9
|
Merge pull request #6833 from rjshade/sockopts
Adds functions to set snd/rcv socket buffer sizes.
|
9 years ago |
Jan Tattermusch
|
ac48d1aafe
|
Merge pull request #6656 from dklempner/qps_report
Factor out json serialization code from qps report.cc
|
9 years ago |
David Klempner
|
e27d189f21
|
Factor out json seriailzation code and move it into parse_json.
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.
|
9 years ago |
Jan Tattermusch
|
d861b13aff
|
Merge pull request #6823 from makdharma/bugfixes
added comment about host parameter format (issue 4147)
|
9 years ago |
Jan Tattermusch
|
33028369bf
|
Merge pull request #6826 from makdharma/issue5548
fix for issue 5548. Deprecated old classes and created subclasses.
|
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 |
Adam Michalik
|
a3d38f040e
|
Merge pull request #2 from ctiller/cf2
clang-format changes
|
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 |
Craig Tiller
|
4b8550db49
|
clang-format code
|
9 years ago |
Adam Michalik
|
cfd4102357
|
fix memory leak
|
9 years ago |
Makarand Dharmapurikar
|
4f11ab1ffd
|
addressed feedback.
|
9 years ago |
Matthew D. Steele
|
080749e8ba
|
Add interfaces for ServerAsyncReader/Writers
|
9 years ago |
Robbie Shade
|
e2b30ebbb3
|
Adds include for socket utils.
|
9 years ago |
Robbie Shade
|
3f30e634a6
|
Adds functions to set snd/rcv socket buffer sizes.
Used for non-default 1 MB UDP socket buffers.
|
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
|
37e516e7c9
|
regenerated projects
|
9 years ago |
David Garcia Quintas
|
533add5a87
|
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
|
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 |
Adam Michalik
|
978f4a59fc
|
fix compilation on windows
|
9 years ago |
David Garcia Quintas
|
8ba42bec90
|
s/maybe_compression_level.compression_level/maybe_compression_level.level
|
9 years ago |
Jan Tattermusch
|
c524ec0121
|
make Metadata.Entry a class
|
9 years ago |
Adam Michalik
|
a24d153619
|
fix windows build
|
9 years ago |
Makarand Dharmapurikar
|
6f9501098e
|
fix for issue 5548. Deprecated old classes and created subclasses.
|
9 years ago |
David Garcia Quintas
|
30fb536053
|
PR comments (offline).
|
9 years ago |
Adam Michalik
|
0872d0894c
|
revert protobuf
|
9 years ago |
Adam Michalik
|
4ad746e4e0
|
clang-format, fix headers, windows fixes
|
9 years ago |
Adam Michalik
|
b97e2d145e
|
Add C++ support for using external FD
|
9 years ago |
Adam Michalik
|
da5d85d660
|
Add completion queue argument which is necessary after merge with master
|
9 years ago |
Adam Michalik
|
bf10c82bf8
|
implement support for adding external fd to server
|
9 years ago |