Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into server_auth_context | Julien Boeuf | 2015-05-29 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||
* | | | | | | | | clang-format | Craig Tiller | 2015-05-29 | |
| | | | | | | | | ||||
* | | | | | | | | Make it possible to run with poll() instead of epoll() | Craig Tiller | 2015-05-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support? | |||
| | * | | | | | | Merge pull request #1668 from soltanmm/cancel-interop | Nathaniel Manista | 2015-05-29 | |
| |/| | | | | | |/| | | | | | | | | | | | | | | | Add cancellation interop tests for Python. | |||
| | | | | * | | | fixes to Grpc nuget package | Jan Tattermusch | 2015-05-29 | |
| | | | | | | | | ||||
| | | | | | * | | Move batch API exposure to Python layer | Masood Malekghassemi | 2015-05-29 | |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposes the C core batch API to the Python layers. Provides a shim to enable the old Python API to remain the same (for now). | |||
| | | * | | | | Removing mdctx from the credentials. | Julien Boeuf | 2015-05-29 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #1814 from ctiller/demon-on-wheels | David Klempner | 2015-05-29 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Add missing lock | |||
* | | | | | | | Merge pull request #1800 from tbetbetbe/grpc-ruby-fix-bidi-server-fails | Jan Tattermusch | 2015-05-29 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add's logging, removes an unnecessary thread join | |||
* \ \ \ \ \ \ \ | Merge pull request #1784 from jtattermusch/update_nuspec | Michael Lumish | 2015-05-29 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | update nuspec files | |||
| | | * | | | | | | Rename function for clarity | Craig Tiller | 2015-05-29 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #1803 from soltanmm/verbosity | Nathaniel Manista | 2015-05-29 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Set verbosity to 2 for Python tests. | |||
| | | | * | | | | | | Add missing lock | Craig Tiller | 2015-05-29 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #1801 from yang-g/test | Craig Tiller | 2015-05-29 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Leak fix, the metadata array should be destroyed on the server SyncRe… | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #1781 from ctiller/test-we-can-tell-people-things | David G. Quintas | 2015-05-28 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add a test of cmdline usage strings - and make them saner | |||
* | | | | | | | | | | | Minor improvements to C# readme | Jan Tattermusch | 2015-05-28 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||
| | | * | | | | | | | Set verbosity to 2 for Python tests | Masood Malekghassemi | 2015-05-28 | |
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1762. | |||
| | | | * | | | | | Add's logging tweaks thread interaction for bidi_server | Tim Emiola | 2015-05-28 | |
| | | | | | | | | | ||||
| | * | | | | | | | Leak fix, the metadata array should be destroyed on the server SyncRequest | Yang Gao | 2015-05-28 | |
| |/ / / / / / / |/| | | | | | | | ||||
* | | | | | | | | Merge pull request #1777 from stanley-cheung/use_consistent_port_numbers | Tim Emiola | 2015-05-28 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | fix php generated code test server port | |||
* | | | | | | | | Merge pull request #1778 from yang-g/test | Craig Tiller | 2015-05-28 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Unref the slices if no write will happen. | |||
| | | | * | | | | | update nuspec files | Jan Tattermusch | 2015-05-28 | |
| | | | | | | | | | ||||
| | | * | | | | | | Add a test of cmdline usage strings - and make them saner | Craig Tiller | 2015-05-28 | |
| | | | | | | | | | ||||
* | | | | | | | | | Add comment | Craig Tiller | 2015-05-28 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge github.com:grpc/grpc into scalable-poll | Craig Tiller | 2015-05-28 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||
| | * | | | | | | | Unref the slices if no write will happen. | Yang Gao | 2015-05-28 | |
| |/ / / / / / / | ||||
| * | | | | | | | Merge pull request #1772 from jtattermusch/generator_fixes | Nicolas Noble | 2015-05-27 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Flush printers in protoc plugins properly | |||
| | | * | | | | | | fix php generated code test server port | Stanley Cheung | 2015-05-27 | |
| | |/ / / / / / | |/| | | | | | | ||||
| | * | | | | | | make sure printers are properly flushed | Jan Tattermusch | 2015-05-27 | |
| | | | | | | | | ||||
| * | | | | | | | Fix for changed parseFromData: signature (now parseFromData:error:) | Marc Wandschneider | 2015-05-27 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #1764 from ↵ | Eric Anderson | 2015-05-27 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctiller/so-the-standard-we-rely-on-is-actually-released-and-has-been-for-some-time Advertise HTTP2 support via ALPN | |||
| * \ \ \ \ \ \ \ | Merge pull request #1745 from ctiller/misbehaving-is-expected | Nicolas Noble | 2015-05-27 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add testing of bad client behavior | |||
| | | * | | | | | | | 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 |