Craig Tiller
eff44d7917
Fix another path
9 years ago
Craig Tiller
43539fb539
Fix another path
9 years ago
Craig Tiller
5070d8bba5
Fix another path
9 years ago
Craig Tiller
1796f87702
Fix creds path
9 years ago
Craig Tiller
ffae43c98c
Fix paths
9 years ago
Jan Tattermusch
34fe47eb91
Merge pull request #5934 from murgatroid99/node_performance_test_improvements
...
Added generic service client and server to Node perf tests
9 years ago
Craig Tiller
8424aee4cf
Fix codegen for protos
9 years ago
David Garcia Quintas
67c0d04d05
Changes to resolver-lb interfaces.
...
- Creation of a load balancer now takes an execution context.
- load balancers are now passed addresses as arguments and are responsible for
the creation of the corresponding subchannels, something that used to be done
by the resolvers.
9 years ago
Craig Tiller
0bcca41dda
Fix
9 years ago
Jan Tattermusch
42140525ab
fix RunnerClientServerTest and copyrights
9 years ago
Craig Tiller
b7f3f6eec4
Fix copyright
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
8a9fd52b71
Fix copyright
9 years ago
Craig Tiller
9a4dddd8b5
Fix include guards
9 years ago
Craig Tiller
f23078cbd3
Stage #1 of core breakup: move everything under lib
9 years ago
Craig Tiller
7be750e367
Add a script that generates a nice gource visualization
9 years ago
Jan Tattermusch
253769e92d
add ASYNC_GENERIC_SERVER support for C#
9 years ago
Jan Tattermusch
e45ca5f592
add support for C# generic client
9 years ago
Jan Tattermusch
e26e2e5ad9
support streaming and async client
9 years ago
Jan Tattermusch
c848502f55
honor request.ReponseSize for benchmark service
9 years ago
Jan Tattermusch
3d6644aefd
improve C# qps worker
9 years ago
Jan Tattermusch
f3d7638435
Merge pull request #5877 from vjpai/make_generic_payloads_great_again
...
Properly set server payload config in QPS tests
9 years ago
Nicolas "Pixel" Noble
d9a2368e56
Moving grpc_pick_unused_port_of_die before creating a deadline.
9 years ago
Jan Tattermusch
abd7df8b1a
disable C# arch choosing for now
9 years ago
Nicolas Noble
f6a87f8912
Merge pull request #5895 from ctiller/clang_fmt_upd
...
Update clang-format to 3.8
9 years ago
murgatroid99
f22f4c60ba
Node distrib test: don't start all static servers on the same port
9 years ago
Jan Tattermusch
3bd0b99c58
Merge pull request #5960 from jtattermusch/performance_worker_scripts
...
Add scripts for creating performance worker VMs
9 years ago
Jan Tattermusch
690914f138
refactor C# building
9 years ago
Jan Tattermusch
78a511a314
polish some .bat files
9 years ago
murgatroid99
def177b7fe
Don't set -ex for nvm functions
9 years ago
Craig Tiller
d1fce837f2
Fixes
9 years ago
Craig Tiller
534ce4eb93
Fixes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Jan Tattermusch
af307d7339
always embed zlib and openssl for C#
9 years ago
Jan Tattermusch
d54a702484
Merge pull request #5957 from jtattermusch/fix_ruby_gem_building
...
make grpc_pollset_set_create for windows match the header
9 years ago
Jan Tattermusch
a30fc5d1b2
add scripts for creating performance worker VMs
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Craig Tiller
b7b20fee96
Merge github.com:grpc/grpc into clang_fmt_upd
9 years ago
Jan Tattermusch
2209d4ec1a
make grpc_pollset_set_create for windows match the header
9 years ago
Jan Tattermusch
bceec94ea4
Merge pull request #5951 from vjpai/make_codegen_build_great_again
...
Change c++_codegen_lib from build: protoc to build: all
9 years ago
Jan Tattermusch
609226a90f
Merge pull request #5660 from leifurhauks/py3_test_fixes
...
fixes to tests for py2/3 syntax compatibility
9 years ago
Jan Tattermusch
1a39592670
Merge pull request #5953 from jtattermusch/fix_wsaerror_printing
...
Don't check read_info for writes
9 years ago
Jan Tattermusch
6412479c89
dont check read_info for writes
9 years ago
Jan Tattermusch
26cc70852b
Merge pull request #5847 from nicolasnoble/bad_ssl_certificate_path
...
Adding an argument to bad_ssl_cert in order to override the location of the test certificate.
9 years ago
Jan Tattermusch
ecedde53d9
Merge pull request #5908 from soltanmm/wryyyyy
...
Use a not-broken setuptools
9 years ago
Jan Tattermusch
195fd84917
Merge pull request #5931 from stanley-cheung/php-remove-hardcode-version
...
PHP: remove hardcoded version in templates
9 years ago
vjpai
9507eab347
Change c++_codegen_lib from build: protoc to build: all
9 years ago
Jan Tattermusch
36da240b21
Merge pull request #5941 from murgatroid99/node_error_code_compliance_2
...
Fix Node status code usage to match spec
9 years ago
Vijay Pai
b830fb3a03
Merge branch 'master' into make_generic_payloads_great_again
9 years ago
Masood Malekghassemi
7d8ac466d6
Don't allow precompiled binaries in tests
...
Before it was possible for precompiled binaries of the Cython layer to
be downloaded during a test run if the metadata of the host machine's
gRPC Python project matched the metadata of a file in cloud storage. Now
we disallow this, and fix a bug where the relevant environment variable
was ineffectual.
9 years ago