Craig Tiller
3097673253
Merge pull request #1766 from ejona86/interop-cleanup
...
Add TODO interop test case for CONTINUATIONS; clean up TODOs
10 years ago
Eric Anderson
a8e50a1853
Add TODO interop test case for CONTINUATIONS; clean up TODOs
10 years ago
Vijay Pai
244dfeb847
Merge pull request #1763 from ctiller/splitsies
...
Split C/C++ tests: we are running out of space in opt now
10 years ago
Craig Tiller
d4d9167161
Merge pull request #1757 from yang-g/test
...
Add a check against potential failure to bring up client binary
10 years ago
Craig Tiller
1057ba2afe
Split C/C++ tests: we are running out of space in opt now
10 years ago
Craig Tiller
97b74ff276
Merge pull request #1732 from murgatroid99/core_request_call_trace
...
Added tracing for grpc_server_request_call
10 years ago
Yang Gao
a9b5de8131
Add a check against potential failure to bring up client binary
10 years ago
Yang Gao
5c19eb8ff6
Merge pull request #1755 from jboeuf/bio_pending
...
Standardize on |BIO_pending| and |BIO_wpending|.
10 years ago
Michael Lumish
5f56f462ec
Merge pull request #1756 from grpc/jcanizales-update-objc-instructions
...
Add simpler instructions for ObjC (using Homebrew)
10 years ago
Jorge Canizales
4432330242
Move anchors above headers, so TOC links work properly
10 years ago
Jorge Canizales
cf685a7368
Update README.md
10 years ago
Jorge Canizales
4ed4e105f5
Add TOC and anchors in the headers
10 years ago
Jorge Canizales
c39e4aecfd
Add simpler instructions for ObjC (using Homebrew)
...
It also clarifies the Cocoapods part for people new to Cocoapods, and links to the sample app for examples on how to use the generated library.
10 years ago
Yang Gao
7fb570e2de
Merge pull request #1752 from nicolasnoble/protobuf-update
...
Updating our protobuf submodule to alpha3
10 years ago
Julien Boeuf
8c67d17eda
Standardize on |BIO_pending| and |BIO_wpending|.
...
OpenSSL offers 3 ways to express the same thing:
* BIO_ctrl_pending(BIO *)
* BIO_ctrl(BIO *, BIO_CTRL_PENDING, 0, NULL)
* BIO_pending(BIO *)
BoringSSL standardizes on the last of these.
10 years ago
Tim Emiola
c07c088da2
Merge pull request #1751 from soltanmm/release-up
...
Sync Python version to rest of project
10 years ago
Tim Emiola
d38872f679
Merge pull request #1750 from murgatroid99/node_version_0.9.0
...
Updated Node.js version to 0.9.0
10 years ago
Xudong Ma
aa94d3c850
Merge pull request #1754 from madongfly/test_size
...
Correct the test request/response size, to be consistent with the tes…
10 years ago
Xudong Ma
a5861f3414
Correct the test request/response size, to be consistent with the test spec: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
10 years ago
Nicolas "Pixel" Noble
d5066b725d
Updating our protobuf submodule to alpha3
10 years ago
Jan Tattermusch
d679eb9498
Merge pull request #1749 from ctiller/just-dont-take-forever
...
Workaround: Prevent threads sitting in epoll forever
10 years ago
Masood Malekghassemi
7eefcb7994
Sync Python version to rest of project
...
Updated to version 0.9.0a0.
10 years ago
Craig Tiller
77e091ebac
Workaround: Prevent threads sitting in epoll forever
10 years ago
Michael Lumish
d49aeaea49
Merge pull request #1748 from tbetbetbe/grpc_ruby_bump_version
...
Updates gRPC Ruby to 0.9.0
10 years ago
murgatroid99
b846b2561d
Updated Node.js version to 0.9.0
10 years ago
Tim Emiola
af74e4e47d
Updates gRPC Ruby to 0.9.0
10 years ago
Tim Emiola
1d8fabbe06
Merge pull request #1716 from jtattermusch/update_readme
...
Update C# readme
10 years ago
Michael Lumish
592dfaed87
Merge pull request #1735 from tbetbetbe/grpc-rb-rpc-server-improvements
...
Various tweaks to improve server stability
10 years ago
Tim Emiola
8639f85c02
Merge pull request #1741 from remi/use-consistent-port-numbers
...
Use consistent port numbers
10 years ago
Craig Tiller
18c26922d1
Merge pull request #1725 from nicolasnoble/makefile-flaky-tests
...
Don't run flaky tests on make test.
10 years ago
Nicolas Noble
031dea1df4
Merge pull request #1740 from ctiller/function-isnt-standard
...
Remove all uses of __FUNCTION__
10 years ago
remi Taylor
47b7bd99e6
Update ruby add_http2_port comments to use port 50051
10 years ago
remi Taylor
376f2c0672
Update node server examples to consistently bind to 50051
10 years ago
Craig Tiller
356961916d
Remove all uses of __FUNCTION__
10 years ago
Nathaniel Manista
19def88839
Merge pull request #1737 from ctiller/antagonize-me
...
Add antagonist processes to run_tests.py.
10 years ago
Craig Tiller
234b6e79c0
Add antagonist processes to run_tests.py arsenal
...
These are processes consume CPU for the purpose of slowing down tests, allowing more timing related issues to be exposed.
10 years ago
Masood Malekghassemi
bbfe7c9575
Merge pull request #1728 from ctiller/i-will-survive
...
Make Python fit within ulimit
10 years ago
Tim Emiola
4aba356630
Various tweaks to improve server stability
10 years ago
Craig Tiller
3a5390e902
Reduce threadpool size
10 years ago
Craig Tiller
a152b1cf39
Merge pull request #1723 from murgatroid99/node_interop_flake
...
Fixed ordering assumptions in server_streaming interop test
10 years ago
Craig Tiller
e594779a0e
Reduce threadpool size
10 years ago
murgatroid99
ad7c20c833
Added tracing for grpc_server_request_call
10 years ago
Craig Tiller
e6eebeb355
Reduce threadpool size
10 years ago
Nicolas Noble
5fa2eab4f4
Merge pull request #1706 from ctiller/streaming-crash-boom-bang
...
Fix shutdown crash in async streaming test
10 years ago
Craig Tiller
84f187966f
Make Python fit within ulimit
10 years ago
murgatroid99
b4f244f0da
Reverted change to _write in client.js
10 years ago
Nicolas "Pixel" Noble
4251d561c6
Don't run flaky tests on make test.
10 years ago
Nicolas Noble
7a875f1a74
Merge pull request #1718 from soltanmm/fix-py-test-linkage-on-mac
...
Fix MacOS Python test linker paths
10 years ago
murgatroid99
6d1a8449d1
Coalesced redundant code
10 years ago
murgatroid99
fe29b6dea1
Removed debug log
10 years ago