aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-14
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #9061 from jtattermusch/csharp_generated_arg_commentsGravatar Jan Tattermusch2016-12-14
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add xmldoc comments for function arguments in generated C# code
| | * \ \ \ \ \ \ \ \ Merge pull request #9060 from jtattermusch/csharp_protoc_leading_spaceGravatar Jan Tattermusch2016-12-14
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove leading space in C# service comments
| | * \ \ \ \ \ \ \ \ \ Merge pull request #9089 from dgquintas/short_deadlines_sans_testsGravatar David G. Quintas2016-12-13
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | Short deadlines: set Status on deadline
| | | | | | * | | | | | Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | | | | | * | | | Make event order consistent, and make 'end' and 'error' mutually exclusiveGravatar murgatroid992016-12-13
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #9006 from kpayson64/revert_bizarre_apiGravatar kpayson642016-12-13
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "Add configurable exit grace periods and shutdown handlers"
| | | | | | | | * \ \ Merge pull request #9045 from nathanielmanistaatgoogle/interop-fixes-v1.0.xGravatar Nathaniel Manista2016-12-13
| | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Interop fixes.
| | | | | | | | * \ \ \ Merge pull request #9080 from ↵Gravatar Nathaniel Manista2016-12-13
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/channel_ready_future_tests-v1.0.x Channel ready future test tweaks.
| | | | | | | | * \ \ \ \ Merge pull request #8924 from murgatroid99/node_handle_bad_writesGravatar Michael Lumish2016-12-13
| | | | | | | | |\ \ \ \ \ | | | | | | | | | |_|_|_|/ | | | | | | | | |/| | | | Node: correctly bubble up errors caused by non-serializable writes
| | | | * | | | | | | | | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-13
| | | | | | | | | | | | |
| | | | | | * | | | | | | Generate param comments in C# proto pluginGravatar Jan Tattermusch2016-12-13
| | | | | | | | | | | | |
| | | | | | * | | | | | | remove leading space in C# commentsGravatar Jan Tattermusch2016-12-13
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | | | | * | | | | | | remove leading space in C# commentsGravatar Jan Tattermusch2016-12-13
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | | | | | | | * | | Style fix: pass keyword arguments by keywordGravatar Nathaniel Manista2016-12-13
| | | | | | | | | | |
| | | | | | | | * | | Use LONG_TIMEOUT for calls that do not time outGravatar Nathaniel Manista2016-12-13
| | | | | | | | | | |
| | | | | | * | | | | Up-version PythonGravatar Masood Malekghassemi2016-12-12
| | | | | | | | | | |
| | | | | | * | | | | Recover 'namespace'd Python distribution packagesGravatar Masood Malekghassemi2016-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses dynamic loading to paper-over the negative effects of losing namespace packages in the previous commit.
| | * | | | | | | | | Recover 'namespace'd Python distribution packagesGravatar Masood Malekghassemi2016-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses dynamic loading to paper-over the negative effects of losing namespace packages in the previous commit.
| | | | | | * | | | | Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | | | |/ / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
| | * | | | | | | | Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
* | | | | | | | | | Fix bug.Gravatar Mark D. Roth2016-12-12
| | | | | | | | | |
* | | | | | | | | | Clean up C++ filter API.Gravatar Mark D. Roth2016-12-12
|/ / / / / / / / /
* | | | | | | | | Move internal channel arg definitions out of public headers.Gravatar Mark D. Roth2016-12-12
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-12
|\| | | | | | | |
* | | | | | | | | Eliminate redundant places where server name was stored.Gravatar Mark D. Roth2016-12-12
| | | | | | | | |
* | | | | | | | | Fix grpclb code.Gravatar Mark D. Roth2016-12-12
| | | | | | | | |
| * | | | | | | | Merge pull request #9062 from grpc/revert-9019-short_deadlinesGravatar Craig Tiller2016-12-12
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Handle (and test) short call deadlines"
| * | | | | | | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| | | | | | | | | |
| | * | | | | | | | Revert "Handle (and test) short call deadlines"Gravatar Craig Tiller2016-12-12
| |/ / / / / / / /
| * | | | | | | | Merge pull request #9028 from jtattermusch/remove_releasesigned_configGravatar Jan Tattermusch2016-12-12
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Get rid of unused ReleaseSigned config
| | | | | | * \ \ \ Merge pull request #9041 from ↵Gravatar Nathaniel Manista2016-12-11
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/servicer_context_doc_strings-v1.0.x ServicerContext methods doc string fix and tweak.
| * | | | | | \ \ \ \ Merge pull request #8797 from sreecha/pss_piGravatar David G. Quintas2016-12-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rewrite pollset_set implementation
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #9019 from dgquintas/short_deadlinesGravatar David G. Quintas2016-12-09
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Handle (and test) short call deadlines
| | | | | | | | | | | * | Drop unnecessary sleep in interop testGravatar Nathaniel Manista2016-12-09
| | | | | | | | | | | | |
| | | | | | | | | | | * | Correct Python cancel_after_begin interop testGravatar Nathaniel Manista2016-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a mistake that requests might be sent; the test specification calls for no requests to be sent. It was a mistake that the response future's cancelled() method was called; the cancelled() method returns something more like "was this object's cancel() method called earlier?" than "did the RPC terminate with status code CANCELLED?". Since it's something that we'd well enough like to work I've retained the cancelled() call with a different failure message.
| * | | | | | | | | | | | Add ServiceRpcHandler to exported namesGravatar Ken Payson2016-12-09
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | | | | | | * | | | | Up-version Python for backportsGravatar Masood Malekghassemi2016-12-09
| | | | | | | | |_|/ / | | | | | | | |/| | |
| | | | | | | | * | | ServicerContext methods doc string fix and tweakGravatar Nathaniel Manista2016-12-09
| | | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ServicerContext.set_code takes a (grpc.)StatusCode, not an integer.
* | | | | | | | | | Add function to create channel arg for client channel factory.Gravatar Mark D. Roth2016-12-09
| | | | | | | | | |
| | * | | | | | | | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-09
| |/ / / / / / / /
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
|\| | | | | | | |
| * | | | | | | | Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Address comments from #8913. Also make changes needed for import.
| * \ \ \ \ \ \ \ \ Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
| * \ \ \ \ \ \ \ \ \ Merge pull request #8980 from markdroth/handshaker_early_exitGravatar Mark D. Roth2016-12-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Provide a way to exit handshaking early without an error.
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #8742 from kpayson64/service_names_hintGravatar kpayson642016-12-09
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Allow handlers to hint at the services they export
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8745 from kpayson64/sigpipe_handleGravatar kpayson642016-12-09
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return status unavailable (over internal) on EPIPE
* | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
|\| | | | | | | | | | | | |
| | | | | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2016-12-09
| | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | revert-8949-revert-8922-slice_cleanup
| | | | * | | | | | | | | | Catch the case where we were shutdown after a handoff.Gravatar Mark D. Roth2016-12-09
| | | | | | | | | | | | | |