aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Formatted db fileGravatar murgatroid992015-02-20
|
* Added client and fixed some server bugsGravatar murgatroid992015-02-19
|
* Merge branch 'master' into node_route_guide_sampleGravatar murgatroid992015-02-19
|\
| * Merge pull request #631 from soltanmm/masterGravatar Tim Emiola2015-02-19
| |\ | | | | | | Added protoc plugin for Python GRPC.
| * | Removed reference to non-existent headerGravatar murgatroid992015-02-19
| | |
* | | Switched to a smaller area of featuresGravatar murgatroid992015-02-19
| | |
* | | Switched to using pre-defined list of featuresGravatar murgatroid992015-02-19
| | |
| | * Added protoc plugin for Python GRPC.Gravatar Masood Malekghassemi2015-02-19
| | |
| * | Merge pull request #629 from jcanizales/fix-internal-include-pathGravatar Tim Emiola2015-02-19
| |\ \ | | | | | | | | Fix internal include path
| | * | Fix internal include pathGravatar Jorge Canizales2015-02-19
| | | |
| * | | Merge pull request #628 from murgatroid99/node_lintGravatar Tim Emiola2015-02-19
| |\ \ \ | | |_|/ | |/| | Added lint to Node tests
| | * | Fixed lint errorsGravatar murgatroid992015-02-19
| | | |
| | * | Added lint scriptGravatar murgatroid992015-02-19
| | | |
| * | | Added files to the node packageGravatar murgatroid992015-02-19
| |/ /
| * | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2Gravatar Mugur Marculescu2015-02-19
| |\ \ | | | | | | | | Jayantkolhe patch 2 - Many documentation updates.
| | * | Update README.mdGravatar Jayant Kolhe2015-02-19
| | | |
| * | | Merge pull request #589 from nathanielmanistaatgoogle/src-python-readmeGravatar Jayant Kolhe2015-02-19
| |\ \ \ | | | | | | | | | | Add a src/python/README.md.
| | | * | Update README.mdGravatar Jayant Kolhe2015-02-19
| | | | |
| | | * | Update README.mdGravatar Jayant Kolhe2015-02-19
| | | | |
| | | * | Update README.mdGravatar Jayant Kolhe2015-02-19
| | | | |
| | | * | Update README.mdGravatar Jayant Kolhe2015-02-19
| | | | |
| | | * | Create README.mdGravatar Jayant Kolhe2015-02-19
| | | | |
| | | * | Create README.mdGravatar Jayant Kolhe2015-02-19
| | | | |
* | | | | Added comments and fixed some minor bugsGravatar murgatroid992015-02-19
| | | | |
| * | | | Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
| |\ \ \ \ | | | | | | | | | | | | Mac build is now ready
| * \ \ \ \ Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspecGravatar Jan Tattermusch2015-02-19
| |\ \ \ \ \ | | | | | | | | | | | | | | Grpc fix grpc gemspec
| | * | | | | Fixes case, other minor correctionsGravatar Tim Emiola2015-02-19
| | | | | | |
| * | | | | | Merge pull request #617 from jtattermusch/csharp_namespaceGravatar Tim Emiola2015-02-19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix C# readme
| * \ \ \ \ \ \ Merge pull request #604 from jboeuf/fix_sprintfGravatar Yang Gao2015-02-19
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing sprintf and a few other things.
| | | * | | | | | nit in READMEGravatar Jan Tattermusch2015-02-19
| | | | | | | | |
| * | | | | | | | Merge pull request #616 from jtattermusch/csharp_namespaceGravatar Tim Emiola2015-02-19
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | C# preparations for going public
| | | | * | | | | Fixes the grpc.gemspec, clarifies the installation instructionsGravatar Tim Emiola2015-02-19
| | | | | | | | |
| | * | | | | | | Updated Copyright information and assembly versions for C#Gravatar Jan Tattermusch2015-02-19
| | | | | | | | |
| | | | * | | | | Removes unnecesary check from the interop testeGravatar Tim Emiola2015-02-19
| | |_|/ / / / / | |/| | | | | |
| | * | | | | | Changed namespace from Google.GRPC to Grpc, sorted using statements, minor ↵Gravatar Jan Tattermusch2015-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactorings
| * | | | | | | Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_caseGravatar Tim Emiola2015-02-19
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Rename base/interfaces_test to base/interfaces_test_case.
| * | | | | | | Python early_adopter changes in anticipation of interop client.Gravatar Nathaniel Manista2015-02-19
| | | | | | | |
| | * | | | | | Rename base/interfaces_test to base/interfaces_test_case.Gravatar Nathaniel Manista2015-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 justGravatar vjpai2015-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 featuresGravatar vjpai2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in use yet
| | * | | | | Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
| | | | | | |
| * | | | | | Merge pull request #603 from ctiller/chex7Gravatar David Klempner2015-02-18
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Fix a TSAN reported race
| * | | | | | Merge pull request #598 from jcanizales/import-ios-libraryGravatar Tim Emiola2015-02-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Import ios library
| * \ \ \ \ \ \ Merge pull request #590 from murgatroid99/node_auth_integrationGravatar Tim Emiola2015-02-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Node auth implementation
| | | | * | | | | Fix a TSAN reported raceGravatar Craig Tiller2015-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 fromGravatar murgatroid992015-02-18
| | | | | | | |
* | | | | | | | Added route_guide server example implementationGravatar murgatroid992015-02-18
| | | | | | | |
| | | * | | | | Adds copyright notices to the GRPCClient files.Gravatar Jorge Canizales2015-02-18
| | | | | | | |
| * | | | | | | Fix a race where an fd can be deleted during pollingGravatar Craig Tiller2015-02-18
| | | | | | | |
| * | | | | | | Merge pull request #581 from ctiller/an-update-on-c++Gravatar Yang Gao2015-02-18
|/| | | | | | | | | | | | | | | | | | | | | | | Server side cancellation receive support for C++