Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Merge pull request #614 from jtattermusch/nitpicking | Tim Emiola | 2015-02-19 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed readme | |||
* \ \ \ \ \ \ \ | Merge pull request #610 from nathanielmanistaatgoogle/early-adopter-split | Nathaniel Manista | 2015-02-19 | |
|\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | fixed readme | Jan Tattermusch | 2015-02-19 | |
| | | | | | | | | | ||||
| * | | | | | | | | Python early_adopter changes in anticipation of interop client. | Nathaniel Manista | 2015-02-19 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge pull request #607 from vjpai/compiler | Yang Gao | 2015-02-18 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | One-line fix for namespace bug | |||
| * | | | | | | | | One-line fix for namespace bug | Vijay Pai | 2015-02-18 | |
| | | | | | | | | | ||||
| | | * | | | | | | Rename base/interfaces_test to base/interfaces_test_case. | Nathaniel Manista | 2015-02-19 | |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change the Python codebase now conforms to an "if it ends with _test.py then it is an executable test" rule. | |||
| | | | * | | | | More typecasts to avoid sign-comparison problems on EXPECT_EQ | vjpai | 2015-02-18 | |
| | | | | | | | | ||||
| | | | * | | | | Include typecasts so that int and size_t are not compared (since their | vjpai | 2015-02-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signs don't match) | |||
| | | | * | | | | Some compilers expect class SyncRequest to be declared fully and not just | vjpai | 2015-02-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forward-declared before the constructor for Server because this is needed to manage exception handling for the class std::list that is templated on SyncRequest | |||
| | | | * | | | | Do not need a Mac-specific CPU header yet as there are no CPU-specific features | vjpai | 2015-02-18 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | in use yet | |||
| | | * | | | | Fixing sprintf and a few other things. | Julien Boeuf | 2015-02-18 | |
| | | | | | | | ||||
* | | | | | | | Merge pull request #603 from ctiller/chex7 | David Klempner | 2015-02-18 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fix a TSAN reported race | |||
* | | | | | | | Merge pull request #585 from jayantkolhe/jayantkolhe-patch-1 | Tim Emiola | 2015-02-18 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update README.md | |||
* \ \ \ \ \ \ \ | Merge pull request #598 from jcanizales/import-ios-library | Tim Emiola | 2015-02-18 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Import ios library | |||
* \ \ \ \ \ \ \ \ | Merge pull request #590 from murgatroid99/node_auth_integration | Tim Emiola | 2015-02-18 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Node auth implementation | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #600 from nicolasnoble/make-install | Craig Tiller | 2015-02-18 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Polishing Makefile to better install targets. | |||
| | | | | * | | | | | Fix a TSAN reported race | Craig Tiller | 2015-02-18 | |
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this was the frequent crash in uds_cancel_after_invoke. The race happens because a channel is deleted concurrently with an address being resolved (and UDS gets the resolution fast enough for this to actually happen). The fix is to guarantee no callbacks will be made after cancel has been called (which was the original guaranteee that got lost somewhere). | |||
| | | | | | | * | | Merge pull request #1 from jayantkolhe/jayantkolhe-patch-1 | Tim Emiola | 2015-02-18 | |
| | | | | | | |\ \ | | | | | |_|_|/ / | | | | |/| | | | | Update README.md | |||
| | * | | | | | | | Added comment about where Google credentials come from | murgatroid99 | 2015-02-18 | |
| | | | | | | | | | ||||
| * | | | | | | | | Polishing Makefile to better install targets. | Nicolas "Pixel" Noble | 2015-02-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin. -) installing plugins. -) install will now run protobuf's installation too. -) adding documentation about installation prefix. | |||
| | | * | | | | | | Adds copyright notices to the GRPCClient files. | Jorge Canizales | 2015-02-18 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #597 from ctiller/chex5 | Craig Tiller | 2015-02-18 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix a race where an fd can be deleted during polling | |||
| * | | | | | | | | | Fix a race where an fd can be deleted during polling | Craig Tiller | 2015-02-18 | |
|/ / / / / / / / / | ||||
| | | | * | | | | | Update README.md | Jayant Kolhe | 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++ | |||
| | | | | * | | | | | Update README.md | Jayant Kolhe | 2015-02-18 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Merge with async unary changes | Craig Tiller | 2015-02-18 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #594 from jtattermusch/fix_include | Nicolas Noble | 2015-02-18 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed string.h include | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #595 from ctiller/chex3 | Nicolas Noble | 2015-02-18 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | Delete symlink to my home directory | |||
| | | * | | | | | | | | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 | |
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | Delete symlink to my home directory | Craig Tiller | 2015-02-18 | |
|/ / / / / / / / / / | ||||
| * / / / / / / / / | fixed string.h include | Jan Tattermusch | 2015-02-18 | |
|/ / / / / / / / / | ||||
| * | | | | | | | | Simplify TryPluck | Craig Tiller | 2015-02-18 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #593 from jtattermusch/separate_csharp_install | Nicolas Noble | 2015-02-18 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | make grpc_csharp_ext compile and install independently from the grpc and gpr libraries | |||
| | * | | | | | | | Move header #include | Craig Tiller | 2015-02-18 | |
| | | | | | | | | | ||||
| * | | | | | | | | updated C# readme | Jan Tattermusch | 2015-02-18 | |
| | | | | | | | | | ||||
| * | | | | | | | | make grpc_csharp_ext compile and install independently from the grpc and gpr ↵ | Jan Tattermusch | 2015-02-18 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | libraries | |||
| | * | | | | | | Merge branch 'master' into node_auth_integration | murgatroid99 | 2015-02-18 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| | * | | | | | | Added node auth interop test command | murgatroid99 | 2015-02-18 | |
| | | | | | | | | ||||
| | * | | | | | | Added auth functionality and interop tests | murgatroid99 | 2015-02-18 | |
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Async client api change. Add a ClientAsyncResponseReader. | |||
| | | | | | * | | | Add a src/python/README.md. | Nathaniel Manista | 2015-02-18 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||
* | | | | | | | | Merge pull request #587 from ctiller/chex2 | Nicolas Noble | 2015-02-18 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix use-after-free. | |||
| | * | | | | | | | 2015 | Yang Gao | 2015-02-18 | |
| | | | | | | | | | ||||
| | * | | | | | | | 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. |