Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Formatted db file | murgatroid99 | 2015-02-20 |
| | |||
* | Added client and fixed some server bugs | murgatroid99 | 2015-02-19 |
| | |||
* | Merge branch 'master' into node_route_guide_sample | murgatroid99 | 2015-02-19 |
|\ | |||
| * | Merge pull request #631 from soltanmm/master | Tim Emiola | 2015-02-19 |
| |\ | | | | | | | Added protoc plugin for Python GRPC. | ||
| * | | Removed reference to non-existent header | murgatroid99 | 2015-02-19 |
| | | | |||
* | | | Switched to a smaller area of features | murgatroid99 | 2015-02-19 |
| | | | |||
* | | | Switched to using pre-defined list of features | murgatroid99 | 2015-02-19 |
| | | | |||
| | * | Added protoc plugin for Python GRPC. | Masood Malekghassemi | 2015-02-19 |
| | | | |||
| * | | Merge pull request #629 from jcanizales/fix-internal-include-path | Tim Emiola | 2015-02-19 |
| |\ \ | | | | | | | | | Fix internal include path | ||
| | * | | Fix internal include path | Jorge Canizales | 2015-02-19 |
| | | | | |||
| * | | | Merge pull request #628 from murgatroid99/node_lint | Tim Emiola | 2015-02-19 |
| |\ \ \ | | |_|/ | |/| | | Added lint to Node tests | ||
| | * | | Fixed lint errors | murgatroid99 | 2015-02-19 |
| | | | | |||
| | * | | Added lint script | murgatroid99 | 2015-02-19 |
| | | | | |||
| * | | | Added files to the node package | murgatroid99 | 2015-02-19 |
| |/ / | |||
| * | | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 | Mugur Marculescu | 2015-02-19 |
| |\ \ | | | | | | | | | Jayantkolhe patch 2 - Many documentation updates. | ||
| | * | | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | | | |||
| * | | | Merge pull request #589 from nathanielmanistaatgoogle/src-python-readme | Jayant Kolhe | 2015-02-19 |
| |\ \ \ | | | | | | | | | | | Add a src/python/README.md. | ||
| | | * | | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | | | | |||
| | | * | | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | | | | |||
| | | * | | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | | | | |||
| | | * | | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | | | | |||
| | | * | | Create README.md | Jayant Kolhe | 2015-02-19 |
| | | | | | |||
| | | * | | Create README.md | Jayant Kolhe | 2015-02-19 |
| | | | | | |||
* | | | | | Added comments and fixed some minor bugs | murgatroid99 | 2015-02-19 |
| | | | | | |||
| * | | | | Merge pull request #605 from vjpai/mac | Nicolas Noble | 2015-02-19 |
| |\ \ \ \ | | | | | | | | | | | | | Mac build is now ready | ||
| * \ \ \ \ | Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspec | Jan Tattermusch | 2015-02-19 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Grpc fix grpc gemspec | ||
| | * | | | | | Fixes case, other minor corrections | Tim Emiola | 2015-02-19 |
| | | | | | | | |||
| * | | | | | | Merge pull request #617 from jtattermusch/csharp_namespace | Tim Emiola | 2015-02-19 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix C# readme | ||
| * \ \ \ \ \ \ | Merge pull request #604 from jboeuf/fix_sprintf | Yang Gao | 2015-02-19 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixing sprintf and a few other things. | ||
| | | * | | | | | | nit in README | Jan Tattermusch | 2015-02-19 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #616 from jtattermusch/csharp_namespace | Tim Emiola | 2015-02-19 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | C# preparations for going public | ||
| | | | * | | | | | Fixes the grpc.gemspec, clarifies the installation instructions | Tim Emiola | 2015-02-19 |
| | | | | | | | | | |||
| | * | | | | | | | Updated Copyright information and assembly versions for C# | Jan Tattermusch | 2015-02-19 |
| | | | | | | | | | |||
| | | | * | | | | | Removes unnecesary check from the interop teste | Tim Emiola | 2015-02-19 |
| | |_|/ / / / / | |/| | | | | | | |||
| | * | | | | | | Changed namespace from Google.GRPC to Grpc, sorted using statements, minor ↵ | Jan Tattermusch | 2015-02-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactorings | ||
| * | | | | | | | Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_case | Tim Emiola | 2015-02-19 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Rename base/interfaces_test to base/interfaces_test_case. | ||
| * | | | | | | | Python early_adopter changes in anticipation of interop client. | Nathaniel Manista | 2015-02-19 |
| | | | | | | | | |||
| | * | | | | | | 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. | ||
| | | * | | | | 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 #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 | ||
| | | | * | | | | | 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). | ||
| | * | | | | | | Added comment about where Google credentials come from | murgatroid99 | 2015-02-18 |
| | | | | | | | | |||
* | | | | | | | | Added route_guide server example implementation | murgatroid99 | 2015-02-18 |
| | | | | | | | | |||
| | | * | | | | | Adds copyright notices to the GRPCClient files. | Jorge Canizales | 2015-02-18 |
| | | | | | | | | |||
| * | | | | | | | 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++ |