Muxi Yan
|
01aaa5221e
|
Merge remote-tracking branch 'upstream/master' into fix-loupe-exception
|
8 years ago |
ncteisen
|
c51f19d62a
|
Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags
|
8 years ago |
Craig Tiller
|
1d77059e4b
|
Fix integer overflow
|
8 years ago |
ncteisen
|
af2c01e73e
|
Expect INTERNAL in Python negative interop client
The test now expects to receive StatusCode.INTERNAL when it receives a
RST_STREAM from the server in order to comply with
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
Also added wait for ready behavior on the client channel.
|
8 years ago |
Mark D. Roth
|
a52c262acc
|
Merge pull request #9400 from markdroth/c++_max_message_size_methods
Add ChannelArguments methods for setting max send/recv message size.
|
8 years ago |
yang-g
|
20115614e1
|
Stop generating method name array when there is no method.
|
8 years ago |
Vijay Pai
|
3cdee02893
|
Merge branch 'master' into its_compat
|
8 years ago |
Jan Tattermusch
|
ada49f0978
|
Merge pull request #9397 from jtattermusch/fix_win_protoc_artifact
Fix building protoc artifacts on windows
|
8 years ago |
Jan Tattermusch
|
a575b3ef9c
|
Merge pull request #9382 from jtattermusch/enable_cmake_tests
CMake: Enable building of test targets
|
8 years ago |
Craig Tiller
|
62f28bfcf0
|
Remove double-checking of max-message-size in C++ layers
|
8 years ago |
Mark D. Roth
|
f0e17783ae
|
Add ChannelArguments methods for setting max send/recv message size.
|
8 years ago |
apolcyn
|
91426d5af8
|
Merge pull request #9373 from apolcyn/fix_ruby_artifacts_path
update path to build_artifacts_ruby.sh in jenkins script
|
8 years ago |
Craig Tiller
|
94170644d3
|
Merge pull request #9181 from daniel-j-born/resource_quota
Method to expose the resource quota of a resource user
|
8 years ago |
Jan Tattermusch
|
c755424050
|
fix building protoc artifacts on windows
|
8 years ago |
Jan Tattermusch
|
36cda4c3fa
|
regenerate
|
8 years ago |
Jan Tattermusch
|
87a5d65588
|
gflags library target renamed in v2.2.0
|
8 years ago |
Jan Tattermusch
|
1985a6273f
|
upgrade third_party/gflags to v2.2.0
|
8 years ago |
Jan Tattermusch
|
0a1701f17b
|
enable building of tests with cmake
|
8 years ago |
Jan Tattermusch
|
352c993f71
|
Merge pull request #9358 from jtattermusch/mingw_docs
Update docs on windows build
|
8 years ago |
Muxi Yan
|
e33d81024e
|
Merge branch 'master' into fix-loupe-exception
|
8 years ago |
Jan Tattermusch
|
428eb037f5
|
Merge pull request #9361 from jtattermusch/cmake_protobuf
CMake: Support generating from .proto files
|
8 years ago |
Jan Tattermusch
|
b595c172bf
|
fix sanity
|
8 years ago |
Jan Tattermusch
|
2a8af018ca
|
Delete generate_projects-old.sh
|
8 years ago |
Jan Tattermusch
|
015f9b18ef
|
Delete generate_debug_projects.sh
|
8 years ago |
Jan Tattermusch
|
8ebedd11df
|
Improve docs on windows building
|
8 years ago |
ncteisen
|
9c7a08d250
|
Simplify cpp stress flags
|
8 years ago |
Yuchen Zeng
|
6da1dc87aa
|
Merge pull request #9389 from y-zeng/registry_comments
Document new args in grpc_resolver_create
|
8 years ago |
Yuchen Zeng
|
f6d8aae8d5
|
Dockerfile template update for http2_badserver_interop
|
8 years ago |
Craig Tiller
|
f593d88c78
|
Merge github.com:grpc/grpc into metadata_filter
|
8 years ago |
Mark D. Roth
|
45ccec5cee
|
clang-format
|
8 years ago |
Craig Tiller
|
5a96770fe3
|
Dont try to index close headers: this messes up compression tables for subsequent requests
|
8 years ago |
Yuchen Zeng
|
d0f7bf4a76
|
Document new args in grpc_resolver_create
|
8 years ago |
Mark D. Roth
|
12f1e53156
|
Initialize and shutdown proxy mapper registry.
|
8 years ago |
makdharma
|
72e670843c
|
Merge pull request #9339 from makdharma/dockerfile
dockerfile update for http2_badserver_interop
|
8 years ago |
Mark D. Roth
|
752f17feec
|
Remove references to proxy mapper factory.
|
8 years ago |
Mark D. Roth
|
73b20e6f94
|
Merge pull request #9106 from markdroth/service_config_doc
Add service config doc. Update naming and grpclb docs.
|
8 years ago |
adelez
|
f8b268fb25
|
Merge pull request #9290 from adelez/insecure_tests2
Added a flag to test insecure tests.
|
8 years ago |
Mark D. Roth
|
1339a389e2
|
Fix handshaker shutdown bug.
|
8 years ago |
Mark D. Roth
|
e860359f23
|
Attempt to fix formatting.
|
8 years ago |
Mark D. Roth
|
b4227370fc
|
Code review changes and other improvements.
|
8 years ago |
Alexander Polcyn
|
79e8d81e81
|
update path to build_artifacts_ruby.sh in jenkins script
|
8 years ago |
Mark D. Roth
|
edff74cc8f
|
clang-format
|
8 years ago |
Mark D. Roth
|
84d6682212
|
Fix build breakage.
|
8 years ago |
Mark D. Roth
|
d58a985a56
|
Move detection of HTTP CONNECT proxy from DNS resolver to client channel.
|
8 years ago |
Michael Lumish
|
d1cfffe758
|
Merge pull request #8957 from murgatroid99/makefile_ruby_version_fixes
Fix Ruby compilation problems on MinGW
|
8 years ago |
Mark D. Roth
|
b324287d00
|
Get HTTP CONNECT headers from channel arg.
|
8 years ago |
Mark D. Roth
|
37225c450d
|
Trigger HTTP CONNECT handshaker via channel arg.
|
8 years ago |
Muxi Yan
|
b343ef1f02
|
Merge pull request #8778 from muxi/advance-cronet-version
Update CronetFramework version number to 0.0.4
|
8 years ago |
Muxi Yan
|
5687c2eab3
|
Merge pull request #8684 from gcasto/change_cronet_interface
Change cronet interface
|
8 years ago |
Nathaniel Manista
|
fc42fd54b1
|
Merge pull request #9310 from nathanielmanistaatgoogle/iterator
Pass an iterator rather than an iterable in _not_found_test.
|
8 years ago |