aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #614 from jtattermusch/nitpickingGravatar Tim Emiola2015-02-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed readme
* \ \ \ \ \ \ \ Merge pull request #610 from nathanielmanistaatgoogle/early-adopter-splitGravatar Nathaniel Manista2015-02-19
|\ \ \ \ \ \ \ \
| | * | | | | | | fixed readmeGravatar Jan Tattermusch2015-02-19
| | | | | | | | |
| * | | | | | | | Python early_adopter changes in anticipation of interop client.Gravatar Nathaniel Manista2015-02-19
|/ / / / / / / /
* | | | | | | | Merge pull request #607 from vjpai/compilerGravatar Yang Gao2015-02-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | One-line fix for namespace bug
| * | | | | | | | One-line fix for namespace bugGravatar Vijay Pai2015-02-18
| | | | | | | | |
| | | * | | | | | 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.
| | | | * | | | More typecasts to avoid sign-comparison problems on EXPECT_EQGravatar vjpai2015-02-18
| | | | | | | |
| | | | * | | | Include typecasts so that int and size_t are not compared (since theirGravatar vjpai2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signs don't match)
| | | | * | | | 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 #585 from jayantkolhe/jayantkolhe-patch-1Gravatar Tim Emiola2015-02-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update README.md
* \ \ \ \ \ \ \ 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
* \ \ \ \ \ \ \ \ \ Merge pull request #600 from nicolasnoble/make-installGravatar Craig Tiller2015-02-18
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Polishing Makefile to better install targets.
| | | | | * | | | | 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).
| | | | | | | * | Merge pull request #1 from jayantkolhe/jayantkolhe-patch-1Gravatar Tim Emiola2015-02-18
| | | | | | | |\ \ | | | | | |_|_|/ / | | | | |/| | | | Update README.md
| | * | | | | | | Added comment about where Google credentials come fromGravatar murgatroid992015-02-18
| | | | | | | | |
| * | | | | | | | Polishing Makefile to better install targets.Gravatar Nicolas "Pixel" Noble2015-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.Gravatar Jorge Canizales2015-02-18
| | | | | | | | |
* | | | | | | | | Merge pull request #597 from ctiller/chex5Gravatar Craig Tiller2015-02-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix a race where an fd can be deleted during polling
| * | | | | | | | | Fix a race where an fd can be deleted during pollingGravatar Craig Tiller2015-02-18
|/ / / / / / / / /
| | | | * | | | | Update README.mdGravatar Jayant Kolhe2015-02-18
| | | | | | | | |
* | | | | | | | | Merge pull request #581 from ctiller/an-update-on-c++Gravatar Yang Gao2015-02-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Server side cancellation receive support for C++
| | | | | * | | | | Update README.mdGravatar Jayant Kolhe2015-02-18
| | | | | | | | | |
| * | | | | | | | | Merge with async unary changesGravatar Craig Tiller2015-02-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #594 from jtattermusch/fix_includeGravatar Nicolas Noble2015-02-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed string.h include
* \ \ \ \ \ \ \ \ \ \ Merge pull request #595 from ctiller/chex3Gravatar Nicolas Noble2015-02-18
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Delete symlink to my home directory
| | | * | | | | | | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Delete symlink to my home directoryGravatar Craig Tiller2015-02-18
|/ / / / / / / / / /
| * / / / / / / / / fixed string.h includeGravatar Jan Tattermusch2015-02-18
|/ / / / / / / / /
| * | | | | | | | Simplify TryPluckGravatar Craig Tiller2015-02-18
| | | | | | | | |
* | | | | | | | | Merge pull request #593 from jtattermusch/separate_csharp_installGravatar Nicolas Noble2015-02-18
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | make grpc_csharp_ext compile and install independently from the grpc and gpr libraries
| | * | | | | | | Move header #includeGravatar Craig Tiller2015-02-18
| | | | | | | | |
| * | | | | | | | updated C# readmeGravatar Jan Tattermusch2015-02-18
| | | | | | | | |
| * | | | | | | | make grpc_csharp_ext compile and install independently from the grpc and gpr ↵Gravatar Jan Tattermusch2015-02-18
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | libraries
| | * | | | | | Merge branch 'master' into node_auth_integrationGravatar murgatroid992015-02-18
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | * | | | | | Added node auth interop test commandGravatar murgatroid992015-02-18
| | | | | | | |
| | * | | | | | Added auth functionality and interop testsGravatar murgatroid992015-02-18
| | | | | | | |
* | | | | | | | Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Async client api change. Add a ClientAsyncResponseReader.
| | | | | | * | | Add a src/python/README.md.Gravatar Nathaniel Manista2015-02-18
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #587 from ctiller/chex2Gravatar Nicolas Noble2015-02-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix use-after-free.
| | * | | | | | | 2015Gravatar Yang Gao2015-02-18
| | | | | | | | |
| | * | | | | | | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | similar to streaming and symmetric to server side.
* | | | | | | | | Merge pull request #578 from jtattermusch/csharp_new_apiGravatar Michael Lumish2015-02-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Migration of C# to the new C API
* \ \ \ \ \ \ \ \ \ Merge pull request #586 from dklempner/epoll_doc_fixGravatar Craig Tiller2015-02-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix comment on disabling multiple threads in epoll_wait
| | | * | | | | | | | Fix use-after-free.Gravatar Craig Tiller2015-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 threadsGravatar David Klempner2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in epoll wait.