Mario Emmenlauer
13f6716d85
Makefile.template and Makefile: install plugins on MSYS2 / MINGW32 platform
8 years ago
Mario Emmenlauer
1643c045a0
Makefile.template and Makefile: avoid stripping too heavily on MSYS2 / MINGW32 platform
8 years ago
Mario Emmenlauer
121d289e28
Makefile.template and Makefile: use .exe suffix for grpc_cpp_plugin on MSYS2 / MINGW32 platform
8 years ago
Mario Emmenlauer
294dc2f003
Makefile.template and Makefile: avoid def-files on MSYS2 / MINGW32 platform
8 years ago
Mario Emmenlauer
d817c1b75b
iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused variables and type casts)
8 years ago
Mario Emmenlauer
39fe75eed3
include/grpc/impl/codegen/port_platform.h: disable warn_unused_result on MINGW32 platform
8 years ago
Noah Eisen
88a352cd0b
Merge pull request #9302 from ncteisen/ruby-interop-client-quickfix
...
Fix ruby:{python,csharp,csharpcoreclr}_server behavior
8 years ago
ncteisen
8f3f2f4bd8
Fix ruby:{python,csharp,csharpcoreclr}_server behavior
8 years ago
Craig Tiller
508c37543b
Merge pull request #9295 from ctiller/oh_sanity_my_sanity
...
Always sort code generated outputs
8 years ago
Craig Tiller
de8a573bab
Merge github.com:grpc/grpc into oh_sanity_my_sanity
8 years ago
Mark D. Roth
a0433d4ea6
Merge pull request #9284 from markdroth/http_connect_headers
...
Add support for sending custom headers in HTTP CONNECT request.
8 years ago
makdharma
2f390676be
Merge pull request #9282 from makdharma/http2_interop
...
changes to http2 test server
8 years ago
Noah Eisen
2c4a364e8a
Merge pull request #9286 from ncteisen/python-stress-wait-for-ready
...
Modify Python Stress Client to Wait for Ready
8 years ago
Craig Tiller
aa272bcf7b
Always sort code generated outputs
8 years ago
ncteisen
d70c8bb871
Implement wait-for-ready behavior in Python stress and qps client
...
The clients now block until the channel is in the READY state. This
fixes some test flakiness issues we have had.
8 years ago
Mark D. Roth
bf07d75311
Ran generate_projects.sh
8 years ago
Mark D. Roth
d54c906ba4
Merge remote-tracking branch 'upstream/master' into http_connect_headers
8 years ago
Noah Eisen
a3960b98d6
Merge pull request #9244 from ncteisen/ruby_advanced_interop_client_side
...
Ruby Advanced Interop Client Side
8 years ago
ncteisen
e81d96da28
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side
8 years ago
Noah Eisen
428e409a08
Merge pull request #9285 from ncteisen/regenerate-projects
...
Regenerate project to make jenkins happy
8 years ago
ncteisen
7429fd57e7
Regenerate project to make jenkins happy
8 years ago
ncteisen
dc29074997
Incorperate new build changes
8 years ago
ncteisen
9dc0ca0a70
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side
8 years ago
Mark D. Roth
466589606a
clang-format
8 years ago
Mark D. Roth
49f02d3697
Add support for sending custom headers in HTTP CONNECT request.
8 years ago
ncteisen
56610d4706
Address github comments
8 years ago
Makarand Dharmapurikar
7fc6f3be56
changes to http2 test server
...
Not kill the server on disconnect
Spawn one server per test case
8 years ago
Mark D. Roth
6cf58c8173
Merge pull request #9129 from markdroth/handshaker_plugin
...
Handshaker plugin mechanism
8 years ago
Craig Tiller
38b95b3a15
Merge pull request #9238 from ctiller/2010
...
Expunge vs2010 references
8 years ago
Jan Tattermusch
881ff85fee
Merge pull request #9234 from jozefizso/patch-1
...
Update link to CoApp installer
8 years ago
Eric Gribkoff
11ae5a77d6
Merge pull request #9275 from ericgribkoff/docker_space_issue
...
Add note to help diagnose disk space errors with docker
8 years ago
Eric Gribkoff
afb23e51b2
Note to help diagnose errors with docker's default location for building
...
images.
8 years ago
Craig Tiller
d112aac7dc
Merge pull request #9274 from ctiller/modulenotes
...
Stub documentation for core modules
8 years ago
Craig Tiller
cbf5447a0d
Review feedback
8 years ago
Craig Tiller
6fd8f602d8
Merge pull request #9273 from ctiller/perfnotes
...
Small improvements to generated documentation
8 years ago
Nathaniel Manista
d996ce9a65
Merge pull request #9269 from nathanielmanistaatgoogle/v1.0.x-upmerge
...
v1.0.x manual upmerge.
8 years ago
Craig Tiller
f687cb89f4
Actually add the documentation
8 years ago
Craig Tiller
d9ed57c0d7
Stub documentation for some gRPC Core modules
8 years ago
Mark D. Roth
1f0f23cc5a
Handshaker plugin mechanism.
8 years ago
Craig Tiller
e519a03a1f
Small improvements to generated documentation
8 years ago
Eric Gribkoff
6883da2aaf
Merge pull request #9271 from ericgribkoff/interop_test_descriptions
...
The custom_metadata test uses response_parameters for FullDuplexCall
8 years ago
Eric Gribkoff
4ce5bd102e
Merge pull request #9251 from ericgribkoff/java_advanced_tests
...
Enable advanced Java interop tests
8 years ago
Masood Malekghassemi
071562d848
Merge pull request #9268 from soltanmm-google/diddy-kong-racing
...
Use `grpc_closure`s in `grpc_timer`s
8 years ago
Craig Tiller
aeddd38b0e
Merge pull request #9272 from ctiller/perfnotes
...
Start some performance notes
8 years ago
Craig Tiller
e61b7d7b77
Start some performance notes
8 years ago
Eric Gribkoff
b408f9db31
interop-test-descriptions.md: correct proto for custom_metadata's
...
FullDuplexCall
8 years ago
Eric Gribkoff
ced8702d1d
Enable advanced Java interop tests.
...
Add response parameters to custom_metadata streaming request for Node and PHP
clients.
The Java server does not respond with separate initial and trailing
metadata when there is no response data - it is only emiting the
requested trailing metadata. Adding the response parameters to the test
(in accordance with the specification) avoids this, but I will open a
separate issue to investigate the Java behavior.
8 years ago
Nathaniel Manista
c6a0606080
v1.0.x → master upmerge
...
Manual resolution:
- New test added in src/python/grpcio_test/tests/tests.json
- Timeout-related edits resolved in tools/run_tests/run_tests.py
Manual changes:
- Pass request iterator rather than request sequence in
_reflection_servicer_test.py
8 years ago
Craig Tiller
13ac3031aa
Merge pull request #9253 from ctiller/long_status
...
Support long grpc-messages on abnormal close path
8 years ago
Masood Malekghassemi
b5b4372670
Use `grpc_closure`s in `grpc_timer`s
8 years ago