aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | clang-formatGravatar Craig Tiller2015-05-27
| | | | | | | | | |
| | | * | | | | | | Advertise HTTP2 supportGravatar Craig Tiller2015-05-27
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1732 from murgatroid99/core_request_call_traceGravatar Craig Tiller2015-05-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added tracing for grpc_server_request_call
| * \ \ \ \ \ \ \ \ Merge pull request #1755 from jboeuf/bio_pendingGravatar Yang Gao2015-05-26
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | Standardize on |BIO_pending| and |BIO_wpending|.
| * | | | | | | | | Move anchors above headers, so TOC links work properlyGravatar Jorge Canizales2015-05-26
| | | | | | | | | |
| * | | | | | | | | Update README.mdGravatar Jorge Canizales2015-05-26
| | | | | | | | | |
| * | | | | | | | | Add TOC and anchors in the headersGravatar Jorge Canizales2015-05-26
| | | | | | | | | |
| * | | | | | | | | Add simpler instructions for ObjC (using Homebrew)Gravatar Jorge Canizales2015-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|.Gravatar Julien Boeuf2015-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-upGravatar Tim Emiola2015-05-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Sync Python version to rest of project
| * \ \ \ \ \ \ \ Merge pull request #1750 from murgatroid99/node_version_0.9.0Gravatar Tim Emiola2015-05-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Updated Node.js version to 0.9.0
| | | | | | | | | * Initial refactoring and context API changesGravatar Alistair Veitch2015-05-26
| | | | | | | | | |
| | | * | | | | | | Sync Python version to rest of projectGravatar Masood Malekghassemi2015-05-26
| | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | Updated to version 0.9.0a0.
| * | / | | | | | Workaround: Prevent threads sitting in epoll foreverGravatar Craig Tiller2015-05-26
| | |/ / / / / / | |/| | | | | |
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Updated Node.js version to 0.9.0Gravatar murgatroid992015-05-26
| | | | | | | |
| * | | | | | | Updates gRPC Ruby to 0.9.0Gravatar Tim Emiola2015-05-26
| |/ / / / / /
| * | | | | | Merge pull request #1716 from jtattermusch/update_readmeGravatar Tim Emiola2015-05-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Update C# readme
| | | | | * \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #1735 from tbetbetbe/grpc-rb-rpc-server-improvementsGravatar Michael Lumish2015-05-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Various tweaks to improve server stability
| * \ \ \ \ \ \ \ Merge pull request #1741 from remi/use-consistent-port-numbersGravatar Tim Emiola2015-05-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use consistent port numbers
| | | | | | * | | | Add testing of bad client behaviorGravatar Craig Tiller2015-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-pollGravatar Craig Tiller2015-05-24
|\| | | | | | | |
| | * | | | | | | Update ruby add_http2_port comments to use port 50051Gravatar remi Taylor2015-05-24
| | | | | | | | |
| | * | | | | | | Update node server examples to consistently bind to 50051Gravatar remi Taylor2015-05-24
| | | | | | | | |
| * | | | | | | | Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
| |/ / / / / / /
| * | | | | | | Merge pull request #1728 from ctiller/i-will-surviveGravatar Masood Malekghassemi2015-05-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make Python fit within ulimit
| | | * | | | | | Various tweaks to improve server stabilityGravatar Tim Emiola2015-05-22
| | | | | | | | |
| | * | | | | | | Reduce threadpool sizeGravatar Craig Tiller2015-05-22
| | | | | | | | |
| | * | | | | | | Reduce threadpool sizeGravatar Craig Tiller2015-05-22
| | | | | | | | |
| | | | | * | | | Added tracing for grpc_server_request_callGravatar murgatroid992015-05-22
| | | | | | | | |
| | | | | | | * | Add cancellation interop tests for PythonGravatar Masood Malekghassemi2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1591. Also fixes a raised-exceptions-during-tests-causes-hanging problem.
| | * | | | | | | Reduce threadpool sizeGravatar Craig Tiller2015-05-22
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Reverted change to _write in client.jsGravatar murgatroid992015-05-22
| | | | | | | |
| * | | | | | | Coalesced redundant codeGravatar murgatroid992015-05-22
| | | | | | | |
| * | | | | | | Removed debug logGravatar murgatroid992015-05-22
| | | | | | | |
| * | | | | | | Fixed ordering assumptions in server_streaming interop testGravatar murgatroid992015-05-22
| |/ / / / / /
| * | | | | | Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmmGravatar Yang Gao2015-05-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a test of crashing servers and clients
| * \ \ \ \ \ \ Merge pull request #1710 from ctiller/lets-fix-the-state-machineGravatar Yang Gao2015-05-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Handle priority frames in any header
| | | | | * | | | update C# readmeGravatar Jan Tattermusch2015-05-21
| | | | |/ / / /
| * | | | | | | Merge pull request #1715 from jcanizales/fixes-evil-typoGravatar Michael Lumish2015-05-21
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | Fix typo in README commands to compile protos!
| | * | | | | | Fix typo in README commands to compile protos!Gravatar Jorge Canizales2015-05-21
| | | | | | | | | | | | | | | | | | | | | | | | Let's fix this before everybody hates me.
| | | | * | | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #1714 from jcanizales/point-to-official-proto-podspecGravatar Michael Lumish2015-05-21
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Point sample app to official protobuf podspec
| | * | | | | | Point sample app to official protobuf podspecGravatar Jorge Canizales2015-05-21
| | |/ / / / /
| | | * / / / Handle priority frames in any headerGravatar Craig Tiller2015-05-21
| | |/ / / / | |/| | | |
| | | * | | Properly finish off ops when we see a failureGravatar Craig Tiller2015-05-21
| | | | | |
| | | * | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #1704 from jtattermusch/nuget_symbolsGravatar Tim Emiola2015-05-21
| |\ \ \ \ \ | | |/ / / / | |/| | | | Update nuget packages
| | * | | | Add generated documentation to nuget packagesGravatar Jan Tattermusch2015-05-21
| | | | | |