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
Craig Tiller
6b5d682c98
Review feedback
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
Sree Kuchibhotla
14b701c114
Use nullptr instead of NULL. Move test to grpc namespace so that when using gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h
8 years ago
Muxi Yan
1d424216fb
advance OBJC_VERSION_STRING in GRPCHost.m
8 years ago
murgatroid99
7d897feea9
Fix merge issue in udp_server.c
8 years ago
murgatroid99
59792a39b0
Build Node artifacts and allow Node tests for Node 7
8 years ago
Muxi Yan
447d0a22e6
Advance versions of gRPC from v1.0.1-pre1 to v1.0.1
8 years ago
Sree Kuchibhotla
a83ee60b93
New streaming scenario
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
Sree Kuchibhotla
cb4cd3dc5d
make gcc4.4 happy
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
Sree Kuchibhotla
3a96ee3444
Merge branch 'master' into rpc_mgr
8 years ago
Sree Kuchibhotla
33d5494f8c
generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr
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
Michael Lumish
9db13bd595
Merge pull request #8220 from murgatroid99/node_remove_deprecated_function
...
Remove deprecated V8 function call in Node library
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
Michael Lumish
eb56ce6581
Merge pull request #7738 from murgatroid99/node_package_updates
...
Update Node library dependencies and change deprecated function calls
8 years ago
Muxi Yan
408fc22c70
Merge pull request #8480 from muxi/finalize-release-v1.0.1-pre1
...
Protobuf versioning in v1.0.1-pre1
8 years ago
Sree Kuchibhotla
9193119599
Merge branch 'master' into rpc_mgr
8 years ago
Sree Kuchibhotla
3fc578345d
Change std::atomic_int to gpr_atm since gcc4.4 is complaining
8 years ago
Yuchen Zeng
8e386a6999
Merge remote-tracking branch 'upstream/master' into reflection_header
8 years ago
murgatroid99
3620287bbe
Sanitize
8 years ago
Yang Gao
3cb89bcf4b
Merge pull request #8281 from gcasto/cronet_cpp_api
...
Add C++ Api For Cronet
8 years ago
Craig Tiller
fe8c5012d3
Merge github.com:grpc/grpc into buffer_pools_for_realsies
8 years ago
Mark D. Roth
1179fbdb42
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
8 years ago
Mark D. Roth
0ac60ca9d9
Merge pull request #8429 from markdroth/service_config2
...
Convert method config to a struct for use in the fast path.
8 years ago
Mark D. Roth
6f940822c8
clang-format
8 years ago
Mark D. Roth
e3a21005bf
Fix propagation of channel args for insecure channels.
8 years ago
Mark D. Roth
5f40e5ddf5
Minor clean-up.
8 years ago
Yuchen Zeng
d30699c7be
Merge remote-tracking branch 'upstream/master' into reflection_header
8 years ago