Jan Tattermusch
|
4f5009f27f
|
fix copying data directory
|
9 years ago |
Jan Tattermusch
|
a98a2ad7fd
|
enable runing C# interop tests under coreclr
|
9 years ago |
thinkerou
|
9392b04517
|
fix php code style
|
9 years ago |
Jan Tattermusch
|
93f62aff5f
|
add shutdownhook for CoreCLR
|
9 years ago |
Adam Czachorowski
|
dbdc6e4ae6
|
Add method for creating insecure channel from FD with custom arguments
using C++ API.
This was already supported in C API.
|
9 years ago |
Nicolas Noble
|
cc730a4137
|
Merge pull request #8041 from murgatroid99/run_tests_node_6_fix
Add 'node6' to the other spot where it's needed in run_tests.py
|
9 years ago |
Nicolas Noble
|
1b5f057995
|
Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm
Enable Mac OS X 10.6 compilation
|
9 years ago |
Stanley Cheung
|
7f936eaa37
|
Merge pull request #7748 from thinkerou/update_function_desc
PHP: update param description of function
|
9 years ago |
murgatroid99
|
b6204f52cd
|
Add 'node6' to the other spot where it's needed in run_tests.py
|
9 years ago |
Mark D. Roth
|
0e48a9af49
|
Move LB policy instantiation from resolvers into client_channel.
|
9 years ago |
Jan Tattermusch
|
e4e30f8813
|
fixed formatting
|
9 years ago |
Jan Tattermusch
|
8a84c8c9df
|
allow building all nugets on linux
|
9 years ago |
tania-m
|
cb78540024
|
Update greeter_client.js
Switched declaration order
|
9 years ago |
apolcyn
|
c3b4404b4e
|
Merge pull request #7885 from apolcyn/remove_slow_log_statements
remove log statements that showing contents of messages
|
9 years ago |
apolcyn
|
4950760440
|
Merge pull request #7765 from apolcyn/benchmark_adjustments_ga
fail benchmarks with errors in a child rpc thread
|
9 years ago |
Jan Tattermusch
|
b3df1c4500
|
make native extension loader work for published netcoreapp1.0 too
|
9 years ago |
Mark D. Roth
|
d66a602de0
|
Fix memory leak.
|
9 years ago |
Craig Tiller
|
8f416dbb97
|
Merge github.com:grpc/grpc into grand-unified-closures
|
9 years ago |
Craig Tiller
|
15372a3f22
|
Use a # of total outstanding requests to drive benchmark config
Instead of specifying # of outstanding requests/channel, specify a total
outstanding size, and try to fit that to the number of channels.
|
9 years ago |
Mark D. Roth
|
5f84400ba8
|
Propagate errors through grpc_lb_policy_cancel_pick().
|
9 years ago |
makdharma
|
93b09478f0
|
Merge pull request #8024 from makdharma/cpp_cacheable
add cacheable option to client_context
|
9 years ago |
Mark D. Roth
|
cd5f7ede27
|
Fix bug from previous commit.
|
9 years ago |
Jan Tattermusch
|
845323099e
|
install dotnet cli into ubuntu1404 distribtest docker
|
9 years ago |
Jan Tattermusch
|
b85976f268
|
get the right nuget version in linux distribtests
|
9 years ago |
Jan Tattermusch
|
b809cd9f99
|
dotnet CLI distribtest
|
9 years ago |
Jan Tattermusch
|
1f7ce19d63
|
update path to C# test build by dotnet cli
|
9 years ago |
Mark D. Roth
|
ebfcd97940
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
|
9 years ago |
Jan Tattermusch
|
08ac1d4b5a
|
dont enumerate runtimes in project.json file
|
9 years ago |
Nicolas Noble
|
47b2961638
|
Merge pull request #7992 from nicolasnoble/manual-upmerge
Manual upmerge from 1.0.x to master.
|
9 years ago |
Craig Tiller
|
95746dd53e
|
Merge pull request #8030 from ctiller/sweep2
Add missing flag option
|
9 years ago |
Nicolas Noble
|
1f5d5fc581
|
Merge pull request #7994 from adelez/full_prod_tests
Change permissions to run on Jenkins.
|
9 years ago |
Craig Tiller
|
6388da5a1f
|
Add missing flag option
|
9 years ago |
Nicolas Noble
|
c27cec6ae2
|
Merge pull request #8007 from adelez/known_failures
add more known failure msgs.
|
9 years ago |
Nicolas Noble
|
3b75b2bcb2
|
Merge pull request #8029 from ctiller/sweep2
Fix file mode
|
9 years ago |
Craig Tiller
|
0984907101
|
Fix mode
|
9 years ago |
Nicolas Noble
|
42327b8ffa
|
Merge pull request #8028 from ctiller/sweep2
Add a script to run performance sweeps
|
9 years ago |
Craig Tiller
|
0d1808a5f5
|
Fix copyright
|
9 years ago |
Craig Tiller
|
a84790fe33
|
Add a script to run performance sweeps
|
9 years ago |
Nicolas "Pixel" Noble
|
5928bff0c7
|
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
|
9 years ago |
Nicolas Noble
|
483f90b5da
|
Merge pull request #7434 from ctiller/sweeps
Add sync variants of important tests, add sweeps across different channel counts
|
9 years ago |
Craig Tiller
|
426dcde78f
|
Fix merge
|
9 years ago |
Craig Tiller
|
927b01e359
|
Merge github.com:grpc/grpc into sweeps
|
9 years ago |
Craig Tiller
|
f16c30b0e9
|
Merge pull request #7865 from ctiller/moovee
Remove blah repos from the visualization
|
9 years ago |
Craig Tiller
|
cd1feaab30
|
Merge pull request #7816 from ctiller/benchmark-verbosity
Increase log verbosity for benchmark driver
|
9 years ago |
Makarand Dharmapurikar
|
2b98b77225
|
add cacheable option to client_context
|
9 years ago |
Mark D. Roth
|
f7dd851c2a
|
Remove unused code for chaining on_complete closures in call.c.
|
9 years ago |
Mark D. Roth
|
697a1f6023
|
Fix error refcounting.
|
9 years ago |
Craig Tiller
|
cd0ea6334a
|
Merge pull request #7864 from ctiller/bigger_frames
Support >16kib frame sizes in core
|
9 years ago |
Philipp Wahala
|
b72e78e23c
|
Fix typo in node.js README
|
9 years ago |
Craig Tiller
|
c1c691fdb1
|
Fix merge error
|
9 years ago |