Mark D. Roth
cb356b26ea
Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg
8 years ago
apolcyn
d92b795b53
Merge pull request #8511 from apolcyn/make_fewer_calls_to_run_batch_on_unary_calls_rebased
...
combine more core batch ops
8 years ago
Sree Kuchibhotla
9dc49b787b
Merge pull request #8420 from sreecha/stress_design
...
Stress test framework design document
8 years ago
Masood Malekghassemi
7540add3a7
Merge pull request #8499 from soltanmm-google/hypocritical-hippocratic
...
Don't set up Python doc packages every time
8 years ago
Mark D. Roth
452287607f
Add test for setting LB policy via C++ API.
8 years ago
Mark D. Roth
832b685740
Merge pull request #8517 from markdroth/circular_dependency_fix
...
Move method_config module from ext/client_channel to lib/transport.
8 years ago
Mark D. Roth
e4e457ed76
Merge remote-tracking branch 'upstream/master' into circular_dependency_fix
8 years ago
Mark D. Roth
7190b0c651
Add ChannelArguments::SetLoadBalancingPolicyName() to C++ API.
8 years ago
Mark D. Roth
d4a5971ae8
Merge pull request #8462 from markdroth/resolver_channel_args
...
Plumb channel_args through resolvers.
8 years ago
Mark D. Roth
bfe56801ad
Move method_config module from ext/client_channel to lib/transport.
8 years ago
Jan Tattermusch
1c453f5732
Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer
...
Make ServerCallContext.Peer lazy
8 years ago
Jan Tattermusch
9c6dca70e8
Merge pull request #8509 from jtattermusch/csharp_safehandle_cleanup
...
C#: SafeHandleZeroIsInvalid cleanup
8 years ago
Mark D. Roth
49607a8afa
Ran generate_projects.sh
8 years ago
Mark D. Roth
49f89f0c05
clang-format
8 years ago
Alex Polcyn
e5293c3f7b
combine more core batch ops
8 years ago
Mark D. Roth
fb809b7850
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
8 years ago
Noah Eisen
970078807f
Merge pull request #8449 from ncteisen/new_python_interop_tests
...
New python interop tests
8 years ago
Jan Tattermusch
13339bf7ea
SafeHandleZeroIsInvalid cleanup
8 years ago
Craig Tiller
4c2e3e7bb9
Merge pull request #8377 from htuch/alpn
...
Introduce a grpc-exp ALPN protocol identifier.
8 years ago
Jan Tattermusch
d148e8e674
Make ServerCallContext.Peer lazy
8 years ago
Muxi Yan
79b75b9a43
Merge pull request #8441 from muxi/update-objc-connectivity
...
Flush ObjC cached channels when network connectivity changes
8 years ago
Masood Malekghassemi
3e784bb6d4
Merge pull request #8347 from docent-net/master
...
Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
8 years ago
Masood Malekghassemi
2da4666bdd
Don't set up Python doc packages every time
8 years ago
Michael Lumish
5bb04de5ad
Merge pull request #8125 from murgatroid99/uv_core_transport
...
Add a libuv endpoint to the C core, for use in the Node library
8 years ago
Noah Eisen
9785c8f9c4
Implement the advanced interop tests for Python
...
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.
8 years ago
Noah Eisen
0d34499bed
Remove status message check from node interop client
...
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.
8 years ago
Noah Eisen
c5fc0433e0
Merge pull request #8465 from ncteisen/php_unimplemented_method
...
Implement PHP Unimplemented Method Interop Test
8 years ago
Muxi Yan
e53707c481
Update GRPCHost comments
8 years ago
Muxi Yan
6f5cfedfd5
Add comments for GRPCHost
8 years ago
David G. Quintas
64100caec9
Merge pull request #8490 from perumaalgoog/master
...
Fix incorrect header in thd.c
8 years ago
Muxi Yan
4f6a19b292
Create connectivityMonitor after call is set up
8 years ago
murgatroid99
7d897feea9
Fix merge issue in udp_server.c
8 years ago
Muxi Yan
7f77310255
Override clang-format indent
8 years ago
Muxi Yan
bd19fc7e30
clang-format format clean
8 years ago
Jan Tattermusch
9859ac469d
Merge pull request #8453 from jtattermusch/csharp_task_utils
...
Introduce framework independent replacement for CompletedTask
8 years ago
murgatroid99
dc393537fb
Merge branch 'master' into uv_core_transport
8 years ago
Craig Tiller
6554eeeeab
Merge pull request #8489 from ctiller/recursivator
...
Hand build tail recursion to avoid stack overflow
8 years ago
Yang Gao
b63d8d9243
Merge pull request #7615 from rjshade/rewrite_udp_server_linked_list
...
Rewrite udp server linked list
8 years ago
Perumaal S
e1e3c8bafe
Fix incorrect header in thd.c
8 years ago
murgatroid99
99058575be
Remove unnecessary #ifdef in credentials code
8 years ago
Maciej Lasyk
39cb9a9aca
Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
...
Added RHEL/Fedora specific information about lacking of python.h - because Linux doesn't mean Ubuntu ;)
8 years ago
makdharma
b40a8fa95b
Merge pull request #8437 from makdharma/stress_test_options
...
modify stress_test command line options
8 years ago
Craig Tiller
0fc7ef961d
Finish off change
8 years ago
Craig Tiller
8d301c4c94
Use the statement sequencing operator instead of introducing an enum
8 years ago
Craig Tiller
87e004b235
Hand build tail recursion to avoid stack overflow
...
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.
8 years ago
Mark D. Roth
b477cebbe7
Fix asan bug.
8 years ago
Mark D. Roth
f0b2ec0435
clang-format
8 years ago
Mark D. Roth
e917f5d96a
Update comments.
8 years ago
Yang Gao
3cb89bcf4b
Merge pull request #8281 from gcasto/cronet_cpp_api
...
Add C++ Api For Cronet
8 years ago
Mark D. Roth
1179fbdb42
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
8 years ago