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
Craig Tiller
c35031f0a9
Fix tests
10 years ago
Craig Tiller
2d8b52bdc7
Mark tests not flaky
10 years ago
Craig Tiller
dad88a745f
Fix C core tests
10 years ago
Craig Tiller
a22bd9c17e
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
afa2d6342f
Fix C core tests
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
Craig Tiller
ee945e8325
Work towards removing grpc_server_shutdown
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
Craig Tiller
9db8f1ade2
Merge github.com:grpc/grpc into you-complete-me
10 years ago
David Garcia Quintas
c5902879d8
Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring
10 years ago
Craig Tiller
dc62772582
Cleanup
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
Alistair Veitch
9686dabd04
Initial refactoring and context API changes
10 years ago
Masood Malekghassemi
7eefcb7994
Sync Python version to rest of project
...
Updated to version 0.9.0a0.
10 years ago
Julien Boeuf
b7bf14f516
Fixing protobuf library.
10 years ago
Craig Tiller
77e091ebac
Workaround: Prevent threads sitting in epoll forever
10 years ago
Julien Boeuf
0603fbbd30
Merge branch 'master' of github.com:grpc/grpc into server_auth_context
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
Craig Tiller
56618b98e7
Merge github.com:grpc/grpc into you-complete-me
10 years ago
Tim Emiola
af74e4e47d
Updates gRPC Ruby to 0.9.0
10 years ago
Craig Tiller
916a5003a8
Add silent events to completion queue - to allow server shutdown to complete
10 years ago
Craig Tiller
5d2766bbd3
Remove debug
10 years ago
Craig Tiller
b9c6d2f779
Add comment
10 years ago
Tim Emiola
1d8fabbe06
Merge pull request #1716 from jtattermusch/update_readme
...
Update C# readme
10 years ago
Julien Boeuf
b10ab57a88
Merge branch 'master' of github.com:grpc/grpc into server_auth_context
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
a882e7449c
Merge github.com:grpc/grpc into you-complete-me
10 years ago
Craig Tiller
0b877cecf7
Allow destroy to be delayed instead of stalling
10 years ago
Craig Tiller
4ebeb402ae
clang-format
10 years ago
Craig Tiller
ba3c3cd36c
Add testing of bad client behavior
...
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
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
Craig Tiller
595cc5bfe9
Fixing things
10 years ago
Craig Tiller
ce192ed4f3
Fix 4.4 build
10 years ago
Craig Tiller
c82a866c99
Fix typo
10 years ago
Craig Tiller
af7cf54e51
Build shared libraries for wrapped languages too
10 years ago
Craig Tiller
fe46136721
Merge github.com:grpc/grpc into scalable-poll
10 years ago
Craig Tiller
8b5276c02e
Merge github.com:grpc/grpc into we-dont-need-no-backup
...
Conflicts:
src/core/surface/call.c
test/core/end2end/dualstack_socket_test.c
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c
test/core/end2end/tests/early_server_shutdown_finishes_tags.c
test/core/end2end/tests/graceful_server_shutdown.c
test/core/end2end/tests/invoke_large_request.c
test/core/end2end/tests/max_concurrent_streams.c
test/core/end2end/tests/max_message_length.c
test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c
test/core/end2end/tests/request_response_with_metadata_and_payload.c
test/core/end2end/tests/request_response_with_payload.c
test/core/end2end/tests/request_response_with_payload_and_call_creds.c
test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c
test/core/end2end/tests/request_with_large_metadata.c
test/core/end2end/tests/request_with_payload.c
test/core/httpcli/httpcli_test.c
tools/run_tests/run_tests.py
10 years ago
Nicolas Noble
031dea1df4
Merge pull request #1740 from ctiller/function-isnt-standard
...
Remove all uses of __FUNCTION__
10 years ago