Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | clang-format | Craig Tiller | 2015-05-27 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | Advertise HTTP2 support | Craig Tiller | 2015-05-27 | |
| | |/ / / / / / / | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #1732 from murgatroid99/core_request_call_trace | Craig Tiller | 2015-05-27 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added tracing for grpc_server_request_call | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #1755 from jboeuf/bio_pending | Yang Gao | 2015-05-26 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | Standardize on |BIO_pending| and |BIO_wpending|. | |||
| * | | | | | | | | | Move anchors above headers, so TOC links work properly | Jorge Canizales | 2015-05-26 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Update README.md | Jorge Canizales | 2015-05-26 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Add TOC and anchors in the headers | Jorge Canizales | 2015-05-26 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Add simpler instructions for ObjC (using Homebrew) | Jorge Canizales | 2015-05-26 | |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | 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. | |||
| | * | | | | | | | Standardize on |BIO_pending| and |BIO_wpending|. | Julien Boeuf | 2015-05-26 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | | | | | | | Merge pull request #1751 from soltanmm/release-up | Tim Emiola | 2015-05-26 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Sync Python version to rest of project | |||
| * \ \ \ \ \ \ \ | Merge pull request #1750 from murgatroid99/node_version_0.9.0 | Tim Emiola | 2015-05-26 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Updated Node.js version to 0.9.0 | |||
| | | | | | | | | * | Initial refactoring and context API changes | Alistair Veitch | 2015-05-26 | |
| | | | | | | | | | | ||||
| | | * | | | | | | | Sync Python version to rest of project | Masood Malekghassemi | 2015-05-26 | |
| | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | Updated to version 0.9.0a0. | |||
| * | / | | | | | | Workaround: Prevent threads sitting in epoll forever | Craig Tiller | 2015-05-26 | |
| | |/ / / / / / | |/| | | | | | | ||||
| | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-26 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | * | | | | | | Updated Node.js version to 0.9.0 | murgatroid99 | 2015-05-26 | |
| | | | | | | | | ||||
| * | | | | | | | Updates gRPC Ruby to 0.9.0 | Tim Emiola | 2015-05-26 | |
| |/ / / / / / | ||||
| * | | | | | | Merge pull request #1716 from jtattermusch/update_readme | Tim Emiola | 2015-05-26 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update C# readme | |||
| | | | | * \ \ | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-26 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #1735 from tbetbetbe/grpc-rb-rpc-server-improvements | Michael Lumish | 2015-05-26 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Various tweaks to improve server stability | |||
| * \ \ \ \ \ \ \ | Merge pull request #1741 from remi/use-consistent-port-numbers | Tim Emiola | 2015-05-26 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use consistent port numbers | |||
| | | | | | * | | | | Add testing of bad client behavior | Craig Tiller | 2015-05-26 | |
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | | | | | | | | Merge github.com:grpc/grpc into scalable-poll | Craig Tiller | 2015-05-24 | |
|\| | | | | | | | | ||||
| | * | | | | | | | Update ruby add_http2_port comments to use port 50051 | remi Taylor | 2015-05-24 | |
| | | | | | | | | | ||||
| | * | | | | | | | Update node server examples to consistently bind to 50051 | remi Taylor | 2015-05-24 | |
| | | | | | | | | | ||||
| * | | | | | | | | Remove all uses of __FUNCTION__ | Craig Tiller | 2015-05-24 | |
| |/ / / / / / / | ||||
| * | | | | | | | Merge pull request #1728 from ctiller/i-will-survive | Masood Malekghassemi | 2015-05-23 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make Python fit within ulimit | |||
| | | * | | | | | | Various tweaks to improve server stability | Tim Emiola | 2015-05-22 | |
| | | | | | | | | | ||||
| | * | | | | | | | Reduce threadpool size | Craig Tiller | 2015-05-22 | |
| | | | | | | | | | ||||
| | * | | | | | | | Reduce threadpool size | Craig Tiller | 2015-05-22 | |
| | | | | | | | | | ||||
| | | | | * | | | | Added tracing for grpc_server_request_call | murgatroid99 | 2015-05-22 | |
| | | | | | | | | | ||||
| | | | | | | * | | Add cancellation interop tests for Python | Masood Malekghassemi | 2015-05-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1591. Also fixes a raised-exceptions-during-tests-causes-hanging problem. | |||
| | * | | | | | | | Reduce threadpool size | Craig Tiller | 2015-05-22 | |
| | | |_|/ / / / | | |/| | | | | | ||||
| * | | | | | | | Reverted change to _write in client.js | murgatroid99 | 2015-05-22 | |
| | | | | | | | | ||||
| * | | | | | | | Coalesced redundant code | murgatroid99 | 2015-05-22 | |
| | | | | | | | | ||||
| * | | | | | | | Removed debug log | murgatroid99 | 2015-05-22 | |
| | | | | | | | | ||||
| * | | | | | | | Fixed ordering assumptions in server_streaming interop test | murgatroid99 | 2015-05-22 | |
| |/ / / / / / | ||||
| * | | | | | | Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmm | Yang Gao | 2015-05-21 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a test of crashing servers and clients | |||
| * \ \ \ \ \ \ | Merge pull request #1710 from ctiller/lets-fix-the-state-machine | Yang Gao | 2015-05-21 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Handle priority frames in any header | |||
| | | | | * | | | | update C# readme | Jan Tattermusch | 2015-05-21 | |
| | | | |/ / / / | ||||
| * | | | | | | | Merge pull request #1715 from jcanizales/fixes-evil-typo | Michael Lumish | 2015-05-21 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | Fix typo in README commands to compile protos! | |||
| | * | | | | | | Fix typo in README commands to compile protos! | Jorge Canizales | 2015-05-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Let's fix this before everybody hates me. | |||
| | | | * | | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-21 | |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #1714 from jcanizales/point-to-official-proto-podspec | Michael Lumish | 2015-05-21 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | Point sample app to official protobuf podspec | |||
| | * | | | | | | Point sample app to official protobuf podspec | Jorge Canizales | 2015-05-21 | |
| | |/ / / / / | ||||
| | | * / / / | Handle priority frames in any header | Craig Tiller | 2015-05-21 | |
| | |/ / / / | |/| | | | | ||||
| | | * | | | Properly finish off ops when we see a failure | Craig Tiller | 2015-05-21 | |
| | | | | | | ||||
| | | * | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm | Craig Tiller | 2015-05-21 | |
| | | |\ \ \ | | |_|/ / / | |/| | | | | ||||
| * | | | | | Merge pull request #1704 from jtattermusch/nuget_symbols | Tim Emiola | 2015-05-21 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Update nuget packages | |||
| | * | | | | Add generated documentation to nuget packages | Jan Tattermusch | 2015-05-21 | |
| | | | | | |