Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a race where an fd can be deleted during polling | Craig Tiller | 2015-02-18 |
| | |||
* | Merge pull request #581 from ctiller/an-update-on-c++ | Yang Gao | 2015-02-18 |
|\ | | | | | Server side cancellation receive support for C++ | ||
| * | Merge with async unary changes | Craig Tiller | 2015-02-18 |
| | | |||
| * | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
| |\ | |||
* | | | fixed string.h include | Jan Tattermusch | 2015-02-18 |
| |/ |/| | |||
| * | Simplify TryPluck | Craig Tiller | 2015-02-18 |
| | | |||
| * | Move header #include | Craig Tiller | 2015-02-18 |
| | | |||
* | | updated C# readme | Jan Tattermusch | 2015-02-18 |
| | | |||
* | | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 |
|\ \ | | | | | | | Async client api change. Add a ClientAsyncResponseReader. | ||
* \ \ | Merge pull request #587 from ctiller/chex2 | Nicolas Noble | 2015-02-18 |
|\ \ \ | | | | | | | | | Fix use-after-free. | ||
| | * | | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
| | | | | | | | | | | | | | | | | similar to streaming and symmetric to server side. | ||
* | | | | Merge pull request #578 from jtattermusch/csharp_new_api | Michael Lumish | 2015-02-18 |
|\ \ \ \ | | | | | | | | | | | Migration of C# to the new C API | ||
* \ \ \ \ | Merge pull request #586 from dklempner/epoll_doc_fix | Craig Tiller | 2015-02-18 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix comment on disabling multiple threads in epoll_wait | ||
| | | * | | | Fix use-after-free. | Craig Tiller | 2015-02-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transport and channel have different lifetimes, but share a metadata context. Make the metadata context ref counted, and have transport take a ref. | ||
| * | | | | | Correct the comment documenting how to disable having multiple threads | David Klempner | 2015-02-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | in epoll wait. | ||
* | | | | | | Merge pull request #584 from ctiller/chex2 | Nicolas Noble | 2015-02-18 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | Spam cleanup, test speedup | ||
| | | * | | | fix typo: shutdown should be used in teardown. | Jan Tattermusch | 2015-02-18 |
| | | | | | | |||
| * | | | | | Spam cleanup, test speedup | Craig Tiller | 2015-02-18 |
| |/ / / / | |||
* / / / / | removed reference to missing grpc_server_add_secure_http2_port | Jan Tattermusch | 2015-02-18 |
|/ / / / | |||
| | | * | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | Server side cancellation receive support | Craig Tiller | 2015-02-18 |
| | | | | |||
| * | | | got rid of server_add_secure_http2_port | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | formatting | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | fixing unknown method call handler on server | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | clang-format | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | Cleanup of AsyncCall.cs | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | renaming file name to match class name | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | removal of unused methods in extension library | Jan Tattermusch | 2015-02-18 |
| | | | | |||
| * | | | migration to new C API | Jan Tattermusch | 2015-02-18 |
|/ / / | |||
* | | | Merge pull request #540 from ctiller/copyright | Tim Emiola | 2015-02-18 |
|\ \ \ | |/ / |/| | | Copyright checker | ||
* | | | Merge pull request #567 from tbetbetbe/grpc_ruby_rename_modules | Michael Lumish | 2015-02-18 |
|\ \ \ | | | | | | | | | Grpc ruby rename modules | ||
| | * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | | |||
| | * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | | |||
| | | * | Initial sketch | Craig Tiller | 2015-02-18 |
| |_|/ |/| | | |||
| | * | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | | |||
| | * | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-18 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #573 from yang-g/c++api | Craig Tiller | 2015-02-18 |
|\ \ \ | | | | | | | | | Changes to support server metadata. | ||
| * | | | Add metadata test with rpc. Adding/fixing things to make it work | Yang Gao | 2015-02-18 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: src/core/surface/server.c | ||
| * | | | Merge pull request #561 from ctiller/dox | Yang Gao | 2015-02-17 |
| |\ \ \ | | | | | | | | | | | Fix shutdown semantics. | ||
* | | | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | | | | |||
* | | | | | Add TODO | Craig Tiller | 2015-02-17 |
| | | | | | |||
| | | | * | Rework python, expand tool to make this easier | Craig Tiller | 2015-02-17 |
| | | | | | |||
| | | | * | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-17 |
| | | | |\ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py | ||
| | | * | | Removes the line that sed could not fix | Tim Emiola | 2015-02-17 |
| | | | | | |||
| * | | | | Merge pull request #569 from nathanielmanistaatgoogle/reorganize-python | Tim Emiola | 2015-02-17 |
| |\ \ \ \ | | | | | | | | | | | | | Python source reorganization. | ||
| | * | | | | Python source reorganization. | Nathaniel Manista | 2015-02-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public. | ||
| * | | | | | Merge pull request #504 from murgatroid99/node_new_core_api | Tim Emiola | 2015-02-17 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Rewrite the Node library to use the new core call API | ||
| | | | | * | | Updates the module name in the idiomatic and stub layers | Tim Emiola | 2015-02-17 |
| | | | | | | | |||
| | | | | * | | Updates the module name in C extension, ensuring it compiles | Tim Emiola | 2015-02-17 |
| | | | | | | |