Yang Gao
|
8bddea1c94
|
Merge pull request #9327 from yang-g/include_fix2
Add missing include for size_t
|
8 years ago |
adelez
|
1b59bfc52b
|
Merge pull request #8987 from adelez/add_perf_link
Add perf link
|
8 years ago |
Adele Zhou
|
015998f770
|
Add perf link
|
8 years ago |
Eric Gribkoff
|
ebb3d5d4fc
|
Merge pull request #9139 from ericgribkoff/http2_client
Add HTTP/2 interop test client
Known failures: https://github.com/grpc/grpc/issues/8629
|
8 years ago |
yang-g
|
d36a53156c
|
Add missing include for size_t
|
8 years ago |
Stanley Cheung
|
4fe4f4bf37
|
Merge pull request #8154 from thinkerou/fix_php_mem_leak
PHP: attempt to fix mem leaks
|
8 years ago |
Yang Gao
|
1d8db03492
|
Merge pull request #9317 from yang-g/test_credentials
manual revert of #8901
|
8 years ago |
Noah Eisen
|
3d11a912f3
|
Merge pull request #9297 from ncteisen/include-new-ruby-interop-tests
Change Interop Test Infrastructure to Run New Ruby Tests
|
8 years ago |
yang-g
|
cc5910228d
|
manual revert of #8901
|
8 years ago |
Eric Gribkoff
|
c344e87449
|
Adds HTTP/2 interop test client
|
8 years ago |
Jan Tattermusch
|
3c42128a35
|
Merge pull request #9307 from jtattermusch/emmenlau_mingw32
Emmenlau's mingw32 fixes
|
8 years ago |
Jan Tattermusch
|
df71518e54
|
fix code formatting
|
8 years ago |
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 |
ncteisen
|
4ee98ed83d
|
Merge branch 'master' of https://github.com/grpc/grpc into include-new-ruby-interop-tests
|
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 |
ncteisen
|
9d1cc8c94b
|
Change interop test infra to run new Ruby tests
|
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 |
thinkerou
|
8d770144c2
|
attempt to fix mem leaks
|
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 |