aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
|\
| * Merge pull request #8511 from ↵Gravatar apolcyn2016-10-26
| |\ | | | | | | | | | | | | apolcyn/make_fewer_calls_to_run_batch_on_unary_calls_rebased combine more core batch ops
| * \ Merge pull request #8420 from sreecha/stress_designGravatar Sree Kuchibhotla2016-10-26
| |\ \ | | | | | | | | Stress test framework design document
| * \ \ Merge pull request #8499 from soltanmm-google/hypocritical-hippocraticGravatar Masood Malekghassemi2016-10-26
| |\ \ \ | | | | | | | | | | Don't set up Python doc packages every time
| * \ \ \ Merge pull request #8517 from markdroth/circular_dependency_fixGravatar Mark D. Roth2016-10-26
| |\ \ \ \ | | | | | | | | | | | | Move method_config module from ext/client_channel to lib/transport.
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into circular_dependency_fixGravatar Mark D. Roth2016-10-26
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #8462 from markdroth/resolver_channel_argsGravatar Mark D. Roth2016-10-26
| |\ \ \ \ \ | | | | | | | | | | | | | | Plumb channel_args through resolvers.
| | | * | | | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
| | | | | | |
| * | | | | | Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peerGravatar Jan Tattermusch2016-10-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Make ServerCallContext.Peer lazy
| * \ \ \ \ \ \ Merge pull request #8509 from jtattermusch/csharp_safehandle_cleanupGravatar Jan Tattermusch2016-10-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C#: SafeHandleZeroIsInvalid cleanup
| | | | * | | | | Ran generate_projects.shGravatar Mark D. Roth2016-10-26
| | | | | | | | |
| | | | * | | | | clang-formatGravatar Mark D. Roth2016-10-26
| | | | | | | | |
| | | | | | | | * combine more core batch opsGravatar Alex Polcyn2016-10-26
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | * | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-26
| | | | |\| | |
| * | | | | | | Merge pull request #8449 from ncteisen/new_python_interop_testsGravatar Noah Eisen2016-10-26
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | New python interop tests
| | | * | | | | SafeHandleZeroIsInvalid cleanupGravatar Jan Tattermusch2016-10-26
| | | | | | | |
| * | | | | | | Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | Introduce a grpc-exp ALPN protocol identifier.
| | | | * | | | Make ServerCallContext.Peer lazyGravatar Jan Tattermusch2016-10-26
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #8441 from muxi/update-objc-connectivityGravatar Muxi Yan2016-10-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Flush ObjC cached channels when network connectivity changes
| * \ \ \ \ \ \ Merge pull request #8347 from docent-net/masterGravatar Masood Malekghassemi2016-10-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
| | | | | | | * | Don't set up Python doc packages every timeGravatar Masood Malekghassemi2016-10-25
| | | | | | | | |
| * | | | | | | | Merge pull request #8125 from murgatroid99/uv_core_transportGravatar Michael Lumish2016-10-25
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | Add a libuv endpoint to the C core, for use in the Node library
| | | | | | * | | Implement the advanced interop tests for PythonGravatar Noah Eisen2016-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the code for three new interop tests: unimplemented_method, unimplemented_service, and custom_metadata. Fix and refactor the code for status_code_and_message.
| | | | | | * | | Remove status message check from node interop clientGravatar Noah Eisen2016-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The node interop client was checking that the status message for the test unimplemented_method was an empty string. This behavior is not guaranteed, and thus the check should be removed.
* | | | | | | | | Review feedbackGravatar Craig Tiller2016-10-25
| | | | | | | | |
| * | | | | | | | Merge pull request #8465 from ncteisen/php_unimplemented_methodGravatar Noah Eisen2016-10-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Implement PHP Unimplemented Method Interop Test
| | | | | * | | | | Update GRPCHost commentsGravatar Muxi Yan2016-10-25
| | | | | | | | | |
| | | | | * | | | | Add comments for GRPCHostGravatar Muxi Yan2016-10-25
| | | | | | | | | |
| * | | | | | | | | Merge pull request #8490 from perumaalgoog/masterGravatar David G. Quintas2016-10-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix incorrect header in thd.c
| | | | | | * | | | | Create connectivityMonitor after call is set upGravatar Muxi Yan2016-10-25
| | | | | | | | | | |
| | | | * | | | | | | Fix merge issue in udp_server.cGravatar murgatroid992016-10-25
| | | | | | | | | | |
| | | | | | * | | | | Override clang-format indentGravatar Muxi Yan2016-10-25
| | | | | | | | | | |
| | | | | | * | | | | clang-format format cleanGravatar Muxi Yan2016-10-25
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #8453 from jtattermusch/csharp_task_utilsGravatar Jan Tattermusch2016-10-25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Introduce framework independent replacement for CompletedTask
| | | | | * \ \ \ \ \ \ Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| | | | | |\ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #8489 from ctiller/recursivatorGravatar Craig Tiller2016-10-25
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | Hand build tail recursion to avoid stack overflow
| * | | | | | | | | | | Merge pull request #7615 from rjshade/rewrite_udp_server_linked_listGravatar Yang Gao2016-10-25
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite udp server linked list
| | | | | * | | | | | | | Fix incorrect header in thd.cGravatar Perumaal S2016-10-25
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | Remove unnecessary #ifdef in credentials codeGravatar murgatroid992016-10-25
| | | | | | | | | | | |
| | | | | | | * | | | | Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+FedoraGravatar Maciej Lasyk2016-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added RHEL/Fedora specific information about lacking of python.h - because Linux doesn't mean Ubuntu ;)
| * | | | | | | | | | | Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | modify stress_test command line options
| | | | * | | | | | | | | Finish off changeGravatar Craig Tiller2016-10-25
| | | | | | | | | | | | |
| | | | * | | | | | | | | Use the statement sequencing operator instead of introducing an enumGravatar Craig Tiller2016-10-25
| | | | | | | | | | | | |
| | | | * | | | | | | | | Hand build tail recursion to avoid stack overflowGravatar Craig Tiller2016-10-25
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pair of recursive functions was always supposed to take advantage of tail recursion. In debug builds we're seeing some instances of stack overflow however (especially with TensorFlow). Manually apply the tail recursion optimization to eliminate this.
| | | | | | | | | | * | Fix asan bug.Gravatar Mark D. Roth2016-10-25
| | | | | | | | | | | |
| | | | | | | | | | * | clang-formatGravatar Mark D. Roth2016-10-25
| | | | | | | | | | | |
| | | | | | | | | | * | Update comments.Gravatar Mark D. Roth2016-10-25
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #8281 from gcasto/cronet_cpp_apiGravatar Yang Gao2016-10-24
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add C++ Api For Cronet
* | | | | | | | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-24
|\| | | | | | | | | | | |
| | | | | | | | | | | * | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-24
| | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |