murgatroid99
eaf7964001
Add test scripts for electron
8 years ago
murgatroid99
cb4b2b5d7d
libuv changes don't work with Electron
8 years ago
murgatroid99
5a38f2e490
Merge branch 'master' into node_electron_build
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
c5fc0433e0
Merge pull request #8465 from ncteisen/php_unimplemented_method
...
Implement PHP Unimplemented Method Interop Test
8 years ago
David G. Quintas
64100caec9
Merge pull request #8490 from perumaalgoog/master
...
Fix incorrect header in thd.c
8 years ago
murgatroid99
7d897feea9
Fix merge issue in udp_server.c
8 years ago
murgatroid99
dc23046b06
Add electron support and build electron artifacts
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
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
murgatroid99
ba2d5a678d
Remove deprecated V8 function call in Node library
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
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
Noah Eisen
13ca42dbae
Merge pull request #8463 from ncteisen/csharp_unimplemented_method
...
Implement Csharp Unimplemented Method
8 years ago
Noah Eisen
ab0c5de658
Merge pull request #8467 from ncteisen/node_unimplemented_method
...
Implement Node Unimplemented Method Interop Test
8 years ago
Noah Eisen
e207228e9e
added new test to interop_sanity_test.js
8 years ago
Jan Tattermusch
2065702a75
Merge pull request #8476 from jtattermusch/csharp_streamline_nits
...
Address nits from #8396
8 years ago
Noah Eisen
b53a7f7ebd
updated the interop spec to conform with recent name change
8 years ago
Mark D. Roth
26b7be4918
Add block comment.
8 years ago
murgatroid99
085f9afaf0
Added import order comments, resolved other minor issues
8 years ago
Mark D. Roth
f7d7fb2d32
Expand comment documenting grpc_method_config_table_convert().
8 years ago
Mark D. Roth
9fe934cadf
Merge remote-tracking branch 'upstream/master' into service_config2
8 years ago
Jan Tattermusch
5fe5eba969
provide framework independent version of Task.CompletedTask
8 years ago
Jan Tattermusch
ba09884f82
polish HandleCallAsync
8 years ago
Jan Tattermusch
1445c47901
Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations
...
C# server streamline request call invocations
8 years ago
Jan Tattermusch
e1e02354af
Merge pull request #8469 from jtattermusch/csharp_perf_tuning
...
Run C# QpsWorker on all cores
8 years ago
Jan Tattermusch
8c31c14586
qps worker runs on all threads
8 years ago
Jan Tattermusch
6ec0dca9c7
Merge pull request #8472 from jtattermusch/csharp_eliminate_string_endswith
...
C# performance: string.EndsWith is really slow on CoreCLR
8 years ago
Jan Tattermusch
4f1823da12
string.EndsWith is really slow on CoreCLR
8 years ago
apolcyn
f89a4a189f
Merge pull request #8397 from apolcyn/fix_performance_test_silent_failures
...
fail performance tests if any jobs fail or timeout
8 years ago
Alexander Polcyn
898a2e91f9
clean up error message
8 years ago
Jan Tattermusch
566608e275
Merge pull request #8395 from jtattermusch/testing_nitpicking
...
A few test related fixes
8 years ago
Jan Tattermusch
447548b9f2
show logs from qps workers
8 years ago
Jan Tattermusch
8834095e76
Merge pull request #8438 from jtattermusch/csharp_compiler_warnings
...
Fix a few C# compiler warnings
8 years ago
Noah Eisen
a48afeb1f0
change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node
8 years ago
Noah Eisen
6134d1d4c8
change unimplemented_method to unimplemented_service. Add real unimplemented_method test
8 years ago
Noah Eisen
b2a2647446
added the real unimplemented_method test to csharp interop test
8 years ago
Noah Eisen
9a171c7446
renamed unimplemented_method -> unimplemented_service
8 years ago
murgatroid99
b516cadc2a
Merge branch 'master' into uv_core_transport
8 years ago
Mark D. Roth
99e61f884d
Merge pull request #8418 from markdroth/interop_flags
...
Allow specifying extra flags for C++ interop server.
8 years ago
Mark D. Roth
d9cbec465d
Merge pull request #8095 from markdroth/rename_client_config
...
Rename client_config directory to client_channel.
8 years ago